Skip to content

Commit

Permalink
modified: config.fv3 to reduce tasks assigned to the WAVE component. …
Browse files Browse the repository at this point in the history
…70 tasks at C768 is adequate for wave.
  • Loading branch information
yangfanglin committed May 25, 2020
1 parent e248236 commit 0dff61f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions parm/config/config.fv3
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ case $case_in in
export layout_y=4
export layout_x_gfs=2
export layout_y_gfs=4
export npe_wav=70
export npe_wav_gfs=70
export npe_wav=14
export npe_wav_gfs=14
export nth_fv3=1
export cdmbgwd="0.071,2.1,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
Expand All @@ -57,8 +57,8 @@ case $case_in in
export layout_y=4
export layout_x_gfs=4
export layout_y_gfs=4
export npe_wav=70
export npe_wav_gfs=70
export npe_wav=14
export npe_wav_gfs=14
export nth_fv3=1
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
Expand All @@ -73,8 +73,8 @@ case $case_in in
export layout_y=6
export layout_x_gfs=4
export layout_y_gfs=6
export npe_wav=70
export npe_wav_gfs=70
export npe_wav=21
export npe_wav_gfs=21
export nth_fv3=2
export cdmbgwd="0.23,1.5,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
Expand All @@ -89,8 +89,8 @@ case $case_in in
export layout_y=8
export layout_x_gfs=6
export layout_y_gfs=6
export npe_wav=270
export npe_wav_gfs=270
export npe_wav=35
export npe_wav_gfs=35
export nth_fv3=1
export cdmbgwd="1.1,0.72,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=1
Expand All @@ -105,8 +105,8 @@ case $case_in in
export layout_y=8
export layout_x_gfs=16
export layout_y_gfs=12
export npe_wav=280
export npe_wav_gfs=280
export npe_wav=70
export npe_wav_gfs=70
export nth_fv3=4
export cdmbgwd="4.0,0.15,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=2
Expand All @@ -121,8 +121,8 @@ case $case_in in
export layout_y=16
export layout_x_gfs=8
export layout_y_gfs=16
export npe_wav=270
export npe_wav_gfs=270
export npe_wav=140
export npe_wav_gfs=140
export nth_fv3=4
export cdmbgwd="4.0,0.10,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=4
Expand All @@ -137,8 +137,8 @@ case $case_in in
export layout_y=32
export layout_x_gfs=16
export layout_y_gfs=32
export npe_wav=270
export npe_wav_gfs=270
export npe_wav=140
export npe_wav_gfs=140
export nth_fv3=4
export cdmbgwd="4.0,0.05,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
export WRITE_GROUP=4
Expand Down

0 comments on commit 0dff61f

Please sign in to comment.