Skip to content

Commit 2a04c47

Browse files
committed
change conus3km GSIBEC parameters to those generated by MPAS grid with a grid_ratio=2.0
1 parent 6a30a93 commit 2a04c47

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

workflow/exp/exp.conus3km

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ export ENS_BEC_LOOK_BACK_HRS=1 # define the hours going back for ensemble forec
2929
export STATIC_BEC_MODEL="GSIBEC" # the static bec model, GSIBEC and BUMPBEC
3030
export GSIBEC_X=40 #GSIBEC_X * GSIBEC_Y should match the number of MPI tasks
3131
export GSIBEC_Y=20
32-
export GSIBEC_NLAT=1092
33-
export GSIBEC_NLON=1820
34-
export GSIBEC_NORTH_POLE_LAT=128.500000
35-
export GSIBEC_NORTH_POLE_LON=82.500002
36-
export GSIBEC_LON_START=-50.159868
37-
export GSIBEC_LON_END=50.159868
38-
export GSIBEC_LAT_START=-29.433115
39-
export GSIBEC_LAT_END=29.433115
32+
export GSIBEC_NLAT=593
33+
export GSIBEC_NLON=921
34+
export GSIBEC_NORTH_POLE_LAT=51.226749
35+
export GSIBEC_NORTH_POLE_LON=82.592899
36+
export GSIBEC_LON_START=-24.840000
37+
export GSIBEC_LON_END=24.840000
38+
export GSIBEC_LAT_START=-15.984000
39+
export GSIBEC_LAT_END=15.984000
4040

4141
export DO_CYC=true
4242
export CYC_INTERVAL=1

0 commit comments

Comments
 (0)