-
Notifications
You must be signed in to change notification settings - Fork 1
/
Lmake.inc
109 lines (90 loc) · 2.34 KB
/
Lmake.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# include file for Makefile for linear solver
#
# set environment LNHOME in your .cshrc
#
###### Architecture ################
ARC = linux
#ARC = alpha
#ARC = sgi
#ARC = sr8000
###### Model type ################
### time-advance linear model (incl. storm track model)
PROJECT = tintgr
### standard, making linear matrix (incl. stationary wave model)
#PROJECT = mkamat
### accerelated iterative solver (AIM)
#PROJECT = aim
### nonlinear, dynamical core
#PROJECT = dcore
### barotropic model
#PROJECT = baro
### coupled mLBM-CZ
#PROJECT = cz
### orographic forcing
#PROJECT = wvfrc.topo
###### Horizontal Resolution ################
#HRES = t10
HRES = t21
#HRES = t42
###### Vertical Resolution ################
#VRES = l1
#VRES = l5
#VRES = l8
#VRES = l11
VRES = l20
###### Zonal wave truncation ################
ZWTRN =
#ZWTRN = m15
#ZWTRN = m10
#ZWTRN = m5
#ZWTRN = m6
###### Model options ################
### time-advance linear model (incl. storm track model)
######## dry model
MODELOPT = -DOPT_CLASSIC
######## moist model
#MODELOPT =
#MODELOPT = -DOPT_POSDEF
#MODELOPT = -DOPT_OUTPOSDEF
### lbm/swm
######## dry model
#MODELOPT = -DOPT_MKMAT -DOPT_CLASSIC
#MODELOPT = -DOPT_MKMAT -DOPT_OWALL -DOPT_CLASSIC
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS -DOPT_CLASSIC
######## moist model
#MODELOPT = -DOPT_MKMAT
#MODELOPT = -DOPT_MKMAT -DOPT_OWALL
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS
#
# GRDDMP: linear damping in grid space not in wave space
#MODELOPT = -DOPT_MKMAT -DOPT_OWALL -DOPT_GRDDMP
#
# DYNZM: use zonal mean BS for L but not for Lc
#MODELOPT = -DOPT_MKMAT -DOPT_OWALL -DOPT_DYNZM
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS
# as of 04/04/08
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS -DOPT_OWALL -DOPT_ADDCPL
#
######## dry AIM
#MODELOPT = -DOPT_CLASSIC
### mLBM-CZ
# diag: binary 1
##MODELOPT = -DOPT_MKMAT -DOPT_DYNZM
# diag: binary 2
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS -DOPT_ADDCPL
# diag: binary 3
#MODELOPT = -DOPT_WVFRC -DOPT_ORHS -DOPT_NOMOIST -DOPT_DYNSW
### nonlinear dynamical core
#MODELOPT =
#MODELOPT = -DOPT_RWRIT
#MODELOPT = -DOPT_PBL
#MODELOPT = -DOPT_NOVDF
### barotropic model
#MODELOPT = -DOPT_MKMAT
#MODELOPT = -DOPT_MKMAT -DOPT_OWALL
#MODELOPT = -DOPT_WVFRC
### mLBM-CZ
#MODELOPT = -DOPT_ORGCZ
#MODELOPT =
### orographic forcing
#MODELOPT = -DOPT_CLASSIC