-
Notifications
You must be signed in to change notification settings - Fork 180
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
Retaining files in gdas ROTDIR needed for Fit2Obs #311
Comments
WCOSS_D tests Locally modify
With option 1 there is no need to modify fit2obs. Instead, Option 2 requires changes to fit2obs. Variable The second part of testing option 2 is to modify subfits_dell_nems. This was done in an offline mode. This test was run on Mars during the 4/12 parallel production test. The output from this test was saved and the modified subfits_dell_nems run again. Output from the second run is b4b identical with output from the first run. It is possible the changes being testing during the Mars parallel production test yield non-b4b results with respect to the pre-test environment? This test will be rerun for a different v16rt2c case after Mars is returned to developers after the parallel production test finishes. |
WCOSS_D tests - more cases Reran fit2obs for 2021041106, 2021041112, 2021041118, and 2021041200 following return of Mars to developers. Rerun used gdas files from What remains now is to decide whether to adopt solution 1 or 2. Option 1 does not require any changes to fit2obs. Option 2 requires changing the path for Depending upon which solution, 1 or 2, is adopted, scripting for the the option not chosen should be removed from The modified |
I would prefer not changing fit2obs for this since option 1 seems to work fine and I don't see any additional advantage in using option 2, unless I'm missing something. Plus option 1 is already implemented regarding other files and for similar reasons. |
As per Jack's request option 2 has been removed from the locally modified version of arch.sh used by the v16rt2c. Pending the modified arch.sh successfully running overnight, I would like to commit the modified arch.sh, which includes option 1, to release/gfsv16.1. |
Details regarding 88c54d9 Option 1 discussed in this issue has been committed to workflow branch release/gfsv16.1 at 88c54d9. Users and developers should be aware of two details in the implementation of this option. Detail 1 Detail 2
|
The same changes made by @RussTreadon-NOAA @ 88c54d9 also made their way into the See these blocks of the newer https://github.com/NOAA-EMC/global-workflow/blob/develop/scripts/exglobal_archive.sh#L86:L102 Closing this issue as completed. |
Will also close matching NOAA-EMC/Fit2Obs#3. |
Initially reported in Fit2Obs Issue #3, failures were experienced on Hera when the arch step would scrub the gdas directories before Fit2Obs had finished.
A possible solution is to modify arch.sh to retain the needed files for Fit2Obs for longer than the default RMOLDEND. This is already done for sflux and RESTART files for the GLDAS step.
@KateFriedman-NOAA @RussTreadon-NOAA @jack-woollen
The text was updated successfully, but these errors were encountered: