Skip to content

Commit 6f1c278

Browse files
Update UFS (no GOCART updates) (#3872)
This is a stop-gap while issues with #3840 are being resolved. This PR updates UFS to the commit prior to the update of spack-stack (then Ursa porting) and does not update GOCART. This does update MOM6, which requires a GDASApp/Soca update. Refs #3881
1 parent 658d30d commit 6f1c278

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

dev/parm/config/gefs/config.ufs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ case "${fv3_res}" in
8686
export k_split=1
8787
export n_split=4
8888
export tau=10.0
89-
export rf_cutoff=100.0
89+
export rf_cutoff=300.0
9090
export fv_sg_adj=3600
9191
export knob_ugwp_tauamp=6.0e-3 # setting for UGWPv1 non-stationary GWD
9292
export WRITE_GROUP=1
@@ -106,7 +106,7 @@ case "${fv3_res}" in
106106
export k_split=1
107107
export n_split=4
108108
export tau=8.0
109-
export rf_cutoff=100.0
109+
export rf_cutoff=300.0
110110
export fv_sg_adj=1800
111111
export WRITE_GROUP=1
112112
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=1
@@ -125,7 +125,7 @@ case "${fv3_res}" in
125125
export k_split=2
126126
export n_split=4
127127
export tau=6.0
128-
export rf_cutoff=100.0
128+
export rf_cutoff=300.0
129129
export fv_sg_adj=1800
130130
export WRITE_GROUP=1
131131
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10
@@ -143,7 +143,7 @@ case "${fv3_res}" in
143143
export k_split=2
144144
export n_split=4
145145
export tau=4.0
146-
export rf_cutoff=100.0
146+
export rf_cutoff=300.0
147147
export fv_sg_adj=900
148148
export WRITE_GROUP=2
149149
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=8
@@ -161,7 +161,7 @@ case "${fv3_res}" in
161161
export k_split=2
162162
export n_split=4
163163
export tau=3.0
164-
export rf_cutoff=100.0
164+
export rf_cutoff=300.0
165165
export fv_sg_adj=450
166166
export WRITE_GROUP=2
167167
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10
@@ -179,7 +179,7 @@ case "${fv3_res}" in
179179
export k_split=2
180180
export n_split=6
181181
export tau=2.5
182-
export rf_cutoff=100.0
182+
export rf_cutoff=300.0
183183
export fv_sg_adj=450
184184
export WRITE_GROUP=4
185185
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10 # TODO: refine these numbers when a case is available
@@ -197,7 +197,7 @@ case "${fv3_res}" in
197197
export k_split=4
198198
export n_split=5
199199
export tau=0.5
200-
export rf_cutoff=100.0
200+
export rf_cutoff=300.0
201201
export fv_sg_adj=300
202202
export WRITE_GROUP=4
203203
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10 # TODO: refine these numbers when a case is available

dev/parm/config/gfs/config.ufs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ case "${fv3_res}" in
105105
export k_split=1
106106
export n_split=4
107107
export tau=8.0
108-
export rf_cutoff=100.0
108+
export rf_cutoff=300.0
109109
export fv_sg_adj=3600
110110
;;
111111
"C96")
@@ -147,7 +147,7 @@ case "${fv3_res}" in
147147
export k_split=1
148148
export n_split=4
149149
export tau=8.0
150-
export rf_cutoff=100.0
150+
export rf_cutoff=300.0
151151
export fv_sg_adj=1800
152152
fi
153153
;;
@@ -195,7 +195,7 @@ case "${fv3_res}" in
195195
export k_split=2
196196
export n_split=4
197197
export tau=6.0
198-
export rf_cutoff=100.0
198+
export rf_cutoff=300.0
199199
export fv_sg_adj=1800
200200
fi
201201
;;
@@ -238,7 +238,7 @@ case "${fv3_res}" in
238238
export k_split=2
239239
export n_split=4
240240
export tau=4.0
241-
export rf_cutoff=100.0
241+
export rf_cutoff=300.0
242242
export fv_sg_adj=900
243243
fi
244244
;;
@@ -283,7 +283,7 @@ case "${fv3_res}" in
283283
export k_split=2
284284
export n_split=4
285285
export tau=3.0
286-
export rf_cutoff=100.0
286+
export rf_cutoff=300.0
287287
export fv_sg_adj=450
288288
fi
289289
;;
@@ -311,7 +311,7 @@ case "${fv3_res}" in
311311
export k_split=2
312312
export n_split=6
313313
export tau=2.5
314-
export rf_cutoff=100.0
314+
export rf_cutoff=300.0
315315
export fv_sg_adj=450
316316
;;
317317
"C3072")
@@ -329,7 +329,7 @@ case "${fv3_res}" in
329329
export k_split=4
330330
export n_split=5
331331
export tau=0.5
332-
export rf_cutoff=100.0
332+
export rf_cutoff=300.0
333333
export fv_sg_adj=300
334334
;;
335335
*)

sorc/gdas.cd

Submodule gdas.cd updated 86 files

0 commit comments

Comments
 (0)