Skip to content

Commit

Permalink
Bug fix to analysis task: Need to add 'cyc' definition. (ufs-communit…
Browse files Browse the repository at this point in the history
…y#317)

Update UPP control file (fv3lam_rrfs.xml) for matching nco standard (HWT)
Change fv3lam time step from 40s to 60s
Set WRTCMP_ny="1059" for CONUS 3km.
  • Loading branch information
hu5970 authored Apr 12, 2022
1 parent aad5b6a commit 28cd85b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions fix/upp/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<postxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="EMC_POST_CTRL_Schema.xsd">
<!-- Lin Gan: 20150427 validated -->
<paramset>
<datset>BGDAWP</datset>
<datset>PRSLEV</datset>
<grid_num>32769</grid_num>
<sub_center>ncep_nco</sub_center>
<version_no>v2003</version_no>
Expand All @@ -12,8 +12,8 @@
<data_type>fcst</data_type>
<gen_proc_type>fcst</gen_proc_type>
<time_range_unit>hour</time_range_unit>
<orig_center>noaa_fsl_boulder</orig_center>
<gen_proc>hrrr</gen_proc>
<orig_center>nws_ncep</orig_center>
<gen_proc>rrfs</gen_proc>
<packing_method>complex_packing_spatial_diff</packing_method>
<order_of_sptdiff>2nd_ord_sptdiff</order_of_sptdiff>
<field_datatype>fltng_pnt</field_datatype>
Expand Down Expand Up @@ -1809,7 +1809,7 @@
</paramset>

<paramset>
<datset>BGRD3D</datset>
<datset>NATLEV</datset>
<grid_num>32769</grid_num>
<sub_center>ncep_nco</sub_center>
<version_no>v2003</version_no>
Expand All @@ -1819,8 +1819,8 @@
<data_type>fcst</data_type>
<gen_proc_type>fcst</gen_proc_type>
<time_range_unit>hour</time_range_unit>
<orig_center>noaa_fsl_boulder</orig_center>
<gen_proc>hrrr</gen_proc>
<orig_center>nws_ncep</orig_center>
<gen_proc>rrfs</gen_proc>
<packing_method>complex_packing_spatial_diff</packing_method>
<order_of_sptdiff>2nd_ord_sptdiff</order_of_sptdiff>
<field_datatype>fltng_pnt</field_datatype>
Expand Down
1 change: 1 addition & 0 deletions ush/config.sh.RRFS_CONUS_3km
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ SST_update_hour=01
GVF_update_hour=04
SNOWICE_update_hour=00

DT_ATMOS=60
NCORES_RUN_ANAL=240
NCORES_RUN_OBSERVER=80
HYBENSMEM_NMIN=66
Expand Down
2 changes: 1 addition & 1 deletion ush/set_predef_grid_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ case ${PREDEF_GRID_NAME} in
WRTCMP_stdlat1="${ESGgrid_LAT_CTR}"
WRTCMP_stdlat2="${ESGgrid_LAT_CTR}"
WRTCMP_nx="1799"
WRTCMP_ny="1057"
WRTCMP_ny="1059"
WRTCMP_lon_lwr_left="-122.719258"
WRTCMP_lat_lwr_left="21.138123"
WRTCMP_dx="${ESGgrid_DELX}"
Expand Down
1 change: 1 addition & 0 deletions ush/templates/FV3LAM_wflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ MODULES_RUN_TASK_FP script.

<envar><name>GLOBAL_VAR_DEFNS_FP</name><value>&GLOBAL_VAR_DEFNS_FP;</value></envar>
<envar><name>PDY</name><value><cyclestr>@Y@m@d</cyclestr></value></envar>
<envar><name>cyc</name><value><cyclestr>@H</cyclestr></value></envar>
<envar><name>CDATE</name><value><cyclestr>@Y@m@d@H</cyclestr></value></envar>
<envar><name>CYCLE_DIR</name><value><cyclestr>&CYCLE_BASEDIR;/@Y@m@d@H</cyclestr></value></envar>
<envar><name>CYCLE_ROOT</name><value><cyclestr>&CYCLE_BASEDIR;</cyclestr></value></envar>
Expand Down

0 comments on commit 28cd85b

Please sign in to comment.