You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/content/feat_branch/clm5-pdaf_starter.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 1. Install components
4
4
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.
6
6
7
7
### 1.1 TSMP-PDAF
8
8
@@ -119,7 +119,7 @@ suffix with zero filled numbering like
119
119
The exact details of perturbation can vary from study to study, but a
120
120
usable script to perturb the forcings and surface files can be found
In this script the following variables should be modified or at least considered for modification before running it for your case.
125
125
@@ -163,7 +163,7 @@ CLM5-PDAF does not use the same case setup as CLM5 standalone, instead we skip t
163
163
* rof_modelio.nml
164
164
* wav_modelio.nml
165
165
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`
167
167
168
168
In this script the following variables should be modified or at least considered for modification before running it for your case.
169
169
@@ -211,7 +211,7 @@ Similarly, we can use a symbolic link to the loadenvs file from TSMP to make sur
211
211
212
212
## 3. Running the simulation
213
213
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`
215
215
216
216
The arguments for the tsmp-pdaf executable are explained in the TSMP-PDAF manual.
217
217
@@ -232,7 +232,7 @@ moved / archived away from `$SCRATCH` to avoid filling the number of
232
232
files limit. One way to process the output is to collect the ensemble
233
233
statistics of the variables in one file. An example script to perform
0 commit comments