-
Notifications
You must be signed in to change notification settings - Fork 158
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
release/public-v2: cherry-pick gfs.v16 update dz_min #223
Merged
junwang-noaa
merged 2 commits into
NOAA-EMC:release/public-v2
from
llpcarson:update_dz_min
Jan 13, 2021
Merged
release/public-v2: cherry-pick gfs.v16 update dz_min #223
junwang-noaa
merged 2 commits into
NOAA-EMC:release/public-v2
from
llpcarson:update_dz_min
Jan 13, 2021
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
climbfuji
approved these changes
Jan 12, 2021
junwang-noaa
approved these changes
Jan 12, 2021
DusanJovic-NOAA
approved these changes
Jan 12, 2021
I don't have permission to merge this, can someone do that today? Thanks! |
Done
…On Wed, Jan 13, 2021 at 10:49 AM Laurie Carson ***@***.***> wrote:
I don't have permission to merge this, can someone do that today? Thanks!
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#223 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TPZVE53LYD2I4KHFHLSZW6KDANCNFSM4VZIWS2A>
.
|
Thanks! Last step is ufs-weather-model, I just updated the submodule
pointer in my branch.
ufs-community/ufs-weather-model#356
…On Wed, Jan 13, 2021 at 8:59 AM Jun Wang ***@***.***> wrote:
Done
On Wed, Jan 13, 2021 at 10:49 AM Laurie Carson ***@***.***>
wrote:
> I don't have permission to merge this, can someone do that today? Thanks!
>
> —
> You are receiving this because your review was requested.
> Reply to this email directly, view it on GitHub
> <#223 (comment)>, or
> unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AI7D6TPZVE53LYD2I4KHFHLSZW6KDANCNFSM4VZIWS2A
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#223 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2OWIQFJRCWXFAIG7AID73SZW7ONANCNFSM4VZIWS2A>
.
|
SamuelTrahanNOAA
pushed a commit
to SamuelTrahanNOAA/fv3atm
that referenced
this pull request
Jun 13, 2022
This PR adds missing HWRF physics parameterizations and updates the Ferrier-Aligo microphysics: - WRFv4 Noah LSM - GFDL surface layer - Unified HEDMF PBL - icloud=4 option in RRTMG In addition, this PR: - cleans up old/unused/unnecessary HWRF regression tests - adds the missing `effr_in=.true.` for all Thompson MP based runs (there is now a guard in fv3atm's `GFS_typedefs.F90` to prevent running Thompson MP with `effr_in=.false.` - shortens the runtime for the `fv3_ccpp_rrfs_v1beta` run from 48h to 24h - in ccpp-physics: update `tsfc` correctly when there is ice on open water grid points (fixes NCAR/ccpp-physics#515) - set `OMP_STACKSIZE` in orion and wcoss_dell_p3 job submission scripts to avoid errors with threaded tests Co-authored-by: Bin Liu <[email protected]> Co-authored-by: Jili Dong <[email protected]> Co-authored-by: Zhan Zhang <[email protected]> Co-authored-by: Grant Firl <[email protected]> Co-authored-by: Man.Zhang <[email protected]> Co-authored-by: Dom Heinzeller <[email protected]>
LarissaReames-NOAA
pushed a commit
to LarissaReames-NOAA/fv3atm
that referenced
this pull request
Nov 17, 2023
…A-EMC#223) * Change the format of domain restart files to netcdf4 and set chunksizes * Remove nc_format="netcdf4" argument when opening restart files * Set chunksize of zaxis and time axis to 1
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
The code changes in fv3 dycore were made to resolve the instability issue.
Issue(s) addressed
Testing
Dependencies
Related PRs:
ufs-weather-model: ufs-community/ufs-weather-model#356
GFDL_atmos_cubed_sphere: NOAA-GFDL/GFDL_atmos_cubed_sphere#63