-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.cfg
More file actions
25 lines (22 loc) · 985 Bytes
/
default.cfg
File metadata and controls
25 lines (22 loc) · 985 Bytes
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
[outputs]
lzlib=true ; Compress output using zlib?
lcross_xy=true ; Produce xy cross-sections? Mais oui
lcross_xz=true ; Produce xz cross-sections? Mais oui
lcross_yz=true ; Produce yz cross-sections? Mais oui
ldiag_xz=true ; Produce xy diagnostics? Mais oui
ldiag_yz=true ; Produce yz diagnostics? Mais oui
ldiag_int=true ; Produce vertically integrated diagnostics? Mais oui
lsamp=true ; Produce sampled diagnostics? Mais oui
lspec=true ; Produce spectral diagnostics? Mais oui
lclouds=true ; Produce tar-ball with 3D cloud and precipitation fields for storage? Mais oui
; where to take cross sections (currently just grid numbers, i.e., no interpolation)
; has to be an array
[domain]
xsel=[0]
ysel=[0]
zsel=[0,1,10,20,30]
; Between which level to produce spectra (can be multiple sets, formatted as [lowerlevel,upperlevel+1], as python array indexing works)
spectralevelsbot=[10,20]
spectralevelstop=[20,30]
; Option to crop the boundaries in the horizontal plane
nboundlines=0