|
MOM6
|
The control structure for the pseudo-salt tracer.
Definition at line 38 of file pseudo_salt_tracer.F90.
Public variables and constants | |
| 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 | ps => NULL() |
| The array of pseudo-salt tracer used in this subroutine [ppt}. | |
| real, dimension(:,:,:), pointer | diff => NULL() |
| The difference between the pseudo-salt tracer and the real salt [ppt]. | |
| logical | pseudo_salt_may_reinit = .true. |
| Hard coding since this should not matter. | |
| integer | id_psd = -1 |
| A diagnostic ID. | |
| 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) | tr_desc |
| A description and metadata for the pseudo-salt tracer. | |