Skip to content

Commit

Permalink
Putting in paths to the input data for the wider set of runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigh committed Sep 22, 2024
1 parent 78f507d commit d5ddf6a
Showing 1 changed file with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,34 @@ USER_SCRIPT_COMMAND = {PARM_BASE}/use_cases/model_applications/tc_and_extra_tc/U
# https://metplus.readthedocs.io/en/latest/Users_Guide/systemconfiguration.html#directory-and-filename-template-info
###

TC_DIAG_DECK_INPUT_DIR = {INPUT_BASE}/model_applications/tc_and_extra_tc/TCDiag_fcstGFSO_SHIP_obsOFCL_SingleForecast/tc_data/adeck/
TC_DIAG_DECK_INPUT_TEMPLATE = subset.a{TC_DIAG_BASIN_LOWER}{TC_DIAG_CYCLONE}{date?fmt=%Y}.dat
# Use for this specific use case
#TC_DIAG_DECK_INPUT_DIR = {INPUT_BASE}/model_applications/tc_and_extra_tc/TCDiag_fcstGFSO_SHIP_obsOFCL_SingleForecast/tc_data/adeck/
#TC_DIAG_DECK_INPUT_TEMPLATE = subset.a{TC_DIAG_BASIN_LOWER}{TC_DIAG_CYCLONE}{date?fmt=%Y}.dat

# Use when running over larger set of runs
TC_DIAG_DECK_INPUT_DIR = /d1/projects/TCDiag/data_input/ATCF/adecks/NHC_JTWC/2022/
TC_DIAG_DECK_INPUT_TEMPLATE = a{TC_DIAG_BASIN_LOWER}{TC_DIAG_CYCLONE}{date?fmt=%Y}.dat

# Use when running for this specific use case
#TC_DIAG_INPUT1_DIR = {INPUT_BASE}/model_applications/tc_and_extra_tc/TCDiag_fcstGFSO_SHIP_obsOFCL_SingleForecast/model_data/grib2/gfs/

# Use for running over the wider set of
TC_DIAG_INPUT1_DIR = /d1/projects/TCDiag/data_input/FIELDS/gfs/

TC_DIAG_INPUT1_DIR = {INPUT_BASE}/model_applications/tc_and_extra_tc/TCDiag_fcstGFSO_SHIP_obsOFCL_SingleForecast/model_data/grib2/gfs/
#TC_DIAG_INPUT1_TEMPLATE = model_data/grib2/gfs/subset.gfs.0p25.t12z.pgrb2.0p25.f*
# The following 'fbegin_end_incr' shows how to read in only a subset of files (e.g., every 6 hours) if data are present
# at a higher output frequency:
# 1st argument: beginning value
# 2nd argument: ending value
# 3rd arguemnt: increment
# 4th argument: number of digits to include left of the decimal point

# Use for running for this specific use case
TC_DIAG_INPUT1_TEMPLATE = subset.gfs.0p25.{init?fmt=%Y%m%d%H}.fbegin_end_incr(0,126,6,3).grib2

# Use when running over a wider set of cases
TC_DIAG_INPUT1_TEMPLATE = gfs.0p25.{init?fmt=%Y%m%d%H}.fbegin_end_incr(0,126,6,3).grib2

TC_DIAG_INPUT1_DOMAIN = parent
TC_DIAG_INPUT1_TECH_ID_LIST = GFSO

Expand Down

0 comments on commit d5ddf6a

Please sign in to comment.