MOM6
|
The control structure for orchestrating the calling of tracer packages.
Definition at line 75 of file MOM_tracer_flow_control.F90.
Public variables and constants | |
logical | use_user_tracer_example = .false. |
If true, use the USER_tracer_example package. More... | |
logical | use_dome_tracer = .false. |
If true, use the DOME_tracer package. More... | |
logical | use_isomip_tracer = .false. |
If true, use the ISOMPE_tracer package. More... | |
logical | use_rgc_tracer =.false. |
If true, use the RGC_tracer package. More... | |
logical | use_ideal_age = .false. |
If true, use the ideal age tracer package. More... | |
logical | use_regional_dyes = .false. |
If true, use the regional dyes tracer package. More... | |
logical | use_oil = .false. |
If true, use the oil tracer package. More... | |
logical | use_advection_test_tracer = .false. |
If true, use the advection_test_tracer package. More... | |
logical | use_ocmip2_cfc = .false. |
If true, use the OCMIP2_CFC tracer package. More... | |
logical | use_mom_generic_tracer = .false. |
If true, use the MOM_generic_tracer packages. More... | |
logical | use_pseudo_salt_tracer = .false. |
If true, use the psuedo_salt tracer package. More... | |
logical | use_boundary_impulse_tracer = .false. |
If true, use the boundary impulse tracer package. More... | |
logical | use_dyed_obc_tracer = .false. |
If true, use the dyed OBC tracer package. More... | |
type(user_tracer_example_cs), pointer | user_tracer_example_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(dome_tracer_cs), pointer | dome_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(isomip_tracer_cs), pointer | isomip_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(rgc_tracer_cs), pointer | rgc_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(ideal_age_tracer_cs), pointer | ideal_age_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(dye_tracer_cs), pointer | dye_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(oil_tracer_cs), pointer | oil_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(advection_test_tracer_cs), pointer | advection_test_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(ocmip2_cfc_cs), pointer | ocmip2_cfc_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(pseudo_salt_tracer_cs), pointer | pseudo_salt_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(boundary_impulse_tracer_cs), pointer | boundary_impulse_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(dyed_obc_tracer_cs), pointer | dyed_obc_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages. More... | |
type(advection_test_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::advection_test_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 97 of file MOM_tracer_flow_control.F90.
type(boundary_impulse_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::boundary_impulse_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 103 of file MOM_tracer_flow_control.F90.
type(dome_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::dome_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 91 of file MOM_tracer_flow_control.F90.
type(dye_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::dye_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 95 of file MOM_tracer_flow_control.F90.
type(dyed_obc_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::dyed_obc_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 104 of file MOM_tracer_flow_control.F90.
type(ideal_age_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::ideal_age_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 94 of file MOM_tracer_flow_control.F90.
type(isomip_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::isomip_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 92 of file MOM_tracer_flow_control.F90.
type(ocmip2_cfc_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::ocmip2_cfc_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 98 of file MOM_tracer_flow_control.F90.
type(oil_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::oil_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 96 of file MOM_tracer_flow_control.F90.
type(pseudo_salt_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::pseudo_salt_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 102 of file MOM_tracer_flow_control.F90.
type(rgc_tracer_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::rgc_tracer_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 93 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_advection_test_tracer = .false. |
If true, use the advection_test_tracer package.
Definition at line 83 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_boundary_impulse_tracer = .false. |
If true, use the boundary impulse tracer package.
Definition at line 87 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_dome_tracer = .false. |
If true, use the DOME_tracer package.
Definition at line 77 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_dyed_obc_tracer = .false. |
If true, use the dyed OBC tracer package.
Definition at line 88 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_ideal_age = .false. |
If true, use the ideal age tracer package.
Definition at line 80 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_isomip_tracer = .false. |
If true, use the ISOMPE_tracer package.
Definition at line 78 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_mom_generic_tracer = .false. |
If true, use the MOM_generic_tracer packages.
Definition at line 85 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_ocmip2_cfc = .false. |
If true, use the OCMIP2_CFC tracer package.
Definition at line 84 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_oil = .false. |
If true, use the oil tracer package.
Definition at line 82 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_pseudo_salt_tracer = .false. |
If true, use the psuedo_salt tracer package.
Definition at line 86 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_regional_dyes = .false. |
If true, use the regional dyes tracer package.
Definition at line 81 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_rgc_tracer =.false. |
If true, use the RGC_tracer package.
Definition at line 79 of file MOM_tracer_flow_control.F90.
logical mom_tracer_flow_control::tracer_flow_control_cs::use_user_tracer_example = .false. |
If true, use the USER_tracer_example package.
Definition at line 76 of file MOM_tracer_flow_control.F90.
type(user_tracer_example_cs), pointer mom_tracer_flow_control::tracer_flow_control_cs::user_tracer_example_csp => NULL() |
Pointers to the control strucures for the tracer packages.
Definition at line 90 of file MOM_tracer_flow_control.F90.