Skip to content
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 - remove filling of WET1 (a.k.a. GWETTOP) with 1s over non-land (GEOS_SurfaceGridComp.F90) #1004

Merged
merged 14 commits into from
Sep 13, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 13, 2024

📝 Automatic PR: developrelease/MAPL-v3

Description

remove filling of WET1 (a.k.a. GWETTOP) with 1s over non-land (GEOS_SurfaceGridComp.F90)

📁 Modified files

.../GEOSphysics_GridComp/GEOS_PhysicsGridComp.F90 | 24 +-
.../GEOSsurface_GridComp/GEOS_SurfaceGridComp.F90 | 912 +++++++++++----------
.../GEOScatchCN_GridComp/Shared/catchmentCN.F90 | 4 +-
.../GEOScatch_GridComp/catchment.F90 | 4 +-
4 files changed, 489 insertions(+), 455 deletions(-)

gmao-rreichle and others added 12 commits August 7, 2024 08:20
…ove_WET1_filling

# Conflicts:
#	GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/GEOS_SurfaceGridComp.F90
Bug fix: Previously, minimal CAPAC values were converted into runoff by adding them directly into total RUNOFF, but not into one of its components (RUNSRF or BFLOW), which violated the definition of total RUNOFF (=RUNSRF + BFLOW).  This fix adds the minimal CAPAC into RUNSRF and thus preserves the equation of total RUNOFF.
Bug fix (CatchCN): Previously, minimal CAPAC values were converted into runoff by adding them directly into total RUNOFF, but not into one of its components (RUNSRF or BFLOW), which violated the definition of total RUNOFF (=RUNSRF + BFLOW).  This fix adds the minimal CAPAC into RUNSRF and thus preserves the equation of total RUNOFF.
…ling

remove filling of WET1 (a.k.a. GWETTOP) with 1s over non-land
@github-actions github-actions bot requested a review from a team as a code owner September 13, 2024 14:47
@github-actions github-actions bot added automatic Automatic Pull Request MAPL3 MAPL 3 Related Skip Changelog labels Sep 13, 2024
@github-actions github-actions bot requested review from a team as code owners September 13, 2024 14:47
biljanaorescanin and others added 2 commits September 13, 2024 10:51
…inimal_CAPAC_to_RUNOFF

Fixed conversion of minimal CAPAC to RUNOFF (catchment.F90)
@mathomp4 mathomp4 merged commit aadeef0 into release/MAPL-v3 Sep 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic Automatic Pull Request MAPL3 MAPL 3 Related Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants