Auto PR - develop → MAPL-v3 - changed indent#1063
Merged
mathomp4 merged 83 commits intorelease/MAPL-v3from Feb 21, 2025
Merged
Conversation
….F90, mkEASETilesParam.F90)
…Sgcm_GridComp into feature/wjiang/nc4_tilefile
…ice on EASE grid; cleanup and documentation
…ram.F90, mkEASETilesParam.F90, rmTinyCatchParaMod.F90)
…butes() [formerly catchment_def()] (rmTinyCatchParaMod.F90)
Add offline choice for landice_gridcomp
…-configs update cice6 configs
add nc4-formatted tile file when generating bcs
Bugfix: mean land elevation + v13 bcs
This file contains hidden or 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
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-v3Description
changed indent
📁 Modified files
.../GEOSlandice_GridComp/GEOS_LandIceGridComp.F90 | 441 +-
.../Shared/GEOS_SurfaceGridComp.rc | 2 +-
.../Utils/Raster/makebcs/CMakeLists.txt | 4 +-
.../Utils/Raster/makebcs/CombineRasters.F90 | 16 +-
.../Utils/Raster/makebcs/CubedSphere_GridMod.F90 | 2 +-
.../Utils/Raster/makebcs/FillMomGrid.F90 | 3 +-
.../Raster/makebcs/TileFile_ASCII_to_nc4.F90 (new) | 305 +
.../makebcs/TileFile_ASCII_to_nc4.py (new +x) | 38 +
.../Utils/Raster/makebcs/create_README.csh | 97 +-
.../Utils/Raster/makebcs/make_bcs_cube.py | 170 +-
.../Utils/Raster/makebcs/make_bcs_ease.py | 4 +-
.../Utils/Raster/makebcs/make_bcs_latlon.py | 3 +-
.../Utils/Raster/makebcs/make_bcs_questionary.py | 3 +-
.../Utils/Raster/makebcs/make_bcs_shared.py | 60 +-
.../Utils/Raster/makebcs/mkCatchParam.F90 | 269 +-
.../Utils/Raster/makebcs/mkCubeFVRaster.F90 | 2 +-
.../Utils/Raster/makebcs/mkEASETilesParam.F90 | 140 +-
.../Utils/Raster/makebcs/mkLandRaster.F90 | 17 +-
.../Utils/Raster/makebcs/mkLatLonRaster.F90 | 2 +-
.../Utils/Raster/makebcs/mkMITAquaRaster.F90 | 31 +-
.../Utils/Raster/makebcs/mkMOMAquaRaster.F90 | 17 +-
.../Utils/Raster/makebcs/mk_runofftbl.F90 | 7 +-
.../Utils/Raster/makebcs/mod_process_hres_data.F90 | 10929 ++++++++---------
.../Utils/Raster/makebcs/rasterize.F90 | 633 +-
.../Utils/Raster/makebcs/rasterize.H | 62 +-
.../Utils/Raster/makebcs/rmTinyCatchParaMod.F90 | 12251 ++++++++-----------
.../CICE_GEOSPlug/cice6_app/1440x1080/ice_in | 22 +-
.../CICE_GEOSPlug/cice6_app/540x458/ice_in | 8 +-
.../CICE_GEOSPlug/cice6_app/72x36/ice_in | 4 +-
29 files changed, 12334 insertions(+), 13208 deletions(-)