Skip to content

Commit

Permalink
Updated README to reflect parameter directory change for gmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Robinson committed May 2, 2020
1 parent 160299c commit 7244c51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,31 +157,31 @@ To perform the moving margin experiment, compile the benchmarks
executable and call it with the EISMINT parameter file:
```
make benchmarks
python run_yelmo.py -r -e benchmarks output/test-moving par/gmd/yelmo_EISMINT_moving.nml
python run_yelmo.py -r -e benchmarks output/test-moving par-gmd/yelmo_EISMINT_moving.nml
```

### 2. EISMINT2 EXPA
To perform Experiment A from the EISMINT2 benchmarks, compile the benchmarks
executable and call it with the EXPA parameter file:
```
make benchmarks
python run_yelmo.py -r -e benchmarks output/test-expa par/gmd/yelmo_EISMINT_expa.nml
python run_yelmo.py -r -e benchmarks output/test-expa par-gmd/yelmo_EISMINT_expa.nml
```

### 3. EISMINT2 EXPF
To perform Experiment F from the EISMINT2 benchmarks, compile the benchmarks
executable and call it with the EXPF parameter file:
```
make benchmarks
python run_yelmo.py -r -e benchmarks output/test-expf par/gmd/yelmo_EISMINT_expf.nml
python run_yelmo.py -r -e benchmarks output/test-expf par-gmd/yelmo_EISMINT_expf.nml
```

### 4. MISMIP RF
To perform the MISMIP rate factor experiment, compile the mismip executable
and call it with the MISMIP parameter file:
```
make mismip
python run_yelmo.py -r -e mismip output/test-mismip par/gmd/yelmo_MISMIP3D.nml
python run_yelmo.py -r -e mismip output/test-mismip par-gmd/yelmo_MISMIP3D.nml
```
To perform the different permutations, it is necessary to change the resolution
`&mismip::dx` in the parameter file (reducing the timestep `&mismip::dtt` for higher resolutions).
Expand Down Expand Up @@ -214,6 +214,6 @@ to compile the `initmip` executable and run with the present-day (pd) and
glacial (lgm) parameter files:
```
make initmip
python run_yelmo.py -r -e initmip output/test-ant-pd par/gmd/yelmo_Antarctica_pd.nml
python run_yelmo.py -r -e initmip output/test-ant-lgm par/gmd/yelmo_Antarctica_lgm.nml
python run_yelmo.py -r -e initmip output/test-ant-pd par-gmd/yelmo_Antarctica_pd.nml
python run_yelmo.py -r -e initmip output/test-ant-lgm par-gmd/yelmo_Antarctica_lgm.nml
```

0 comments on commit 7244c51

Please sign in to comment.