MOM6
|
The tracer type.
Definition at line 34 of file MOM_tracer_registry.F90.
Public variables and constants | |
real, dimension(:,:,:), pointer | t => NULL() |
tracer concentration array More... | |
real | obc_inflow_conc = 0.0 |
tracer concentration for generic inflows More... | |
real, dimension(:,:,:), pointer | obc_in_u => NULL() |
structured values for flow into the domain specified in OBCs through u-face of cell More... | |
real, dimension(:,:,:), pointer | obc_in_v => NULL() |
structured values for flow into the domain specified in OBCs through v-face of cell More... | |
real, dimension(:,:,:), pointer | ad_x => NULL() |
diagnostic array for x-advective tracer flux More... | |
real, dimension(:,:,:), pointer | ad_y => NULL() |
diagnostic array for y-advective tracer flux More... | |
real, dimension(:,:), pointer | ad2d_x => NULL() |
diagnostic vertical sum x-advective tracer flux in units of (conc * m3/s or conc * kg/s) More... | |
real, dimension(:,:), pointer | ad2d_y => NULL() |
diagnostic vertical sum y-advective tracer flux in units of (conc * m3/s or conc * kg/s) More... | |
real, dimension(:,:,:), pointer | df_x => NULL() |
diagnostic array for x-diffusive tracer flux More... | |
real, dimension(:,:,:), pointer | df_y => NULL() |
diagnostic array for y-diffusive tracer flux More... | |
real, dimension(:,:), pointer | df2d_x => NULL() |
diagnostic vertical sum x-diffusive flux in units of (conc * m3/s or conc * kg/s) More... | |
real, dimension(:,:), pointer | df2d_y => NULL() |
diagnostic vertical sum y-diffusive flux in units of (conc * m3/s or conc * kg/s) More... | |
real, dimension(:,:,:), pointer | advection_xy => NULL() |
convergence of lateral advective tracer fluxes More... | |
character(len=32) | name |
tracer name used for error messages More... | |
type(vardesc), pointer | vd => NULL() |
metadata describing the tracer More... | |
real, dimension(:,:), pointer mom_tracer_registry::tracer_type::ad2d_x => NULL() |
diagnostic vertical sum x-advective tracer flux in units of (conc * m3/s or conc * kg/s)
Definition at line 45 of file MOM_tracer_registry.F90.
real, dimension(:,:), pointer mom_tracer_registry::tracer_type::ad2d_y => NULL() |
diagnostic vertical sum y-advective tracer flux in units of (conc * m3/s or conc * kg/s)
Definition at line 47 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::ad_x => NULL() |
diagnostic array for x-advective tracer flux
Definition at line 43 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::ad_y => NULL() |
diagnostic array for y-advective tracer flux
Definition at line 44 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::advection_xy => NULL() |
convergence of lateral advective tracer fluxes
Definition at line 57 of file MOM_tracer_registry.F90.
real, dimension(:,:), pointer mom_tracer_registry::tracer_type::df2d_x => NULL() |
diagnostic vertical sum x-diffusive flux in units of (conc * m3/s or conc * kg/s)
Definition at line 52 of file MOM_tracer_registry.F90.
real, dimension(:,:), pointer mom_tracer_registry::tracer_type::df2d_y => NULL() |
diagnostic vertical sum y-diffusive flux in units of (conc * m3/s or conc * kg/s)
Definition at line 54 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::df_x => NULL() |
diagnostic array for x-diffusive tracer flux
Definition at line 50 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::df_y => NULL() |
diagnostic array for y-diffusive tracer flux
Definition at line 51 of file MOM_tracer_registry.F90.
character(len=32) mom_tracer_registry::tracer_type::name |
tracer name used for error messages
Definition at line 59 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::obc_in_u => NULL() |
structured values for flow into the domain specified in OBCs through u-face of cell
Definition at line 38 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::obc_in_v => NULL() |
structured values for flow into the domain specified in OBCs through v-face of cell
Definition at line 40 of file MOM_tracer_registry.F90.
real mom_tracer_registry::tracer_type::obc_inflow_conc = 0.0 |
tracer concentration for generic inflows
Definition at line 37 of file MOM_tracer_registry.F90.
real, dimension(:,:,:), pointer mom_tracer_registry::tracer_type::t => NULL() |
tracer concentration array
Definition at line 36 of file MOM_tracer_registry.F90.
type(vardesc), pointer mom_tracer_registry::tracer_type::vd => NULL() |
metadata describing the tracer
Definition at line 60 of file MOM_tracer_registry.F90.