## Configures the setup_hurricane program. # # This file is used by the setup_hurricane program, and is never read # by any other HWRF scripts. It configures input and output settings # for that program. [setup_hurricane] deliver=yes ;; yes=deliver files, no=just print what would be done envir={ENV[envir|-prod]} ;; Run environment: para, prod or test maxhmon=5 ;; Maximum HMON message files maxhwrf=7 ;; Maximum HWRF message files nhc_max_storms=8 ;; Maximum NHC+CPHC input storms jtwc_max_storms=9 ;; Maximum JTWC input storms ## NHC directory for getting NHC storm files, used when source=stormfiles #COMINnhc=/gpfs/dell2/nhc/save/guidance/storm-data/ncep nhc_input={ENV[COMINnhc]}/storm{istorm} ;; NHC storm file path ## JTWC storm file path, used when source=stormfiles # JY-01/20/22 jtwc_input={ENV[DCOMROOT]}/prod/{YMD}/wtxtbul/storm_data/storm{istorm} jtwc_input={ENV[DCOMROOT]}/{YMD}/wtxtbul/storm_data/storm{istorm} ## Tcvitals path, used when source=tcvitals #NOTE: COMIN variables are set by compath.py unless otherwise specified # COMINarch -> arch/prod/syndat tcvitals={ENV[COMINarch]}/syndat_tcvitals.{year} ## Locations to send message files #NOTE: COMIN variables are set by compath.py unless otherwise specified # COMINmsg_hmon -> hur/{envir}/inphmon # COMINmsg -> hur/{envir}/inphwrf hmon_output={ENV[COMINmsg_hmon]} ;; Output directory for HMON messages hwrf_output={ENV[COMINmsg]} ;; Output directory for HWRF messages