CESM2.1.4 DOCN2.0 CASEROOT Variable Definitions
Model Version: 2.1.4
Change CESM Version
Component Tag:
cime5.6.49
HTML Created:
2024-10-02
Parameter Name | Default Value | Data Type | Group | CASEROOT File | Valid Values | Description |
---|---|---|---|---|---|---|
COMP_OCN | docn | char | case_comp | env_case.xml | ['docn'] | b'Name of ocn component' |
DOCN_MODE | prescribed | char | run_component_docn | env_run.xml | ['prescribed', 'sst_aquap1', 'sst_aquap2', 'sst_aquap3', 'sst_aquap4', 'sst_aquap5', 'sst_aquap6', 'sst_aquap7', 'sst_aquap8', 'sst_aquap9', 'sst_aquap10', 'sst_aquapfile', 'som', 'som_aquap', 'sst_aquap_constant', 'interannual', 'null'] | b' DOCN mode. The data ocean component (DOCN) always returns SSTs to the\n driver. The atmosphere/ocean fluxes are computed in the\n coupler. Therefore, the data ocean model does not compute fluxes like\n the data ice model. DOCN has two distinct modes of operation. It can\n run as a pure data model, reading in ocean SSTs (normally\n climatological) from input datasets, performing time/spatial\n interpolations, and passing these to the coupler. Alternatively,\n DOCN can compute updated SSTs by running as a slab ocean model where\n bottom ocean heat flux convergence and boundary layer depths are read\n in and used with the atmosphere/ocean and ice/ocean fluxes obtained\n from the driver.\n --- A setting of prescribed assumes the only field in the input stream is SST.\n It also assumes the SST is in Celsius and must be converted to Kelvin.\n All other fields are set to zero except for ocean salinity, which is set to a\n constant reference salinity value. Normally the ice fraction data is found in\n the same data files that provide SST data to the data ocean model. They are\n normally found in the same file because the SST and ice fraction data are derived\n from the same observational data sets and are consistent with each other.\n --- Settings of som (slab ocean model) or som_aquap (aquaplanet slab ocean) are\n prognostic modes which compute a prognostic sea surface temperature and a\n freeze/melt potential (surface Q-flux) used by the sea ice model. This\n calculation requires an external SOM forcing data file that includes\n ocean mixed layer depths and bottom-of-the-slab Q-fluxes.\n Scientifically appropriate bottom-of-the-slab Q-fluxes are normally\n ocean resolution dependent and are derived from the ocean model output\n of a fully coupled CCSM run. Note that while this mode runs out of\n the box, the default SOM forcing file is not scientifically\n appropriate and is provided for testing and development purposes only.\n Users must create scientifically appropriate data for their particular\n application. A tool is available to derive valid SOM forcing.\n --- A setting of sst_aquapN (where "N" is an integer index value) is a\n type of prescribed SST mode used specifically for an aquaplanet setup in\n which global SSTs correspond to an analytic form set by the index value.\n Currently, indices for 10 SST profiles are supported [e.g., index 3 corresponds\n to the "QOBS" profile of Neale and Hoskins (2001, Atmos. Sci. Lett.)].\n With source code modifications, it is possible for users to create their own\n analytic SST distributions and match them to indices 11 or greater.\n ' |
DOCN_SOM_FILENAME | UNSET | char | run_component_docn | env_run.xml | [] | b'Sets SOM forcing filename.\n This is only used when DOCN_MODE=som.' |
DOCN_AQP_FILENAME | UNSET | char | run_component_docn | env_run.xml | [] | b'Sets aquaplanet forcing filename instead of using an analytic form.\n This is only used when DOCN_MODE=sst_aquapfile.' |
DOCN_AQPCONST_VALUE | -1 | real | run_component_docn | env_run.xml | [] | b'Sets globally constant SST value' |
SSTICE_STREAM | CAMDATA | char | run_component_docn | env_run.xml | [] | b'Prescribed SST and ice coverage stream name.\n Sets SST and ice coverage stream name.\n This is only used when DOCN_MODE=prescribed.' |
SSTICE_DATA_FILENAME | $DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_1x1_clim_c101029.nc | char | run_component_docn | env_run.xml | [] | b'Prescribed SST and ice coverage data file name.\n Sets SST and ice coverage data file name.\n This is only used when DOCN_MODE=prescribed.' |
SSTICE_GRID_FILENAME | $DIN_LOC_ROOT/ocn/docn7/domain.ocn.1x1.111007.nc | char | run_component_cam_sstice | env_run.xml | [] | b'Prescribed SST and ice coverage grid file name.\n Sets SST and ice coverage grid file name for prescribed runs.\n This is only used when DOCN_MODE=prescribed.' |
SSTICE_YEAR_ALIGN | 1 | integer | run_component_cam_sstice | env_run.xml | [] | b'The model year that corresponds to SSTICE_YEAR_START on the data file.\n Prescribed SST and ice coverage data will be aligned so that the first year of\n data corresponds to SSTICE_YEAR_ALIGN in the model. For instance, if the first\n year of prescribed data is the same as the first year of the model run, this\n should be set to the year given in RUN_STARTDATE.\n If SSTICE_YEAR_ALIGN is later than the model\'s starting year, or if the model is\n run after the prescribed data ends (as determined by SSTICE_YEAR_END), the\n default behavior is to assume that the data from SSTICE_YEAR_START to\n SSTICE_YEAR_END cyclically repeats. This behavior is controlled by the\n "taxmode" stream option; see the data model documentation for more details.\n This is only used when DOCN_MODE=prescribed.' |
SSTICE_YEAR_START | 0 | integer | run_component_cam_sstice | env_run.xml | [] | b'The first year of data to use from SSTICE_DATA_FILENAME.\n This is the first year of prescribed SST and ice coverage data to use. For\n example, if a data file has data for years 0-99, and SSTICE_YEAR_START is 10,\n years 0-9 in the file will not be used.\n This is only used when DOCN_MODE=prescribed.' |
SSTICE_YEAR_END | 0 | integer | run_component_cam_sstice | env_run.xml | [] | b'The last year of data to use from SSTICE_DATA_FILENAME.\n This is the last year of prescribed SST and ice coverage data to use. For\n example, if a data file has data for years 0-99, and value is 49,\n years 50-99 in the file will not be used.\n This is only used when DOCN_MODE=prescribed.' |
Parameter Name | Default Value | Data Type | Group | CASEROOT File | Valid Values | Description |