|
MOM6
|
Control structure for generic tracers.
Definition at line 69 of file MOM_generic_tracer.F90.
Public variables and constants | |
| character(len=200) | ic_file |
| The file in which the generic tracer initial values can be found, or an empty string for internal initialization. | |
| logical | z_ic_file |
| If true, the generic_tracer IC_file is in Z-space. The default is false. | |
| real | tracer_ic_val = 0.0 |
| The initial value assigned to tracers. | |
| real | tracer_land_val = -1.0 |
| The values of tracers used where land is masked out. | |
| logical | tracers_may_reinit |
| If true, tracers may go through the initialization code if they are not found in the restart files. | |
| 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() |
| Restart control structure. | |
| type(g_tracer_type), pointer | g_tracer_list => NULL() |
| Pointer to the first element of the linked list of generic tracers. | |
| integer | h_to_m |
| Auxiliary to access GVH_to_m in routines that do not have access to GV. | |
Control structure for generic tracers.
Definition at line 69 of file MOM_generic_tracer.F90.