Turnin LSINK off by default to prepare for merge to master.

This commit is contained in:
Miikka Vaisala
2019-09-16 11:15:44 +08:00
parent 42f92c7d49
commit f5733e5144
3 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
#define LDENSITY (1)
#define LHYDRO (1)
#define LMAGNETIC (0)
#define LENTROPY (0)
#define LMAGNETIC (1)
#define LENTROPY (1)
#define LTEMPERATURE (0)
#define LFORCING (0)
#define LFORCING (1)
#define LUPWD (1)
#define LSINK (1)
#define LSINK (0)
#define AC_THERMAL_CONDUCTIVITY (AcReal(0.001)) // TODO: make an actual config parameter