Skip to content

Commit 73b9012

Browse files
committed
doc: update paths in CLM5 starting instructions
1 parent 8f7480d commit 73b9012

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/content/feat_branch/clm5-pdaf_starter.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Install components
44

5-
The following instructions assume you are working on the JSC machine JURECA. If you are working on another JSC machine switch the name appropriately and the instructions should still work. Running CLM5-PDAF on non JSC machines is not covered in these instructions but should be similar if TSMP-PDAF, PDAF, and CLM5 can be installed on the machine.
5+
The following instructions assume you are working on the JSC machine `JURECA`. If you are working on another JSC machine switch the name appropriately and the instructions should still work. Running CLM5-PDAF on non JSC machines is not covered in these instructions but should be similar if TSMP-PDAF, PDAF, and CLM5 can be installed on the machine.
66

77
### 1.1 TSMP-PDAF
88

@@ -119,7 +119,7 @@ suffix with zero filled numbering like
119119
The exact details of perturbation can vary from study to study, but a
120120
usable script to perturb the forcings and surface files can be found
121121
at
122-
`/p/largedata/jicg41/strebel2/CLM5PDAF_Example/perturb_forcings_and_soil_properties_in_range.py`.
122+
`/p/data1/jicg41/strebel2/CLM5PDAF_Example/perturb_forcings_and_soil_properties_in_range.py`.
123123

124124
In this script the following variables should be modified or at least considered for modification before running it for your case.
125125

@@ -163,7 +163,7 @@ CLM5-PDAF does not use the same case setup as CLM5 standalone, instead we skip t
163163
* rof_modelio.nml
164164
* wav_modelio.nml
165165

166-
Since these files are needed for each ensemble member we create them with a script. An example of such a script can be found at `/p/largedata/jicg41/strebel2/CLM5PDAF_Example/create_ensemble_namelists.py`
166+
Since these files are needed for each ensemble member we create them with a script. An example of such a script can be found at `/p/data1/jicg41/strebel2/CLM5PDAF_Example/create_ensemble_namelists.py`
167167

168168
In this script the following variables should be modified or at least considered for modification before running it for your case.
169169

@@ -211,7 +211,7 @@ Similarly, we can use a symbolic link to the loadenvs file from TSMP to make sur
211211

212212
## 3. Running the simulation
213213

214-
To run the simulation we use can use a simple jobscript, an example can be found at `/p/largedata/jicg41/strebel2/CLM5PDAF_Example/jobscript_da.slurm`
214+
To run the simulation we use can use a simple jobscript, an example can be found at `/p/data1/jicg41/strebel2/CLM5PDAF_Example/jobscript_da.slurm`
215215

216216
The arguments for the tsmp-pdaf executable are explained in the TSMP-PDAF manual.
217217

@@ -232,7 +232,7 @@ moved / archived away from `$SCRATCH` to avoid filling the number of
232232
files limit. One way to process the output is to collect the ensemble
233233
statistics of the variables in one file. An example script to perform
234234
this post-processing can be found at
235-
`/p/largedata/jicg41/strebel2/CLM5PDAF_Example/collect_some_ensemble_stats.py`
235+
`/p/data1/jicg41/strebel2/CLM5PDAF_Example/collect_some_ensemble_stats.py`
236236

237237
The script should be modified before use, by changing the
238238
`collect_vars` variable to a list with the CLM5 variable names that
@@ -251,7 +251,7 @@ different simulations within the same case.
251251

252252
All the input files necessary to create a 10 ensemble case for the
253253
year 2009 are located at
254-
`/p/largedata/jicg41/strebel2/CLM5PDAF_Example/Example_Case` and can
254+
`/p/data1/jicg41/strebel2/CLM5PDAF_Example/Example_Case` and can
255255
be used to test the setup before working on your own case.
256256

257257

0 commit comments

Comments
 (0)