MOM6
|
tracer control structure
Definition at line 56 of file ISOMIP_tracer.F90.
Public variables and constants | |
logical | coupled_tracers = .false. |
These tracers are not offered to the coupler. More... | |
character(len=200) | tracer_ic_file |
The full path to the IC file, or " " to initialize internally. More... | |
type(time_type), pointer | time |
A pointer to the ocean model's clock. More... | |
type(tracer_registry_type), pointer | tr_reg => NULL() |
real, dimension(:,:,:,:), pointer | tr => NULL() |
The array of tracers used in this subroutine, in g m-3? More... | |
real, dimension(:,:,:,:), pointer | tr_aux => NULL() |
The masked tracer concentration for output, in g m-3. More... | |
type(p3d), dimension(ntr) | tr_adx |
Tracer zonal advective fluxes in g m-3 m3 s-1. More... | |
type(p3d), dimension(ntr) | tr_ady |
Tracer meridional advective fluxes in g m-3 m3 s-1. More... | |
type(p3d), dimension(ntr) | tr_dfx |
Tracer zonal diffusive fluxes in g m-3 m3 s-1. More... | |
type(p3d), dimension(ntr) | tr_dfy |
Tracer meridional diffusive fluxes in g m-3 m3 s-1. More... | |
real, dimension(ntr) | land_val = -1.0 |
The value of tr used where land is masked out. More... | |
logical | mask_tracers |
If true, tracers are masked out in massless layers. More... | |
logical | use_sponge |
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. More... | |
type(diag_ctrl), pointer | diag |
A structure that is used to regulate the timing of diagnostic output. More... | |
integer, dimension(ntr) | id_tracer = -1 |
integer, dimension(ntr) | id_tr_adx = -1 |
integer, dimension(ntr) | id_tr_ady = -1 |
integer, dimension(ntr) | id_tr_dfx = -1 |
integer, dimension(ntr) | id_tr_dfy = -1 |
type(vardesc), dimension(ntr) | tr_desc |
logical isomip_tracer::isomip_tracer_cs::coupled_tracers = .false. |
These tracers are not offered to the coupler.
Definition at line 57 of file ISOMIP_tracer.F90.
type(diag_ctrl), pointer isomip_tracer::isomip_tracer_cs::diag |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 80 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_adx = -1 |
Definition at line 82 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_ady = -1 |
Definition at line 82 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_dfx = -1 |
Definition at line 83 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tr_dfy = -1 |
Definition at line 83 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::id_tracer = -1 |
Definition at line 82 of file ISOMIP_tracer.F90.
integer, dimension(ntr) isomip_tracer::isomip_tracer_cs::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.
Definition at line 76 of file ISOMIP_tracer.F90.
real, dimension(ntr) isomip_tracer::isomip_tracer_cs::land_val = -1.0 |
The value of tr used where land is masked out.
Definition at line 72 of file ISOMIP_tracer.F90.
logical isomip_tracer::isomip_tracer_cs::mask_tracers |
If true, tracers are masked out in massless layers.
Definition at line 73 of file ISOMIP_tracer.F90.
type(time_type), pointer isomip_tracer::isomip_tracer_cs::time |
A pointer to the ocean model's clock.
Definition at line 61 of file ISOMIP_tracer.F90.
real, dimension(:,:,:,:), pointer isomip_tracer::isomip_tracer_cs::tr => NULL() |
The array of tracers used in this subroutine, in g m-3?
Definition at line 63 of file ISOMIP_tracer.F90.
Tracer zonal advective fluxes in g m-3 m3 s-1.
Definition at line 67 of file ISOMIP_tracer.F90.
Tracer meridional advective fluxes in g m-3 m3 s-1.
Definition at line 67 of file ISOMIP_tracer.F90.
real, dimension(:,:,:,:), pointer isomip_tracer::isomip_tracer_cs::tr_aux => NULL() |
The masked tracer concentration for output, in g m-3.
Definition at line 65 of file ISOMIP_tracer.F90.
type(vardesc), dimension(ntr) isomip_tracer::isomip_tracer_cs::tr_desc |
Definition at line 85 of file ISOMIP_tracer.F90.
Tracer zonal diffusive fluxes in g m-3 m3 s-1.
Definition at line 67 of file ISOMIP_tracer.F90.
Tracer meridional diffusive fluxes in g m-3 m3 s-1.
Definition at line 67 of file ISOMIP_tracer.F90.
type(tracer_registry_type), pointer isomip_tracer::isomip_tracer_cs::tr_reg => NULL() |
Definition at line 62 of file ISOMIP_tracer.F90.
character(len = 200) isomip_tracer::isomip_tracer_cs::tracer_ic_file |
The full path to the IC file, or " " to initialize internally.
Definition at line 59 of file ISOMIP_tracer.F90.
logical isomip_tracer::isomip_tracer_cs::use_sponge |
Definition at line 74 of file ISOMIP_tracer.F90.