|
MOM6
|
The control structure for the pseudo-salt tracer.
Definition at line 39 of file pseudo_salt_tracer.F90.
Public variables and constants | |
| type(time_type), pointer | time => NULL() |
| A pointer to the ocean model's clock. More... | |
| type(tracer_registry_type), pointer | tr_reg => NULL() |
| A pointer to the MOM tracer registry. More... | |
| real, dimension(:,:,:), pointer | ps => NULL() |
| The array of pseudo-salt tracer used in this subroutine [ppt}. More... | |
| real, dimension(:,:,:), pointer | diff => NULL() |
| The difference between the pseudo-salt tracer and the real salt [ppt]. More... | |
| logical | pseudo_salt_may_reinit = .true. |
| Hard coding since this should not matter. More... | |
| integer | id_psd = -1 |
| A diagnostic ID. More... | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. More... | |
| type(mom_restart_cs), pointer | restart_csp => NULL() |
| A pointer to the restart control structure. More... | |
| type(vardesc) | tr_desc |
| A description and metadata for the pseudo-salt tracer. More... | |
| type(diag_ctrl), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 50 of file pseudo_salt_tracer.F90.
| real, dimension(:,:,:), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::diff => NULL() |
The difference between the pseudo-salt tracer and the real salt [ppt].
Definition at line 44 of file pseudo_salt_tracer.F90.
| integer pseudo_salt_tracer::pseudo_salt_tracer_cs::id_psd = -1 |
A diagnostic ID.
Definition at line 48 of file pseudo_salt_tracer.F90.
| real, dimension(:,:,:), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::ps => NULL() |
The array of pseudo-salt tracer used in this subroutine [ppt}.
Definition at line 42 of file pseudo_salt_tracer.F90.
| logical pseudo_salt_tracer::pseudo_salt_tracer_cs::pseudo_salt_may_reinit = .true. |
Hard coding since this should not matter.
Definition at line 46 of file pseudo_salt_tracer.F90.
| type(mom_restart_cs), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::restart_csp => NULL() |
A pointer to the restart control structure.
Definition at line 52 of file pseudo_salt_tracer.F90.
| type(time_type), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::time => NULL() |
A pointer to the ocean model's clock.
Definition at line 40 of file pseudo_salt_tracer.F90.
| type(vardesc) pseudo_salt_tracer::pseudo_salt_tracer_cs::tr_desc |
A description and metadata for the pseudo-salt tracer.
Definition at line 54 of file pseudo_salt_tracer.F90.
| type(tracer_registry_type), pointer pseudo_salt_tracer::pseudo_salt_tracer_cs::tr_reg => NULL() |
A pointer to the MOM tracer registry.
Definition at line 41 of file pseudo_salt_tracer.F90.