forked from hafs-community/HAFS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add/update example hafsv0.3 series of configurations and cronjob driv…
…ers.
- Loading branch information
1 parent
7ee4b23
commit d02a9d4
Showing
13 changed files
with
344 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[config] | ||
run_wave=no | ||
ww3_model=ww3 | ||
run_ocean=yes | ||
ocean_model=hycom | ||
|
||
[forecast] | ||
ccpp_suite_regional=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
ccpp_suite_nest=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
ccpp_suite_glob=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
# Choose nstf_name=0,0,0,0,0 | ||
nstf_n1=0 | ||
nstf_n2=0 | ||
nstf_n3=0 | ||
nstf_n4=0 | ||
nstf_n5=0 | ||
|
||
[forecast_ens] | ||
ccpp_suite_regional_ens=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
ccpp_suite_nest_ens=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
ccpp_suite_glob_ens=FV3_HAFS_v0_gfdlmp_tedmf_nonsst | ||
|
||
[rocotostr] | ||
FORECAST_RESOURCES=FORECAST_RESOURCES_1380PE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[config] | ||
domlat=25.0 | ||
domlon=-62.0 | ||
vitalsdomlat=250N | ||
vitalsdomlon=620W | ||
fakestormid=00L | ||
fakestormname=NATL | ||
fakestormorg=NHC | ||
fakestorm_vitals={fakestormorg} {fakestormid} {fakestormname} {YMD} {HH}{min} {vitalsdomlat} {vitalsdomlon} -99 -99 -999 -999 -099 -9 -99 -999 -999 -999 -999 M | ||
|
||
[dir] | ||
PARMforecast={PARMhafs}/forecast/regional | ||
|
||
[grid] | ||
CASE=C3089 ;; FV3 resolution | ||
LEVS=82 ;; Model vertical levels | ||
gtype=regional ;; grid type: uniform, stretch, nest, or regional | ||
gridfixdir={HOMEhafs}/fix/fix_fv3/ESG_C3089_62W25N_3120x2160 | ||
stretch_fac=1.0001 ;; Stretching factor for the grid | ||
target_lon={domlon} ;; center longitude of the highest resolution tile | ||
target_lat={domlat} ;; center latitude of the highest resolution tile | ||
nest_grids=1 | ||
parent_grid_num=1 | ||
parent_tile=6 | ||
refine_ratio=4 | ||
istart_nest=46 | ||
jstart_nest=168 | ||
iend_nest=1485 | ||
jend_nest=1367 | ||
|
||
[atm_init] | ||
layoutx_init=24 | ||
layouty_init=20 | ||
|
||
[forecast] | ||
dt_atmos=90 | ||
npx=3121 | ||
npy=2161 | ||
npz=81 | ||
k_split=3 | ||
n_split=5 | ||
layoutx=40 | ||
layouty=30 | ||
io_layoutx=3 | ||
io_layouty=20 | ||
full_zs_filter=.true. | ||
n_zs_filter=1 | ||
n_del2_weak=15 | ||
max_slope=0.25 | ||
|
||
restart_interval="3 6 9" | ||
|
||
quilting=.true. | ||
write_groups=2 | ||
write_tasks_per_group=60 | ||
write_dopost=.false. | ||
output_history=.true. | ||
|
||
output_grid=regional_latlon | ||
output_grid_cen_lon=-62.0 ;; central longitude | ||
output_grid_cen_lat=25.8 ;; central latitude | ||
output_grid_lon_span=109.5 ;; output domain span for longitude in regular latlon coordinate system (in degrees) | ||
output_grid_lat_span=63.6 ;; output domain span for latitude in regular latlon coordinate system (in degrees) | ||
output_grid_dlon=0.03 ;; output grid spacing dlon . . . . | ||
output_grid_dlat=0.03 ;; output grid spacing dlat . . . . | ||
|
||
[atm_post] | ||
satpost=.true. | ||
|
||
[atm_post_ens] | ||
satpost_ens=.true. | ||
|
||
[rocotostr] | ||
FORECAST_RESOURCES=FORECAST_RESOURCES_1320PE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
[dir] | ||
PARMforecast={PARMhafs}/forecast/regional | ||
|
||
[grid] | ||
CASE=C512 ;; FV3 resolution | ||
LEVS=82 ;; Model vertical levels | ||
gtype=regional ;; grid type: uniform, stretch, nest, or regional | ||
gridfixdir=/let/hafs_grid/generate/grid | ||
stretch_fac=1.05 ;; Stretching factor for the grid | ||
target_lon={domlon} ;; center longitude of the highest resolution tile | ||
target_lat={domlat} ;; center latitude of the highest resolution tile | ||
nest_grids=1 | ||
parent_grid_num=1 | ||
parent_tile=6 | ||
refine_ratio=6 | ||
istart_nest=93 | ||
jstart_nest=113 | ||
iend_nest=932 | ||
jend_nest=912 | ||
|
||
[atm_init] | ||
layoutx_init=24 | ||
layouty_init=20 | ||
|
||
[forecast] | ||
dt_atmos=90 | ||
npx=2521 | ||
npy=2401 | ||
npz=81 | ||
k_split=4 | ||
n_split=5 | ||
layoutx=40 | ||
layouty=30 | ||
io_layoutx=3 | ||
io_layouty=20 | ||
full_zs_filter=.true. | ||
n_zs_filter=1 | ||
n_del2_weak=15 | ||
max_slope=0.25 | ||
|
||
restart_interval="3 6 9" | ||
|
||
quilting=.true. | ||
write_groups=2 | ||
write_tasks_per_group=60 | ||
write_dopost=.false. | ||
output_history=.true. | ||
|
||
output_grid=rotated_latlon | ||
output_grid_cen_lon={domlon} ;; central longitude | ||
output_grid_cen_lat={domlat} ;; central latitude | ||
output_grid_lon_span=78.0 ;; output domain span for longitude in regular latlon coordinate system (in degrees) | ||
output_grid_lat_span=72.0 ;; output domain span for latitude in regular latlon coordinate system (in degrees) | ||
output_grid_dlon=0.03 ;; output grid spacing dlon . . . . | ||
output_grid_dlat=0.03 ;; output grid spacing dlat . . . . | ||
|
||
[atm_post] | ||
satpost=.true. | ||
|
||
[atm_post_ens] | ||
satpost_ens=.true. | ||
|
||
[rocotostr] | ||
FORECAST_RESOURCES=FORECAST_RESOURCES_1320PE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.