Skip to content

Commit

Permalink
Fix JKH's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 5, 2024
1 parent 335cf20 commit 416aa20
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 143 deletions.
9 changes: 3 additions & 6 deletions parm/config/gfs/config.atmos_products
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ if [[ "${RUN:-}" == "gdas" ]]; then
export WGNE="NO" # WGNE products are created for first FHMAX_WGNE forecast hours
export FHMAX_WGNE=0
elif [[ "${RUN:-}" == "gfs" ]]; then
export downset=2
#JKHexport downset=2 ## create pgrb2b files
export downset=1 ## JKH
export FHOUT_PGBS=${FHOUT_GFS:-3} # Output frequency of supplemental gfs pgb file at 1.0 and 0.5 deg
export FLXGF="YES" # Create interpolated sflux.1p00 file
export WGNE="YES" # WGNE products are created for first FHMAX_WGNE forecast hours
export FHMAX_WGNE=180
export FLXGF="NO" # Create interpolated sflux.1p00 file
fi

export APCP_MSG="597" # Message number for APCP in GFSv16. Look for TODO in exglobal_atmos_products.sh

# paramlist files for the different forecast hours and downsets
export paramlista="${PARMgfs}/product/gfs.fFFF.paramlist.a.txt"
export paramlista_anl="${PARMgfs}/product/gfs.anl.paramlist.a.txt"
Expand Down
9 changes: 5 additions & 4 deletions parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export DO_BUFRSND="@DO_BUFRSND@" # BUFR sounding products
export DO_GEMPAK="@DO_GEMPAK@" # GEMPAK products
export DO_AWIPS="@DO_AWIPS@" # AWIPS products
export DO_NPOESS="@DO_NPOESS@" # NPOESS products
export DO_TRACKER="@DO_TRACKER@" # Hurricane track verification
export DO_GENESIS="@DO_GENESIS@" # Cyclone genesis verification
export DO_TRACKER="NO" # Hurricane track verification ## JKH
export DO_GENESIS="NO" # Cyclone genesis verification ## JKH
export DO_GENESIS_FSU="@DO_GENESIS_FSU@" # Cyclone genesis verification (FSU)
export DO_VERFOZN="YES" # Ozone data assimilation monitoring
export DO_VERFRAD="YES" # Radiance data assimilation monitoring
Expand Down Expand Up @@ -316,7 +316,8 @@ if (( FHMAX_GOES > FHMAX_GFS )); then
fi

# GFS restart interval in hours
export restart_interval_gfs=12
#JKHexport restart_interval_gfs=12
export restart_interval_gfs=-1 ## JKH
# NOTE: Do not set this to zero. Instead set it to $FHMAX_GFS
# TODO: Remove this variable from config.base and reference from config.fcst
# TODO: rework logic in config.wave and push it to parsing_nameslist_WW3.sh where it is actually used
Expand Down Expand Up @@ -448,7 +449,7 @@ export binary_diag=".false."

# Verification options
export DO_METP="@DO_METP@" # Run METPLUS jobs - set METPLUS settings in config.metp
export DO_FIT2OBS="YES" # Run fit to observations package
export DO_FIT2OBS="NO" # Run fit to observations package ## JKH
export DO_VRFY_OCEANDA="@DO_VRFY_OCEANDA@" # Run SOCA Ocean and Seaice DA verification tasks

#--online archive of netcdf files for fit2obs verification
Expand Down
Loading

0 comments on commit 416aa20

Please sign in to comment.