-
Notifications
You must be signed in to change notification settings - Fork 7
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
Auto PR - develop β MAPL-v3 - update exports to match M21C filespecs (GEOS_SurfaceGridComp.F90) #1036
Merged
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
β¦f _albedo -> _reflectivity] (GEOS_CatchGridComp.F90, GEOS_CatchCNCLM40GridComp.F90, GEOS_LandIceGridComp.F90, CatchmentRst.F90)
initialing RUNOFFTILE
β¦s_to_M21C_filespecs update LONG_NAME attributes to match M21C file specs; conservative regridding of (obs) PRECIP_FILE inputs
β¦r_chem Satisfy CHEM imports for Lopez LFR scheme
β¦inate-surfst do not terminate SURFSTAT when running with CICE6
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.
π Automatic PR:
develop
βrelease/MAPL-v3
Description
update exports to match M21C filespecs (GEOS_SurfaceGridComp.F90)
π Modified files
.../GEOSphysics_GridComp/GEOS_PhysicsGridComp.F90 | 4 +-
.../GEOSsurface_GridComp/GEOS_SurfaceGridComp.F90 | 127 +++++++++++++--------
.../GEOSlake_GridComp/GEOS_LakeGridComp.F90 | 10 +-
.../GEOScatchCN_GridComp/GEOS_CatchCNGridComp.F90 | 6 +-
.../GEOS_CatchCNCLM40GridComp.F90 | 90 +++++++--------
.../GEOScatch_GridComp/GEOS_CatchGridComp.F90 | 94 +++++++--------
.../GEOSroute_GridComp/GEOS_RouteGridComp.F90 | 2 +-
.../GEOSvegdyn_GridComp/GEOS_VegdynGridComp.F90 | 2 +-
.../GEOSlandice_GridComp/GEOS_LandIceGridComp.F90 | 30 ++---
.../GEOS_CICE4ColumnPhysGridComp.F90 | 16 +--
.../GEOS_OpenWaterGridComp.F90 | 8 +-
.../GEOS_SaltWaterGridComp.F90 | 8 +-
.../GEOS_SeaiceInterfaceGridComp.F90 | 12 +-
.../GEOS_SimpleSeaiceGridComp.F90 | 16 +--
.../Utils/mk_restarts/CatchmentRst.F90 | 2 +-
GEOSdataatm_GridComp/GEOS_DataAtmGridComp.F90 | 9 +-
16 files changed, 238 insertions(+), 198 deletions(-)