-
Notifications
You must be signed in to change notification settings - Fork 108
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
Combine GDAS initialization utility scripts #772
Comments
The copy of the coldstart files from the work directory to the final directory is (mostly) the same between all 'run' scripts. This copy was placed into its own script that is now called from the 'run' scripts. |
Check out the branch at 5d3b898 on Hera. Run for a GFS v15 case (2021/01/04/06). Run the same case using the head of 'develop'. The same files should be in the 'final' directory: DEVELOP Enkf (member 1)
BRANCH Enkf (member 1)
DEVELOP GDAS
BRANCH GDAS
DEVELOP GFS
BRANCH GFS
|
Repeat the test but for a GFS v16 retrospective case (2021/01/03/06). The 'final' directories contain the same files: DEVELOP Enkf (member 1)
BRANCH Enkf (member 1)
DEVELOP GDAS
BRANCH GDAS
DEVELOP GFS
BRANCH GFS
|
The branch at 5d3b898 was checked out on Jet. Run a test using GFS v16 data (2023/02/04/06). Ensure the coldstart files copied to the 'final' directory match those when using 'develop': DEVELOP Enkf (member 1)
BRANCH Enkf (member 1)
DEVELOP GDAS
BRANCH GDAS
DEVELOP GFS
BRANCH GFS
|
Next, run a test on Jet using GFS v14 data (2019/06/10/06) and ensure the coldstart files are in the correct 'final' directory. DEVELOP Enkf (member 1)
BRANCH Enkf (member 1)
DEVELOP GDAS
BRANCH GDAS
DEVELOP GFS
BRANCH GFS
|
Finally, run a test on Jet using GFS v13 data (2017/07/10/06) and check the coldstart directories. DEVELOP Enkf (member 1)
BRANCH Enkf (member 1)
DEVELOP GDAS
BRANCH GDAS
DEVELOP GFS
BRANCH GFS
|
After merging updates from 'develop' and adding some new path variables (7b95068), the above tests were repeated and passed. |
Place the copy of the coldstart files in a common script called copy_coldstart_files.sh. Fixes #772.
Currently, there are separate scripts to run the chgres_cube step based on what version of the GFS data is being ingested. Portions of these scripts have common logic, such as the copy of the coldstart files after chgres_cube completes. Move this data copy logic to a single utility script.
The text was updated successfully, but these errors were encountered: