Skip to content

Commit

Permalink
fixed res and soca b
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed May 22, 2023
1 parent cb485bd commit 9fcd294
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions parm/soca/berror/saber_blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ components:
hicen_max: 1.0

- linear variable change name: BalanceSOCA
dsdtmax: 0.1
dsdzmin: 3.0e-6
dtdzmin: 1.0e-6
nlayers: 10
ksshts:
nlayers: 10
weight:
value: 1.0
1 change: 1 addition & 0 deletions test/soca/gw/run_jjobs.yaml.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
machine: @MACHINE@
resdet: 48
resens: 48

jjobs:
- @JJOB@
Expand Down
1 change: 1 addition & 0 deletions ush/soca/run_jjobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def setupexpt(self):
"start": "warm",
"gfs_cyc": "0",
"resdet": self.config['resdet'],
"resens": self.config['resens'],
"nens": "0",
"pslot": "${PSLOT}",
"configdir": "${PWD}/config/gfs",
Expand Down

0 comments on commit 9fcd294

Please sign in to comment.