MOM6
|
The control structure for the advect_test_tracer module.
Definition at line 37 of file advection_test_tracer.F90.
Public variables and constants | |
integer | ntr = NTR |
Number of tracers in this module. More... | |
logical | coupled_tracers = .false. |
These tracers are not offered to the coupler. More... | |
character(len=200) | tracer_ic_file |
The full path to the IC file, or " " to initialize internally. More... | |
type(time_type), pointer | time => NULL() |
A pointer to the ocean model's clock. More... | |
type(tracer_registry_type), pointer | tr_reg => NULL() |
A pointer to the MOM tracer registry. More... | |
real, dimension(:,:,:,:), pointer | tr => NULL() |
The array of tracers used in this subroutine, in g m-3? More... | |
real, dimension(ntr) | land_val = -1.0 |
The value of tr used where land is masked out. More... | |
logical | use_sponge |
If true, sponges may be applied somewhere in the domain. More... | |
logical | tracers_may_reinit |
If true, the tracers may be set up via the initialization code if they are not found in the restart files. Otherwise it is a fatal error if the tracers are not found in the restart files of a restarted run. More... | |
real | x_origin |
Parameters describing the test functions. More... | |
real | x_width |
Parameters describing the test functions. More... | |
real | y_origin |
Parameters describing the test functions. More... | |
real | y_width |
Parameters describing the test functions. More... | |
integer, dimension(ntr) | ind_tr |
Indices returned by aof_set_coupler_flux if it is used and the surface tracer concentrations are to be provided to the coupler. More... | |
type(diag_ctrl), pointer | diag => NULL() |
A structure that is used to regulate the timing of diagnostic output. More... | |
type(mom_restart_cs), pointer | restart_csp => NULL() |
A pointer to the restart control structure. More... | |
type(vardesc), dimension(ntr) | tr_desc |
Descriptions and metadata for the tracers. More... | |
logical advection_test_tracer::advection_test_tracer_cs::coupled_tracers = .false. |
These tracers are not offered to the coupler.
Definition at line 39 of file advection_test_tracer.F90.
type(diag_ctrl), pointer advection_test_tracer::advection_test_tracer_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 57 of file advection_test_tracer.F90.
integer, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::ind_tr |
Indices returned by aof_set_coupler_flux if it is used and the surface tracer concentrations are to be provided to the coupler.
Definition at line 54 of file advection_test_tracer.F90.
real, dimension(ntr) advection_test_tracer::advection_test_tracer_cs::land_val = -1.0 |
The value of tr used where land is masked out.
Definition at line 44 of file advection_test_tracer.F90.
integer advection_test_tracer::advection_test_tracer_cs::ntr = NTR |
Number of tracers in this module.
Definition at line 38 of file advection_test_tracer.F90.
type(mom_restart_cs), pointer advection_test_tracer::advection_test_tracer_cs::restart_csp => NULL() |
A pointer to the restart control structure.
Definition at line 59 of file advection_test_tracer.F90.
type(time_type), pointer advection_test_tracer::advection_test_tracer_cs::time => NULL() |
A pointer to the ocean model's clock.
Definition at line 41 of file advection_test_tracer.F90.
real, dimension(:,:,:,:), pointer advection_test_tracer::advection_test_tracer_cs::tr => NULL() |
The array of tracers used in this subroutine, in g m-3?
Definition at line 43 of file advection_test_tracer.F90.
type(vardesc), dimension(ntr) advection_test_tracer::advection_test_tracer_cs::tr_desc |
Descriptions and metadata for the tracers.
Definition at line 61 of file advection_test_tracer.F90.
type(tracer_registry_type), pointer advection_test_tracer::advection_test_tracer_cs::tr_reg => NULL() |
A pointer to the MOM tracer registry.
Definition at line 42 of file advection_test_tracer.F90.
character(len=200) advection_test_tracer::advection_test_tracer_cs::tracer_ic_file |
The full path to the IC file, or " " to initialize internally.
Definition at line 40 of file advection_test_tracer.F90.
logical advection_test_tracer::advection_test_tracer_cs::tracers_may_reinit |
If true, the tracers may be set up via the initialization code if they are not found in the restart files. Otherwise it is a fatal error if the tracers are not found in the restart files of a restarted run.
Definition at line 46 of file advection_test_tracer.F90.
logical advection_test_tracer::advection_test_tracer_cs::use_sponge |
If true, sponges may be applied somewhere in the domain.
Definition at line 45 of file advection_test_tracer.F90.
real advection_test_tracer::advection_test_tracer_cs::x_origin |
Parameters describing the test functions.
Definition at line 49 of file advection_test_tracer.F90.
real advection_test_tracer::advection_test_tracer_cs::x_width |
Parameters describing the test functions.
Definition at line 50 of file advection_test_tracer.F90.
real advection_test_tracer::advection_test_tracer_cs::y_origin |
Parameters describing the test functions.
Definition at line 51 of file advection_test_tracer.F90.
real advection_test_tracer::advection_test_tracer_cs::y_width |
Parameters describing the test functions.
Definition at line 52 of file advection_test_tracer.F90.