Add 'netcdf' and 'grib2' to input 'source' options in regional IC/LBC routines#526
Closed
chan-hoo wants to merge 12 commits into
Closed
Add 'netcdf' and 'grib2' to input 'source' options in regional IC/LBC routines#526chan-hoo wants to merge 12 commits into
chan-hoo wants to merge 12 commits into
Conversation
Contributor
|
@chan-hoo You PR is next in line. Can you please make sure your fv3atm and ufs-weather-model repositories are up to date with the latest develop branch? |
Contributor
|
@chan-hoo , please update the FV3 submodule in your ufs-weather-model branch as well |
Collaborator
|
fv3atm branch https://github.com/chan-hoo/fv3atm/tree/feature/ic_netcdf is not up to date with upstream |
Contributor
Author
|
@DusanJovic-NOAA @MinsukJi-NOAA , due to a critical technical issue, I'll close this PR and re-open it. |
Merged
9 tasks
pjpegion
pushed a commit
to NOAA-PSL/ufs-weather-model
that referenced
this pull request
Apr 4, 2023
Merge in GSL institutional fork
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
…n Hera (#526) * Modifications to scripts to allow the workflow to run to completion with the GNU build on Hera. The python/miniconda3 module must be unloaded prior to running the executable. * "module" is not the best name for a variable, changed to a_module * Address comments: - Clarify message about why modules are being unloaded - Remove print message if nothing is unloaded to reduce clutter in log file - Rename "module_to_unload" to "modules_to_unload" - Change "a_module" to "module_to_unload" for clarity * Clarify purpose of the unload_python.sh function. * Add the "why"
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
This PR adds the ensemble (GDAS and GEFS) datasets as options for the SRW App and is part of a bigger effort to merge in RRFS capabilities into the develop branch. Currently, the workflow ensemble tasks all use the same initial conditions. Because of the addition of the ensemble datasets, each ensemble task can now have its own initial conditions with the global ensemble number mapping to the SRW App ensemble number (i.e. GDAS mem002 corresponds to SRW App mem002). The appropriate logic was added to these files so that the GEFS and GDAS datasets can run with the workflow without breaking existing functionality. A number of changes were made in the retrieve_data.py script to handle the --members argument and GEFS filename list. A GEFS function was added to the exregional_get_extrn_mdl_files.sh file to merge the GEFS files and update the summary extrn_mdl_var_defns.sh script. --------- Co-authored-by: Edward Snyder <Edward.Snyder@noaa.com> Co-authored-by: Michael Lueken <michael.lueken@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Issue(s) addressed
Testing
Regression tests:
Dependencies
Contributors
@JamesAbeles-NOAA, @EricRogers-NOAA