-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pass override_surface_radiative_fluxes
flag to gfdl_diag_register
#31
Merged
laurenchilutti
merged 1 commit into
NOAA-GFDL:main
from
spencerkclark:pass-control-to-gfdl-diag-register
Nov 1, 2023
Merged
Pass override_surface_radiative_fluxes
flag to gfdl_diag_register
#31
laurenchilutti
merged 1 commit into
NOAA-GFDL:main
from
spencerkclark:pass-control-to-gfdl-diag-register
Nov 1, 2023
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
spencerkclark
requested review from
laurenchilutti and
thomas-robinson
as code owners
October 20, 2023 12:59
6 tasks
lharris4
approved these changes
Oct 20, 2023
@laurenchilutti thanks for merging NOAA-GFDL/SHiELD_physics#31 and #30! I just wanted to make sure you and @bensonr are aware of this minor PR as well, which is required for the model to build / run as a result of NOAA-GFDL/SHiELD_physics#31. |
Thank you for pointing this out. @bensonr can you review this today? |
laurenchilutti
approved these changes
Nov 1, 2023
bensonr
approved these changes
Nov 1, 2023
spencerkclark
added a commit
to ai2cm/SHiELD-wrapper
that referenced
this pull request
Nov 1, 2023
This PR updates the dycore, physics, and driver NOAA-GFDL submodules in this repo to their latest `main` branches. Now that - NOAA-GFDL/SHiELD_physics#31 - NOAA-GFDL/atmos_drivers#31 - NOAA-GFDL/atmos_drivers#30 - NOAA-GFDL/GFDL_atmos_cubed_sphere#302 have been merged, all the required features in SHiELD are in place to bring SHiELD-wrapper up-to-par with fv3gfs-wrapper. Note that NOAA-GFDL/SHiELD_physics#31 made changes to the long names of some of the diagnostics output in our regression test, which required a checksum update. I have also taken the liberty to remove the disclaimer from the README that states that changes to SHiELD are required to bring SHiELD-wrapper up-to-par with FV3GFS. That is no longer a limiting factor, and those remaining features are implemented in open PRs in this repo.
spencerkclark
added a commit
to ai2cm/SHiELD-wrapper
that referenced
this pull request
Nov 2, 2023
This PR ports the ability to override the surface radiative fluxes seen by the land surface model from the wrapper. This was split across two PRs originally in the case of FV3GFS: - ai2cm/fv3gfs-fortran#158 - ai2cm/fv3gfs-wrapper#244 This depends on the fortran changes made in: - NOAA-GFDL/SHiELD_physics#31 - NOAA-GFDL/atmos_drivers#31 which have now been merged, and incorporated into this repo via #11.
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
See NOAA-GFDL/SHiELD_physics#31 for more details regarding context and testing.
cc: @lharris4
Checklist: