Skip to content

Commit f9b79d1

Browse files
committed
Turn off modules in mk
1 parent 1d1d712 commit f9b79d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mk/include_modules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# EXEC := $(EXEC)_PETSC
66

77
# Precip/evaporation model
8-
USE_PREC_EVAP = yes
9-
EXEC := $(EXEC)_EVAP
8+
# USE_PREC_EVAP = yes
9+
# EXEC := $(EXEC)_EVAP
1010

1111
# nws=5,6 option using WRF wind (simpler_wind.F90)
1212
# This option is not officially supported; use at your own risk
@@ -52,8 +52,8 @@
5252
# EXEC := $(EXEC)_ECO
5353

5454
# CE-QUAL-ICM
55-
USE_ICM = yes
56-
EXEC := $(EXEC)_ICM
55+
# USE_ICM = yes
56+
# EXEC := $(EXEC)_ICM
5757
# ### Flags that go with USE_ICM
5858
# ICM_PH = yes
5959
# EXEC := $(EXEC)_PH
@@ -98,8 +98,8 @@
9898
# EXEC := $(EXEC)_MARSH
9999

100100
# Analysis module
101-
USE_ANALYSIS = yes
102-
EXEC := $(EXEC)_ANALYSIS
101+
# USE_ANALYSIS = yes
102+
# EXEC := $(EXEC)_ANALYSIS
103103

104104
######### Compiler configuration related flags
105105

0 commit comments

Comments
 (0)