-
Notifications
You must be signed in to change notification settings - Fork 3
/
diag_yaml
56 lines (54 loc) · 1017 Bytes
/
diag_yaml
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
---
diag_files:
- name: atmos_8xdaily
freq: 3
frequnit: hours
timeunit: days
unlimdim: time
- name: grid_spec
freq: -1
frequnit: months
timeunit: days
unlimdim: "time"
- name: "atmos_daily"
freq: 24
frequnit: hours
timeunit: days
unlimdim: time
- name: atmos_month
freq: 1
frequnit: months
timeunit: days
unlimdim: time
diag_fields:
- name: tdata
var: tdata
files: [atmos_daily]
all: all
reduction: [False]
region: [none]
kind: double
module: "moist"
- name: precip
var: precip
files: [atmos_8xdaily]
all: all
reduction: [False]
region: [none]
kind: double
module: "moist"
- name: u10
var: u_ref
files: [atmos_4xdaily]
all: all
reduction: [False]
region: [none]
kind: double
module: "flux"
diag_files:
- name: land_monthly
freq: 1
frequnit: months
timeunit: days
unlimdim: time
...