|
MOM6
|
The control structure for the regional dyes tracer package.
Definition at line 41 of file dye_example.F90.
Public variables and constants | |
| integer | ntr |
| The number of tracers that are actually used. | |
| logical | coupled_tracers = .false. |
| These tracers are not offered to the coupler. | |
| real, dimension(:), allocatable | dye_source_minlon |
| Minimum longitude of region dye will be injected. | |
| real, dimension(:), allocatable | dye_source_maxlon |
| Maximum longitude of region dye will be injected. | |
| real, dimension(:), allocatable | dye_source_minlat |
| Minimum latitude of region dye will be injected. | |
| real, dimension(:), allocatable | dye_source_maxlat |
| Maximum latitude of region dye will be injected. | |
| real, dimension(:), allocatable | dye_source_mindepth |
| Minimum depth of region dye will be injected [Z ~> m]. | |
| real, dimension(:), allocatable | dye_source_maxdepth |
| Maximum depth of region dye will be injected [Z ~> m]. | |
| type(tracer_registry_type), pointer | tr_reg => NULL() |
| A pointer to the tracer registry. | |
| real, dimension(:,:,:,:), pointer | tr => NULL() |
| The array of tracers used in this subroutine, in g m-3? | |
| integer, dimension(:), allocatable | 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. | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. | |
| type(mom_restart_cs), pointer | restart_csp => NULL() |
| A pointer to the restart control structure. | |
| type(vardesc), dimension(:), allocatable | tr_desc |
| Descriptions and metadata for the tracers. | |
| logical | tracers_may_reinit = .false. |
| If true the tracers may be initialized if not found in a restart file. | |