Skip to content

Commit

Permalink
Update link_fixdirs.sh to point to new fixed data directory
Browse files Browse the repository at this point in the history
that contains the new soil and veg files.

Fixes ufs-community#821.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 26, 2023
1 parent 1e7c9fc commit 62294be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi

am_ver=${am_ver:-20220805}
orog_ver=${orog_ver:-20220805}
sfc_climo_ver=${sfc_climo_ver:-20221017}
sfc_climo_ver=${sfc_climo_ver:-20230925}

for dir in am orog orog_raw sfc_climo; do
if [ -d $dir ]; then
Expand Down

0 comments on commit 62294be

Please sign in to comment.