ROMS
|
Data Types | |
type | t_clock |
type | t_field |
type | t_integer |
type | t_mesh |
type | t_string |
Functions/Subroutines | |
subroutine | allocate_coupler (nnodes) |
Variables | |
integer | nmodels |
integer | atmid = 3 |
integer | wavid = 2 |
integer | ocnid = 1 |
logical | lreport = .FALSE. |
character(len=20), dimension(:), allocatable | orderlabel |
integer | iatmos = 0 |
integer | iocean = 0 |
integer | iwaves = 0 |
character(len=256), dimension(:), allocatable | inpname |
character(len=256) | cplname |
integer, dimension(:), allocatable | nthreads |
type(t_integer), dimension(:), allocatable | pets |
real(r8), dimension(:,:), allocatable | timeinterval |
integer, dimension(:,:), allocatable | couplesteps |
integer, parameter | maxnumberfields = 50 |
type(t_field), dimension(maxnumberfields) | fields |
integer, dimension(:), allocatable | nexport |
integer, dimension(:), allocatable | nimport |
type(t_integer), dimension(:), allocatable | exportid |
type(t_integer), dimension(:), allocatable | importid |
type(t_string), dimension(:), allocatable | export |
type(t_string), dimension(:), allocatable | import |
character(len=240), dimension(:), allocatable | exportlist |
subroutine mod_coupler::allocate_coupler | ( | integer, intent(in) | nnodes | ) |
Definition at line 168 of file mod_coupler.F.
References mod_param::b3dvar, cplname, mod_iounits::err, mod_scalars::exit_flag, export, exportid, exportlist, fields, iatmos, import, importid, iocean, iwaves, maxnumberfields, mod_parallel::myrank, nexport, nimport, nmodels, nthreads, mod_param::p2dvar, mod_param::p3dvar, pets, mod_param::r2dvar, mod_param::r3dvar, mod_iounits::stdout, mod_param::u2dvar, mod_param::u3dvar, mod_param::v2dvar, mod_param::v3dvar, and mod_param::w3dvar.
Referenced by mct_driver().
integer mod_coupler::atmid = 3 |
integer, dimension(:,:), allocatable mod_coupler::couplesteps |
Definition at line 138 of file mod_coupler.F.
Referenced by ad_main3d(), main3d(), rp_main3d(), and tl_main3d().
character (len=256) mod_coupler::cplname |
Definition at line 114 of file mod_coupler.F.
Referenced by allocate_coupler().
type (t_string), dimension(:), allocatable mod_coupler::export |
Definition at line 159 of file mod_coupler.F.
Referenced by allocate_coupler().
type (t_integer), dimension(:), allocatable mod_coupler::exportid |
Definition at line 154 of file mod_coupler.F.
Referenced by allocate_coupler().
character (len=240), dimension(:), allocatable mod_coupler::exportlist |
Definition at line 164 of file mod_coupler.F.
Referenced by allocate_coupler().
type (t_field), dimension(maxnumberfields) mod_coupler::fields |
Definition at line 145 of file mod_coupler.F.
Referenced by allocate_coupler().
integer mod_coupler::iatmos = 0 |
Definition at line 104 of file mod_coupler.F.
Referenced by ad_main3d(), allocate_coupler(), main3d(), mct_driver(), rp_main3d(), and tl_main3d().
type (t_string), dimension(:), allocatable mod_coupler::import |
Definition at line 160 of file mod_coupler.F.
Referenced by allocate_coupler().
type (t_integer), dimension(:), allocatable mod_coupler::importid |
Definition at line 155 of file mod_coupler.F.
Referenced by allocate_coupler().
character (len=256), dimension(:), allocatable mod_coupler::inpname |
Definition at line 110 of file mod_coupler.F.
Referenced by mct_driver().
integer mod_coupler::iocean = 0 |
Definition at line 105 of file mod_coupler.F.
Referenced by allocate_coupler(), and mct_driver().
integer mod_coupler::iwaves = 0 |
Definition at line 106 of file mod_coupler.F.
Referenced by ad_main3d(), allocate_coupler(), main3d(), mct_driver(), rp_main3d(), and tl_main3d().
logical mod_coupler::lreport = .FALSE. |
Definition at line 94 of file mod_coupler.F.
integer, parameter mod_coupler::maxnumberfields = 50 |
Definition at line 143 of file mod_coupler.F.
Referenced by allocate_coupler().
integer, dimension(:), allocatable mod_coupler::nexport |
Definition at line 149 of file mod_coupler.F.
Referenced by allocate_coupler().
integer, dimension(:), allocatable mod_coupler::nimport |
Definition at line 150 of file mod_coupler.F.
Referenced by allocate_coupler().
integer mod_coupler::nmodels |
Definition at line 84 of file mod_coupler.F.
Referenced by allocate_coupler().
integer, dimension(:), allocatable mod_coupler::nthreads |
Definition at line 119 of file mod_coupler.F.
Referenced by allocate_coupler(), and mct_driver().
integer mod_coupler::ocnid = 1 |
character (len=20), dimension(:), allocatable mod_coupler::orderlabel |
Definition at line 99 of file mod_coupler.F.
type (t_integer), dimension(:), allocatable mod_coupler::pets |
Definition at line 124 of file mod_coupler.F.
Referenced by allocate_coupler(), and mct_driver().
real(r8), dimension(:,:), allocatable mod_coupler::timeinterval |
Definition at line 132 of file mod_coupler.F.
Referenced by mct_driver().
integer mod_coupler::wavid = 2 |