# ParMETIS enabled/off
# NO_PARMETIS = yes
# EXEC := $(EXEC)_NOPM

# Old nc output option (each rank dumps its own data)
# USE_OLDIO = yes
# EXEC := $(EXEC)_OLDIO

# Use PetSc as solver for FE eq
#'v1': v3.5; 'v2': 3.6, 3.7; 'v3': 3.10
# PETSC_VERSION = v2
# USE_PETSC = yes
# EXEC := $(EXEC)_PETSC

# Precip/evaporation model
# USE_PREC_EVAP = yes
# EXEC := $(EXEC)_EVAP

# nws=5,6 option using WRF wind (simpler_wind.F90)
# This option is not officially supported; use at your own risk
# USE_SIMPLE_WIND = yes
# EXEC := $(EXEC)_SIMPLE_WIND

# MM5 in heat exchange model
# USE_MM5 = yes
# EXEC := $(EXEC)_MM5

# TVD limiter options (set as one of these: SB, VL, OS, MM)
# No default and so these 2 lines should NOT be commented out!
 TVD_LIM = VL
 EXEC := $(EXEC)_$(TVD_LIM)

# GOTM turbulence closure model
# USE_GOTM = yes
# EXEC := $(EXEC)_GOTM

# Wind wave model WWM
# USE_WWM = yes
# EXEC := $(EXEC)_WWM

#aParametric wind module
# USE_PAHM = yes
# EXEC := $(EXEC)_PAHM

# Harmonic analysis tool
# USE_HA = yes
# EXEC := $(EXEC)_HA

# A second surface turbulent fluxes computation
# using FAIRALL Bulk scheme to replace the original
# Zeng el al. scheme
# USE_BULK_FAIRALL = yes
# EXEC := $(EXEC)_FAIRALL


#####Tracer models 
# Generic (user defined) tracer model
# USE_GEN = yes
# EXEC := $(EXEC)_GEN

# Age
# USE_AGE = yes
# EXEC := $(EXEC)_AGE

# Sediment model (3D)
# USE_SED = yes
# EXEC := $(EXEC)_SED

# Ecological model (EcoSim)
# USE_ECO = yes
# EXEC := $(EXEC)_ECO

# CE-QUAL-ICM
# USE_ICM = yes
# EXEC := $(EXEC)_ICM
#  ### Flags that go with USE_ICM
# ICM_PH = yes
# EXEC := $(EXEC)_PH

# CoSINE
# USE_COSINE = yes
# EXEC := $(EXEC)_COS

# Fecal Indicator bacteria model
# USE_FIB = yes
# EXEC := $(EXEC)_FIB

# Oil spill model (not active)
# USE_OIL = yes
# EXEC := $(EXEC)_OIL

# TIMOR (not active yet)
# USE_TIMOR = yes
# EXEC := $(EXEC)_TIMOR

# FABM
#  USE_FABM = yes
#  FABM_BASE = $(HOME)/fabm-code
#  EXEC := $(EXEC)_FABM

# DVD (Klingbeit)
# USE_DVD = yes
# EXEC := $(EXEC)_DVD

####End of tracer models

# Ice module
# USE_ICE = yes
# EXEC := $(EXEC)_ICE

# Multiclass Ice module
# USE_MICE = yes
# EXEC := $(EXEC)_MICE
 
# Sediment model (2D)
# USE_SED2D = yes
# EXEC := $(EXEC)_SED2D

# Marsh migration model
# USE_MARSH = yes
# EXEC := $(EXEC)_MARSH

# Analysis module
# USE_ANALYSIS = yes
# EXEC := $(EXEC)_ANALYSIS

#########  Compiler configuration related flags

# Simple timer for blocks in schism_step (to find hot spots)
# USE_TIMER2 = yes
# EXEC := $(EXEC)_TIMER2

# Include a timer
# USE_TIMER = yes
# EXEC := $(EXEC)_TIMER

# Debug mode (more time consuming)
# USE_DEBUG = yes
# EXEC := $(EXEC)_DEBUG
