Skip to content

Commit

Permalink
Update LISF submodule to include cap fix for hydrology to lsm connect…
Browse files Browse the repository at this point in the history
…ion, new cap diagnostics, and NoahMP36 coupling. Update wrf_hydro_nwm submodule to include updates to model and cap fix for surface head connection. Add LISHYDRO_DBGBUILD to driver's Makefile to include symbols and traceback but turn off feature by default.
  • Loading branch information
danrosen25 committed May 19, 2019
1 parent 3646513 commit 902e48f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LISF
Submodule LISF updated from a4900a to 7fd19d
6 changes: 6 additions & 0 deletions src/driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COMMA := ,
### LIS-Hydro Build Directives ###
LISHYDRO_OPTLEVEL = 1
LISHYDRO_PRCLEVEL = 2
LISHYDRO_DBGBUILD = 0

ifdef LISHYDRO_OPTLEVEL
ESMF_F90COMPILECPPFLAGS += -DLISHYDRO_OPTLEVEL=$(LISHYDRO_OPTLEVEL)
Expand All @@ -40,6 +41,11 @@ ifdef LISHYDRO_PRCLEVEL
ESMF_CXXCOMPILECPPFLAGS += -DLISHYDRO_PRCLEVEL=$(LISHYDRO_PRCLEVEL)
endif

ifdef LISHYDRO_DBGBUILD
ESMF_F90COMPILEOPTS += -g -traceback
ESMF_CXXCOMPILEOPTS += -g -traceback
endif

### LIS dependencies ###
include $(LISHYDRO_LIS_INST)/lis.mk
DEP_FRONTS := $(DEP_FRONTS) -DFRONT_LND=$(ESMF_DEP_FRONT)
Expand Down
2 changes: 1 addition & 1 deletion src/wrf_hydro_nwm

0 comments on commit 902e48f

Please sign in to comment.