|
MOM6
|
The control structure for the advect_test_tracer module.
Definition at line 36 of file advection_test_tracer.F90.
Public variables and constants | |
| integer | ntr = NTR |
| Number of tracers in this module. | |
| logical | coupled_tracers = .false. |
| These tracers are not offered to the coupler. | |
| character(len=200) | tracer_ic_file |
| The full path to the IC file, or " " to initialize internally. | |
| 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 MOM tracer registry. | |
| real, dimension(:,:,:,:), pointer | tr => NULL() |
| The array of tracers used in this subroutine, in g m-3? | |
| real, dimension(ntr) | land_val = -1.0 |
| The value of tr used where land is masked out. | |
| logical | use_sponge |
| If true, sponges may be applied somewhere in the domain. | |
| 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. | |
| real | x_origin |
| Parameters describing the test functions. | |
| real | x_width |
| Parameters describing the test functions. | |
| real | y_origin |
| Parameters describing the test functions. | |
| real | y_width |
| Parameters describing the test functions. | |
| 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. | |
| 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(ntr) | tr_desc |
| Descriptions and metadata for the tracers. | |