Skip to content

Commit

Permalink
Change default HPSS_PROJECT to fim
Browse files Browse the repository at this point in the history
 Change restart_interval_gfs to -1 so no files are written ro RERUN_RESTART directory
  • Loading branch information
jkhender committed Jan 12, 2024
1 parent 791d7a2 commit 4e4e508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ fi
export ILPOST=1 # gempak output frequency up to F120

# 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
2 changes: 1 addition & 1 deletion workflow/hosts/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PARTITION_SERVICE: service
CHGRP_RSTPROD: 'YES'
CHGRP_CMD: 'chgrp rstprod'
HPSSARCH: 'YES'
HPSS_PROJECT: emc-global
HPSS_PROJECT: fim
LOCALARCH: 'NO'
ATARDIR: '/BMC/$HPSS_PROJECT/1year/$USER/$machine/scratch/$PSLOT'
MAKE_NSSTBUFR: 'NO'
Expand Down

0 comments on commit 4e4e508

Please sign in to comment.