MOM6
mom_ocmip2_cfc::ocmip2_cfc_cs Type Reference

Detailed Description

The control structure for the OCMPI2_CFC tracer package.

Definition at line 40 of file MOM_OCMIP2_CFC.F90.

Collaboration diagram for mom_ocmip2_cfc::ocmip2_cfc_cs:
[legend]

Public variables and constants

character(len=200) ic_file
 The file in which the CFC initial values can be found, or an empty string for internal initilaization.
 
logical z_ic_file
 If true, the IC_file is in Z-space. The default is false..
 
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 MOM6 tracer registry.
 
real, dimension(:,:,:), pointer cfc11 => NULL()
 The CFC11 concentration [mol m-3].
 
real, dimension(:,:,:), pointer cfc12 => NULL()
 The CFC12 concentration [mol m-3].
 
real a1_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a1_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a2_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a2_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a3_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a3_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a4_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real a4_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d1_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d1_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d2_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d2_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d3_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d3_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d4_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real d4_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e1_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e1_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e2_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e2_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e3_11
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real e3_12
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
real cfc11_ic_val = 0.0
 The initial value assigned to CFC11 [mol m-3].
 
real cfc12_ic_val = 0.0
 The initial value assigned to CFC12 [mol m-3].
 
real cfc11_land_val = -1.0
 The value of CFC11 used where land is masked out [mol m-3].
 
real cfc12_land_val = -1.0
 The value of CFC12 used where land is masked out [mol m-3].
 
logical tracers_may_reinit
 If true, tracers may be reset via the initialization code if they are not found in the restart files.
 
character(len=16) cfc11_name
 CFC11 variable name.
 
character(len=16) cfc12_name
 CFC12 variable name.
 
integer ind_cfc_11_flux
 Index returned by aof_set_coupler_flux that is used to pack and unpack surface boundary condition arrays.
 
integer ind_cfc_12_flux
 Index returned by aof_set_coupler_flux that is used to pack and unpack surface boundary condition arrays.
 
type(diag_ctrl), pointer diag => NULL()
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
type(mom_restart_cs), pointer restart_csp => NULL()
 Coefficients used in the CFC11 and CFC12 solubility calculation.
 
type(vardesc) cfc11_desc
 A set of metadata for the CFC11 tracer.
 
type(vardesc) cfc12_desc
 A set of metadata for the CFC12 tracer.
 

The documentation for this type was generated from the following file: