Skip to content

Commit

Permalink
Add comments in config.stage_ic
Browse files Browse the repository at this point in the history
Short descriptions for ICSDIR and BASE_IC

Refs #2475
  • Loading branch information
KateFriedman-NOAA committed Aug 6, 2024
1 parent bb54087 commit 6f2b75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parm/config/gefs/config.stage_ic
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ echo "BEGIN: config.stage_ic"
# Get task specific resources
source "${EXPDIR}/config.resources" stage_ic

export ICSDIR="@ICSDIR@"
export BASE_IC="@BASE_IC@"
export ICSDIR="@ICSDIR@" # User provided ICSDIR; blank if not provided
export BASE_IC="@BASE_IC@" # Platform home for staged ICs

export STAGE_IC_YAML_TMPL="${PARMgfs}/stage/stage.yaml.j2"

Expand Down
4 changes: 2 additions & 2 deletions parm/config/gfs/config.stage_ic
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ echo "BEGIN: config.stage_ic"
# Get task specific resources
source "${EXPDIR}/config.resources" stage_ic

export ICSDIR="@ICSDIR@"
export BASE_IC="@BASE_IC@"
export ICSDIR="@ICSDIR@" # User provided ICSDIR; blank if not provided
export BASE_IC="@BASE_IC@" # Platform home for staged ICs

export STAGE_IC_YAML_TMPL="${PARMgfs}/stage/stage.yaml.j2"

Expand Down

0 comments on commit 6f2b75a

Please sign in to comment.