forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated GSL orographic drag suite to enable use of custom orographic … #1
Closed
Conversation
This file contains 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
…statistics static files
Hi Mike, I think this should go to NOAA-GSD's fork of the ufs-weather-model, not to my account. |
Oops. I'm not sure how I ended up forking your personal repository. I
found the https://github.com/NOAA-GSD repository and will fork from there.
Can you confirm that I will need to do three separate pull requests -- one
from the main repository, and one each from the two submodules?
Also, will you close and delete my previous pull requests? I'm going to
delete my forks from you climbfuji repository.
Thanks.
…-- Mike
On Fri, May 1, 2020 at 10:27 AM Dom Heinzeller ***@***.***> wrote:
Hi Mike, I think this should go to NOAA-GSD's fork of the
ufs-weather-model, not to my account.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFMODLGZUCTS6PB7AK27KBTRPLZ5VANCNFSM4MWVSVNA>
.
--
—————————
Michael Toy, Research Scientist
CIRES, University of Colorado Boulder
NOAA Global Systems Laboratory
325 Broadway, Boulder, Colorado
[email protected]
+1-303-497-4061 <(303)%20497-4061>
|
climbfuji
pushed a commit
that referenced
this pull request
May 13, 2020
…cs_timestep_for_spinup Update submodule pointer for FV3 2019/12/12
climbfuji
pushed a commit
that referenced
this pull request
Jun 3, 2020
* Time taken for full unit tests is 40% of of that without using ecflow * Numerous changes in utest for ecflow as well as better handling of baseline runs * Modify run_test.sh to handle any failure before run_test * Modify rt.sh to use ECFLOW_SUITE instead of regtest * Modify rt_utils.sh to use ECFLOW_SUITE instead of regtest * In rt_utils.sh, modify ecflow_create_run_task: make the call to run_test a foreground job so that 'set -e' error handling works properly by getting the correct exit status (another way would be to use 'job id' and 'wait job id' following the call to run_test &) * Modify some of fv3_conf/*_run.IN files to handle errors when restart file copies fail
climbfuji
pushed a commit
that referenced
this pull request
Jun 8, 2020
…anges_from_gmtb_develop_as_of_20191016 Update ufs-weather-model/develop with changes from gmtb/develop as of 2019/10/16
climbfuji
pushed a commit
that referenced
this pull request
Jun 11, 2020
Updates for hwrf_sfc_PR from Dom
climbfuji
pushed a commit
that referenced
this pull request
Apr 8, 2021
Turn on the printout of the WRF noise parameter for regression test fv3_gsd_diag3d_debug
climbfuji
pushed a commit
that referenced
this pull request
Apr 19, 2021
…y#524) * point to Jun fv3atm personal fork * add CDEPS submodule * add building instructions * fix issues that came from building * builds CDEPS targets * missed w3nco dep * cleanup use of FoX and remove redundant library links in components * Add 3 files generated by genf90.pl to the CDEPS-interface/ufs directory. (#1) * remove dependency on genf90.pl for CDEPS/share * remove FoX (#2) remove FoX dependency building and use ESMF Config instead. Co-authored-by: Jun Wang <[email protected]> Co-authored-by: BinLi-NOAA <[email protected]> Co-authored-by: Brian Curtis <[email protected]>
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.
This is an update of the GSL orographic drag suite to use separate "small-scale" and "large-scale" orographic drag parameters, both of which can be read in by custom created static files.
These are suggested modifications to the regression test, in which the orographic statistics files are staged to be read in at runtime. The C96 static files are on Hera at:
/scratch2/BMC/wrfruc/mtoy/FV3GFS/GWD_static_files/C96
Feel free to copy these to the directories where the other FV3 static files live.