|
SCALE-RM
|
module ocean / dynamics / offline More...
Functions/Subroutines | |
| subroutine, public | ocean_dyn_offline_setup |
| Setup. More... | |
| subroutine, public | ocean_dyn_offline (OKMAX, OKS, OKE, OIA, OIS, OIE, OJA, OJS, OJE, calc_flag, dt, NOWDAYSEC, OCEAN_TEMP) |
| Slab ocean model. More... | |
module ocean / dynamics / offline
| name | type | default value | comment |
|---|---|---|---|
| OCEAN_DYN_OFFLINE_BASENAME | character(len=H_LONG), dimension(FILE_EXTERNAL_INPUT_FILE_LIMIT) | '' | |
| OCEAN_DYN_OFFLINE_ENABLE_PERIODIC_YEAR | logical | .false. | |
| OCEAN_DYN_OFFLINE_ENABLE_PERIODIC_MONTH | logical | .false. | |
| OCEAN_DYN_OFFLINE_ENABLE_PERIODIC_DAY | logical | .false. | |
| OCEAN_DYN_OFFLINE_STEP_FIXED | integer | 0 | |
| OCEAN_DYN_OFFLINE_OFFSET | real(RP) | 0.0_RP | |
| OCEAN_DYN_OFFLINE_DEFVAL | real(RP) | = UNDEF | |
| OCEAN_DYN_OFFLINE_CHECK_COORDINATES | logical | .true. | |
| OCEAN_DYN_OFFLINE_STEP_LIMIT | integer | 0 |
| subroutine, public scale_ocean_dyn_offline::ocean_dyn_offline_setup | ( | ) |
Setup.
Definition at line 48 of file scale_ocean_dyn_offline.F90.
References scale_const::const_undef, scale_file_external_input::file_external_input_file_limit, scale_file_external_input::file_external_input_regist(), scale_io::io_fid_conf, and scale_prc::prc_abort().
Referenced by mod_ocean_driver::ocean_driver_setup().


| subroutine, public scale_ocean_dyn_offline::ocean_dyn_offline | ( | integer, intent(in) | OKMAX, |
| integer, intent(in) | OKS, | ||
| integer, intent(in) | OKE, | ||
| integer, intent(in) | OIA, | ||
| integer, intent(in) | OIS, | ||
| integer, intent(in) | OIE, | ||
| integer, intent(in) | OJA, | ||
| integer, intent(in) | OJS, | ||
| integer, intent(in) | OJE, | ||
| logical, dimension (oia,oja), intent(in) | calc_flag, | ||
| real(dp), intent(in) | dt, | ||
| real(dp), intent(in) | NOWDAYSEC, | ||
| real(rp), dimension(okmax,oia,oja), intent(inout) | OCEAN_TEMP | ||
| ) |
Slab ocean model.
Definition at line 128 of file scale_ocean_dyn_offline.F90.
References scale_prc::prc_abort().
Referenced by mod_ocean_driver::ocean_driver_update().


1.8.13