Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate high-res global VIIRS vegetation data. #699

Merged
Prev Previous commit
Update link_fixdirs.sh for new sfc_climo directory.
Fixes #698.
  • Loading branch information
GeorgeGayno-NOAA committed Oct 17, 2022
commit b8ae8c1cadb8a943a636045f626b1ec6f2371718
2 changes: 1 addition & 1 deletion fix/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi

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

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