Salish Sea Run Sets Files
The collection of NEMO namelist, salishsea command processor run description, and NEMO output server control files used to run NEMO for the Salish Sea are maintained in the SS-run-sets repo.
We choose to call these run-set files but they are also referred to as “experiments” in the NEMO community. That term is difficult for the laboratory modelers on the Salish Sea MEOPAR team to apply to computational model runs.
The salishsea command processor run description files are YAML files that are used by our SalishSeaCast NEMO Command Processor tool for managing NEMO runs and results. The Run Description File Structure section describes the file syntax.
The namelist files contain collections of related namelists. They are concatenated to form a complete namelist for a NEMO run by the salishsea prepare Sub-command.
The output server control files is like those found in the EXP00/
directories of the reference configurations in the NEMO-3.4-Code repo.
Getting the Repo
If you use SSH key authentication on Bitbucket you may clone the SS-run-sets repo with:
git clone git@github.com:SalishSeaCast/SS-run-sets.git
For password authentication use:
git clone https://github.com/SalishSeaCast/SS-run-sets.git
Repo Contents
SalishSea/
Directory
the SalishSea
directory contains the run-set files for the initial full domain runs:
SalishSea.yaml
: Sample run description file for use with the SalishSeaCast NEMO Command Processornamelist.bottom
: Sample bottom boundary conditions namelistsnamelist.compute.1core
: Sample compute parameters namelists for a single core run (useful for debugging on salish)namelist.compute.4x4
: Sample compute parameters namelists for 4x4 MPI domain decomposition (the recommended decomposition for running on salish)namelist.compute.6x14
: Sample compute parameters namelists for 6x14 MPI decomposition (the recommended decomposition for running on jasper)namelist.domain
: Sample domain configuration nameslistsnamelist.dynamics
: Sample dynamics parameter namelistsnamelist.lateral
: Sample lateral boundary conditions and forcing namelistsnamelist.surface
: Sample surface boundary conditions namelistsnamelist.time
: Sample model time parameters namelistsnamelist.tracers
: Sample tracer quantities configuration namelistiodef.xml
: Sample IOM output server definitionsxmlio_server.def
: IOM output server control settings
JPP/
Directory
The JPP/
directory contains the run-set files for the initial sub-domain test case also known as WCSD_RUN_tide_M2_OW_ON_file_DAMP_ANALY:
JPP.yaml
namelist