model.nml#
The model namelist defines the source and configuration metadata needed for CMIP7-style processing. It identifies the model and institution, records the ocean grid and nominal resolution, and points to the auxiliary files that define the model’s native grid, regional masks, initialization conditions, and transport diagnostics.
&model
source_id = 'NorESM3-LM',
institute_id = 'NCC',
contact = 'Please send any requests or bug reports to noresm-ncc@met.no.',
ocngrid = 'tripolar grid with 1deg nominal resolution',
ocngrid_label = 'g143',
ocngrid_resolution = '100 km',
tagoyr = 'blom.hy',
tagoyrbgc = 'blom.hbgcy',
tagomon = 'blom.hm',
tagomonbgc = 'blom.hbgcm',
tagoday = 'blom.hd',
tagodaybgc = 'blom.hbgcd',
ocngridfile = 'grid_tnx1v4.nc',
ocnregnfile = 'ocean_regions_tnx1v4.nc',
ocninitfile = 'inicon_tnx1v4.nc',
ocnmertfile = 'mertraoceans_tnx1v4.dat',
secindexfile = 'secindex_tnx1v4.dat'
/
Field descriptions#
keyword |
CMIP7-aligned description |
|---|---|
|
Short label identifying the model or model configuration, as registered in the CMIP7 source ID controlled vocabulary. For example, |
|
Institution acronym for the group responsible for the model, as recorded in CMIP7 metadata. |
|
Contact information for questions, bug reports, or requests related to the model output or data provenance. |
|
Human-readable description of the ocean grid geometry and resolution used by the model. |
|
CMIP7 grid identifier associated with the ocean grid, such as |
|
Approximate nominal horizontal resolution of the ocean grid, such as |
|
File name tag or pattern used for yearly ocean model output files. |
|
File name tag or pattern used for yearly ocean biogeochemistry output files. |
|
File name tag or pattern used for monthly ocean model output files. |
|
File name tag or pattern used for monthly ocean biogeochemistry output files. |
|
File name tag or pattern used for daily ocean model output files. |
|
File name tag or pattern used for daily ocean biogeochemistry output files. |
|
NetCDF file describing the ocean and sea-ice grid geometry used for model diagnostics and remapping. |
|
NetCDF file defining ocean regions used in regional diagnostics or masks. |
|
Initial-condition file used to initialize ocean temperature and salinity. |
|
File defining the meridional transport or section-based ocean transport calculations used by the model. |
|
File containing section indices or transport mask definitions used to diagnose fluxes across ocean sections or straits. |
Note
This namelist is not itself a CMIP7 global-attribute table, but it supplies the model-specific metadata that is needed to generate CMIP7-compliant output. The values here must be consistent with the registered source_id, the grid label, and the model-configuration information used when creating the final file metadata and directory structure.