GEOS-ESM / GEOSgcm_GridComp

Repository containing the physics and IAU code for the GEOS Earth System Model
Apache License 2.0
9 stars 7 forks source link

Auto PR - develop → MAPL-v3 - moving input description to input directory and adding NAS path for input files. #960

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

:memo: Automatic PR: developrelease/MAPL-v3

Description

moving input description to input directory and adding NAS path for input files.

:file_folder: 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(-)