forked from FASSt-simulation/simulation_containers
-
Notifications
You must be signed in to change notification settings - Fork 3
Setting up your environment to run OLMT w ELM on modex
Shawn P. Serbin edited this page Aug 10, 2022
·
4 revisions
Step 1. Create a new working environment for running OLMT and containing the ELM model source code
Step 2. Clone the "fasst" branch of OLMT
OLMT branch source: https://github.com/FASSt-simulation/OLMT/tree/fasst
git clone -c http.sslVerify=false -b fasst https://github.com/FASSt-simulation/OLMT
git branch
Step 3. Download the ELM model source code. A handy script is provided in OLMT: OLMT/modex_notes
cd OLMT
sh modex_notes/download_elm_source.sh /path/to/work/environment/elmlocation
Step 4. Place a copy of the cime machines files in your how working environment. A copy of the modex machines files are in OLMT.
cd OLMT
cp -r modex_notes/cime ~/.cime
Step 5. Create a new miniconda environment for running OLMT placeholder
Step 6. Run a basic OLMT simulation as a test
READ the instructions in OLMT/modex_notes/basic_run.txt