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: docs/modules/pdaf.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ If successful, an executable schism_pdaf will be there.
121
121
The input files include:
122
122
123
123
1. standard schism inputs, these files depend on user case setups
124
-
2. schism_pdaf control files
125
-
- schism_pdaf.cfg: control ensemble size, # of concurrent members, scribe cores (if used), ics_set (same as ics in param.nml: coordinate system)
124
+
2. schism_pdaf control files:
125
+
2.1 schism_pdaf.cfg: control ensemble size, # of concurrent members, scribe cores (if used), ics_set (same as ics in param.nml: coordinate system)
126
126
```
127
127
# This ESMF resource file is read by the program `multi_schism`. Its only
128
128
# configuration label is the number of schism instances to launch.
@@ -136,7 +136,7 @@ scribe_count: 6
136
136
# ics_set for scribe cores
137
137
ics_set: 2
138
138
```
139
-
- global.nml: control parameters for ESMF & PDAF coupling info, set starting date and run hours and DA steps. Note that the time origin info, duration and SCHISM time step need to be consistent with param.nml (under any ihot setting). Specify the DA interval with `num_schism_dt_in_couple` (# of SCHISM steps when calling PDAF), and this value should always be identical as delt_obs in `pdaf.nml`.
139
+
2.2 global.nml: control parameters for ESMF & PDAF coupling info, set starting date and run hours and DA steps. Note that the time origin info, duration and SCHISM time step need to be consistent with param.nml (under any ihot setting). Specify the DA interval with `num_schism_dt_in_couple` (# of SCHISM steps when calling PDAF), and this value should always be identical as delt_obs in `pdaf.nml`.
140
140
```
141
141
&sim_time
142
142
start_year=2000
@@ -149,7 +149,7 @@ ics_set: 2
149
149
/
150
150
```
151
151
152
-
- pdaf.nml: control pdaf parameters such as filter type, localization range…etc.
152
+
2.3 pdaf.nml: control pdaf parameters such as filter type, localization range…etc.
153
153
```
154
154
!Namelist file for PDAF configuration
155
155
&pdaf_nml
@@ -176,8 +176,6 @@ ics_set: 2
176
176
/
177
177
```
178
178
179
-
180
-
181
179
3. schism_pdaf ensemble inputs
182
180
183
181
We follow suggestions from PDAF and use Pham’s method (2001) to generate ensemble information. More details can be found [here](https://pdaf.awi.de/trac/wiki/EnsembleGeneration).
@@ -209,7 +207,11 @@ First row is total number of observations, then followed by obs-type, X, Y, Z, o
209
207
210
208
If rms_type=3, one extra column is needed for observation errors. Users can also specify uniform observation error with rms_type=1,2 in pdaf.nml.
0 commit comments