|
MOM6
|
The control structure for the boundary impulse tracer package.
Definition at line 39 of file boundary_impulse_tracer.F90.
Public variables and constants | |
| integer | ntr =NTR_MAX |
| The number of tracers that are actually used. | |
| logical | coupled_tracers = .false. |
| These tracers are not offered to the coupler. | |
| 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 subroutine, in g m-3? | |
| logical | tracers_may_reinit |
| If true, boundary_impulse can be initialized if not found in restart file. | |
| 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. | |
| integer | nkml |
| Number of layers in mixed layer. | |
| real, dimension(ntr_max) | land_val = -1.0 |
| A value to use to fill in tracers over land. | |
| real | kw_eff |
| An effective piston velocity used to flux tracer out at the surface. | |
| real | remaining_source_time |
| How much longer (same units as the timestep) to inject the tracer at the surface. | |
| 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 retart control structure. | |
| type(vardesc), dimension(ntr_max) | tr_desc |
| Descriptions and metadata for the tracers. | |