-
Notifications
You must be signed in to change notification settings - Fork 110
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
GDAS_INIT data scripts point to the wrong HPSS GFS v16 retro directory #558
Comments
parallel data. Add error message to alert users when they choose a date after the v16rt2n parallel ended. Fix transition date between the v16rt2 and v16rt2n parallel data. Fixes ufs-community#558
First, test the new error message. The last complete GDAS v16rt2n dataset is 2021/03/25/00, and the last GFS dataset is 2021/03/25/06. Running for both dates show: GDAS test:
GFS test:
|
Next, check the transition date between the v16rt and v16rtn parallels. For the GFS dump, this occurs at 2020/12/22/06. For 2020/12/22/00 it correctly chooses v16rt:
For 2020/12/22/06, it correctly chooses v16rtn:
Next, check the transition date between the v16rt and v16rtn parallels. For the GDAS dump, this occurs at 2020/12/22/12. For 2020/12/22/12 it correctly picks v16rt2:
For 2020/12/22/18, it correctly picks v16rt2n:
|
Sajal Kar tried to pull GFS v16 retrospective data for 2020/12/23/00 and
get_v16retro.data.sh
could not find the data. Apparently, the HPSS directory name changed. Updating the script as follows seem to have fixed it:The text was updated successfully, but these errors were encountered: