Skip to content

Commit

Permalink
Fix typos/links/dependancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Sep 18, 2024
1 parent d5fdcbf commit 4e0a81f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if (( gwd_opt == 2 )); then
export do_gwd_opt_psl=".false."
#export do_gwd_opt_psl=".true." #KYW (Checked with Mike)
export do_ugwp_v1_orog_only=".false."
export alpha_fd = 35.0 #KYW (Checked with Mike)
export alpha_fd=35.0 #KYW (Checked with Mike)
launch_level=$(echo "${LEVS}/2.35" |bc)
export launch_level
fi
Expand Down
4 changes: 2 additions & 2 deletions ush/load_fv3gfs_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ source "${HOMEgfs}/ush/module-setup.sh"
source "${HOMEgfs}/versions/run.ver"

# Load our modules:
#KYWmodule use "${HOMEgfs}/modulefiles"
module use "/scratch1/BMC/gsd-fv3/rtruns/modulefiles/"
module use "${HOMEgfs}/modulefiles"
#KYWmodule use "/scratch1/BMC/gsd-fv3/rtruns/modulefiles/"

case "${MACHINE_ID}" in
"wcoss2" | "hera" | "orion" | "hercules" | "gaea" | "jet" | "s4")
Expand Down
15 changes: 10 additions & 5 deletions workflow/gsl_template_hera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@
<envar><name>FHR3</name><value>#fhr#</value></envar>
<envar><name>COMPONENT</name><value>atmos</value></envar>

<dependency>
<or>
<datadep age="120"><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H//model_data/atmos/master/[email protected]#fhr#</cyclestr></datadep>
<taskdep task="gfsfcst"/>
</or>
<dependency>
<and>
<not>
<datadep><cyclestr>&ROTDIR;/gfs.@Y@m@d/@H/model_data/atmos/input</cyclestr></datadep>
</not>
<and>
<datadep><cyclestr>&ICSDIR;/@Y@m@d@H/gfs/&CASE;/INPUT/gfs_data.tile6.nc</cyclestr></datadep>
<datadep><cyclestr>&ICSDIR;/@Y@m@d@H/gfs/&CASE;/INPUT/sfc_data.tile6.nc</cyclestr></datadep>
</and>
</and>
</dependency>

</task>
Expand Down

0 comments on commit 4e0a81f

Please sign in to comment.