|
MOM6
|
The control structure for the ideal_age_tracer package.
Definition at line 38 of file ideal_age_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. | |
| integer | nkml |
| The number of layers in the mixed layer. The ideal. | |
| character(len=200) | ic_file |
| The file in which the age-tracer initial values can be found, or an empty string for internal initialization. | |
| logical | z_ic_file |
| If true, the IC_file is in Z-space. The default is false. | |
| type(time_type), pointer | time => NULL() |
| A pointer to the ocean model's clock. | |
| 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 package, in g m-3? | |
| real, dimension(ntr_max) | ic_val = 0.0 |
| The (uniform) initial condition value. | |
| real, dimension(ntr_max) | young_val = 0.0 |
| The value assigned to tr at the surface. | |
| real, dimension(ntr_max) | land_val = -1.0 |
| The value of tr used where land is masked out. | |
| real, dimension(ntr_max) | sfc_growth_rate |
| The exponential growth rate for the surface value [year-1]. | |
| real, dimension(ntr_max) | tracer_start_year |
| The year in which tracers start aging, or at which the surface value equals young_val, in years. | |
| logical | tracers_may_reinit |
| If true, these tracers be set up via the initialization code if they are not found in the restart files. | |
| logical, dimension(ntr_max) | tracer_ages |
| Indicates whether each tracer ages. | |
| integer, dimension(ntr_max) | 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 controls structure. | |
| type(vardesc), dimension(ntr_max) | tr_desc |
| Descriptions and metadata for the tracers. | |