Skip to content

Commit

Permalink
add directories | todo this is common between config.aero and config.…
Browse files Browse the repository at this point in the history
…prep_emissions | need to unify somehow
  • Loading branch information
bbakernoaa committed Sep 12, 2024
1 parent ffdd8fe commit fd0e7a5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions parm/config/gefs/config.prep_emissions
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
########## config.prep_emissions ##########
# aerosol emissions preprocessing specific

# TODO: this is duplicated in the config.aero file. Should use a common function
case ${machine} in
"HERA")
AERO_INPUTS_DIR="/scratch1/NCEPDEV/global/glopara/data/gocart_emissions"
;;
"ORION" | "HERCULES")
AERO_INPUTS_DIR="/work2/noaa/global/wkolczyn/noscrub/global-workflow/gocart_emissions"
;;
"S4")
AERO_INPUTS_DIR="/data/prod/glopara/gocart_emissions"
;;
"WCOSS2")
AERO_INPUTS_DIR="/lfs/h2/emc/global/noscrub/emc.global/data/gocart_emissions"
;;
"GAEA")
AERO_INPUTS_DIR="/gpfs/f5/epic/proj-shared/global/glopara/data/gocart_emissions"
;;
"JET")
AERO_INPUTS_DIR="/lfs4/HFIP/hfv3gfs/glopara/data/gocart_emissions"
;;
*)
echo "FATAL ERROR: Machine ${machine} unsupported for aerosols"
exit 2
;;
esac
export AERO_INPUTS_DIR

echo "BEGIN: config.prep_emissions"

# Get task specific resources
Expand Down

0 comments on commit fd0e7a5

Please sign in to comment.