Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wjiang/new_bcs_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Feb 16, 2024
2 parents 1e80660 + 441ce5a commit fbe9f15
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Applications/LDAS_App/GEOSldas_LDAS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ CATCHMENT_SPINUP: 0
#
# 1 : Catchment model (default)
# 2 : CatchmentCN-CLM4.0
# 3 : CatchmentCN-CLM4.5
#
LSM_CHOICE: 1

Expand Down
5 changes: 3 additions & 2 deletions src/Applications/LDAS_App/ldas_setup
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ class LDASsetup:
self.catch = 'catch'
if int(self.rqdExeInp['LSM_CHOICE']) == 2 :
self.catch = 'catchcnclm40'
if int(self.rqdExeInp['LSM_CHOICE']) == 3 :
self.catch = 'catchcnclm45'

assert int(self.rqdExeInp['LSM_CHOICE']) <= 2, "\nLSM_CHOICE=3 (Catchment-CN4.5) is no longer supported. Please set LSM_CHOICE to 1 (Catchment) or 2 (Catchment-CN4.0)"

if 'POSTPROC_HIST' not in self.rqdExeInp:
self.rqdExeInp['POSTPROC_HIST'] = 0

Expand Down
2 changes: 1 addition & 1 deletion src/Components/GEOSldas_GridComp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ set (alldirs
esma_add_library(${this}
SRCS GEOS_LdasGridComp.F90
SUBCOMPONENTS ${alldirs}
SUBDIRS Shared
SUBDIRS LDAS_Shared
DEPENDENCIES GEOSland_GridComp makebcs MAPL
INCLUDES ${INC_ESMF})

0 comments on commit fbe9f15

Please sign in to comment.