Skip to content

Running ELM for NGEE Arctic Field Sites using OLMT

Verity Salmon edited this page Sep 30, 2022 · 28 revisions

In order to be able to run ELM for the NGEE Arctic Field Sites you will need to complete ALL of the homework activities for the NGEE Arctic Modex workshop listed in the Setting up your Docker desktop wiki page.

Option 1: Quick Run (~10 mins per site)

To perform a quick run for a single site, you can copy and paste the following code in your terminal window

docker run -t -i --hostname=docker --user modeluser -v elmdata:/inputdata -v elmoutput:/output fasstsimulation/elm-builds:elm_v2-for-ngee /scripts/OLMT_docker_example.sh --site_name=beo --ad_spinup_years=20 --final_spinup_years=30 --transient_years=5

This code is broken down by color below to show what each part is doing and some of the options you can edit
basic run code breakdown

Option 2: Long Run (~2+ hours per site)

docker run -t -i --hostname=docker --user modeluser -v elmdata:/inputdata -v elmoutput:/output fasstsimulation/elm-builds:elm_v2-for-ngee /scripts/OLMT_docker_example.sh --site_name=beo --ad_spinup_years=200 --final_spinup_years=600