-
Notifications
You must be signed in to change notification settings - Fork 159
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
Patches to S2S scripts for Nov 2021 Air Force Deliverable #926
Patches to S2S scripts for Nov 2021 Air Force Deliverable #926
Conversation
Code updates to the LIS enesmble forecast reader and the precipitation forecast reader to include additional model entries (e.g., CFSv2). Default entry is for "GEOS5".
- Added new lis config file entry and option documentation for the generic ensemble-based forecast forcing reader in LIS. - Added new entries and documentation in the lis config doc for the precipitation-only ensemble forecast forcing reader. (This information was missing before in the documentation)
…ix/lisf74-s2s-patches Catching-up with support branch.
…/lisf74-s2s-patches
1. run_generate_metrics.sh is the new batch job script, and it accepts the path to the s2smetrics/lib_bcsd_metrics directory as an argument. 2. Trimmed print statements for back-end Python scripts. Also added creation of "touch" files to mark when metric jobs are completed. Touch files are in same directory as the metrics netCDF files.
Updated paths for testing on Discover with multiple NMME-forced LIS forecasts.
NOTE: These scripts currently process only GEOSv2 LIS runs (for testing efficiency).
…/lisf74-s2s-patches
* Replaced classic string formats with f-strings. * Added encoding for open statements.
Thanks. |
Setting
|
I'll tackle the README file. (Sorry about that!) |
I moved make_s2s_metric_geotiff.py into a separate directory. It is only in the repository in case we really need to create separate GeoTIFFs for each metric ensemble member (no sense throwing it away). But is it not considered part of s2smetric at this time. The README has been updated. |
I removed the --mail-user= in the script for the Bratseth retuning software (separate from S2S, won't interfere with the updates from @karsenau) |
Thanks @emkemp ! I'm just about to commit the other removed "mail" lines in the slurm scripts. |
I realized the following script: Has sort of a "misleading" naming convention, as this is the script that generates the forecast run, not the da run. If it's ok with you all, I would like to modify the script name and update some of the descriptions in the script. The file currently exists in: Thanks! |
Discover is going down at 9 am for maintenance, so you may be out of time. I would push your mail-user changes now. |
- Removed remaining --mail-user entries in BCSD and other S2S related scripts. - Modified name of the LIS forecast python script - Updated documentation
@emkemp : Commit pushed over |
…ix/lisf74-s2s-patches
Got it! @jvgeiger I think the fixes are all in. |
…nto fix/lisf74-s2s-patches
…lisf74-s2s-patches
- Made minor format fix to S2S LDT-ICs python script - Implemented python config file and entries that are read by the python script.
Patches to S2S scripts for Nov 2021 Air Force Deliverable
Description
Numerous changes to S2S scripts for November 2021 Air Force deliverable, including replacing most shell scripts with Python 3.