-
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 - moving input description to input directory and adding NAS path for input files. #960
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
…cean defined in the ocean model. Now the default adjust_oceanLandSea_mask is set to true.
…ting_outlets_inBCS
…S' into feature/yujinz/Routing_outlets_inBCS
…ting_outlets_inBCS
…nBCS' into feature/yujinz/Routing_outlets_inBCS
…ting_outlets_inBCS
…nBCS' into feature/yujinz/Routing_outlets_inBCS
In the rare circumstance that more snow would need to be sublimated than is available in the top layer, the residual energy accounting term was added twice, once here and again ~30 lines further down.
…nBCS' into feature/yujinz/Routing_outlets_inBCS
… version arg in make_bcs_latlon.py and make_bcs_cube.py
…_runofftbl.F90, rmTinyCatchParaMod.F90)
…inBCS Routing Outlets in Boundary Conditions
…unting bug fix: remove double-counting of heat corr (StieglitzSnow.F90)
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
moving input description to input directory and adding NAS path for input files.
📁 Modified files
.../GEOSsurface_GridComp/Shared/StieglitzSnow.F90 | 2 +-
.../Utils/Raster/makebcs/make_bcs_cube.py | 2 +-
.../Utils/Raster/makebcs/make_bcs_latlon.py | 2 +-
.../Utils/Raster/makebcs/mk_runofftbl.F90 | 1070 ++++++++++++++++----
.../Utils/Raster/makebcs/rmTinyCatchParaMod.F90 | 21 +-
.../Utils/Raster/preproc/CMakeLists.txt | 2 +-
.../Raster/preproc/routing/CMakeLists.txt (new) | 30 +
.../preproc/routing/Pfaf_to_2d_30s_land.f90 (new) | 71 ++
.../preproc/routing/get_finalID_msk.f90 (new) | 176 ++++
.../routing/get_landocean_Greenland_real.f90 (new) | 76 ++
.../routing/get_outlets_catchindex.f90 (new) | 60 ++
.../preproc/routing/get_outlets_land.f90 (new) | 120 +++
.../routing/get_outlets_land_allcat.f90 (new) | 66 ++
.../preproc/routing/get_sinkxy_land.f90 (new) | 64 ++
.../Utils/Raster/preproc/routing/readme.txt (new) | 35 +
.../preproc/routing/routing_constant.f90 (new) | 22 +
.../preproc/routing/run_routing_raster.py (new +x) | 62 ++
17 files changed, 1655 insertions(+), 226 deletions(-)