Skip to content

Instantly share code, notes, and snippets.

@mark-petersen
Last active September 23, 2020 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-petersen/c61095d65216415ee0bb62a76da3c6cb to your computer and use it in GitHub Desktop.
Save mark-petersen/c61095d65216415ee0bb62a76da3c6cb to your computer and use it in GitHub Desktop.
COMPASS ocean config file for NERSC cori
# This file is the ocean core's configuration file. It is specific to the ocean
# core, and a specific machine. Each machine will configure this file
# differently, but it can be used to point on version of the testing
# infrastructure at a different version of the model.
# The namelists section defines paths to template namelists that will be used
# to generate specific namelists. Typically these will point to the forward and
# init namelists in the default_inputs directory after a successful build of
# the ocean model.
[namelists]
forward = /global/homes/m/mpeterse/repos/model/pr_intel/namelist.ocean
init = /global/homes/m/mpeterse/repos/model/pr_intel/namelist.ocean
# The streams section defines paths to template streams files that will be used
# to generate specific streams files. Typically these will point to the forward and
# init streams files in the default_inputs directory after a successful build of
# the ocean model.
[streams]
forward = /global/homes/m/mpeterse/repos/model/pr_intel/streams.ocean.forward
init = /global/homes/m/mpeterse/repos/model/pr_intel/streams.ocean.init
# The executables section defines paths to required executables. These
# executables are provided for use by specific test cases.
# Full paths should be provided in order to access the executables from
# anywhere on the machine.
[executables]
model = /global/homes/m/mpeterse/repos/model/pr_intel/ocean_model
# The paths section describes paths that are used within the ocean core test
# cases.
[paths]
# The mesh_database and the initial_condition_database are locations where
# meshes / initial conditions might be found on a specific machine. They can be
# the same directory, or different directory. Additionally, if they are empty
# some test cases might download data into them, which will then be reused if
# the test case is run again later.
mpas_model = /global/homes/m/mpeterse/repos/model/pr_intel
mesh_database = /project/projectdirs/e3sm/mpas_standalonedata/mpas-ocean/mesh_database/
initial_condition_database = /project/projectdirs/e3sm/mpas_standalonedata/mpas-ocean/initial_condition_database/
bathymetry_database = /project/projectdirs/e3sm/mpas_standalonedata/mpas-ocean/bathymetry_database/
# The options in this section relate to configuring and running with a compass
# conda environment
[conda]
# Whether a link to load_compass_env.sh should be included with each test case
# (can also be specified with the --link_load_compass flag)
link_load_compass = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment