Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testing_and_setup/compass/README_ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ To set up and run ocean test cases from COMPASS, you will need a conda
environment. First, install Miniconda3 (if miniconda is not already
installed), then create a new conda environment as follows:
``` bash
conda create -n compass_0.1.8 -c conda-forge -c e3sm python=3.7 compass=0.1.8
conda create -n compass_0.1.9 -c conda-forge -c e3sm python=3.7 compass=0.1.9
```
Each time you want to work with COMPASS, you will need to run:
```
conda activate compass_0.1.8
conda activate compass_0.1.9
```

An appropriate conda environment is already available on Los Alamos National
Expand Down
2 changes: 1 addition & 1 deletion testing_and_setup/compass/load_compass_env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.1.8
version=0.1.9

# The rest of the script should not need to be modified
if [[ $HOSTNAME = "cori"* ]] || [[ $HOSTNAME = "dtn"* ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ prefix = WC
description = MPAS North America and Arctic Focused Water Cycle mesh for E3SM version
${e3sm_version}, with a focused ${min_res}-km resolution
around North America and ${levels} vertical levels as documented at
https://github.com/MPAS-Dev/MPAS-Model/pull/628
https://github.com/MPAS-Dev/MPAS-Model/pull/650
e3sm_version = 2
mesh_version = 03
mesh_version = 04
creation_date = autodetect
min_res = 14
max_res = 60
Expand Down