-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstreams.atmosphere
63 lines (51 loc) · 1.79 KB
/
streams.atmosphere
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
<streams>
<immutable_stream name="input"
type="input"
io_type="netcdf4"
filename_template="init.$Y$M$D$h.nc"
input_interval="initial_only" />
<immutable_stream name="restart"
type="input;output"
filename_template="restart.$Y-$M-$D_$h.$m.$s.nc"
input_interval="initial_only"
clobber_mode="replace_files"
io_type="pnetcdf,cdf5"
output_interval="06:01:15" />
<stream name="output"
type="output"
filename_template="history.$Y-$M-$D_$h.$m.$s.nc"
clobber_mode="replace_files"
io_type="pnetcdf,cdf5"
output_interval="none" >
<file name="stream_list.atmosphere.output"/>
</stream>
<stream name="diagnostics"
type="output"
filename_template="diag1h.$Y-$M-$D_$h.$m.$s.nc"
clobber_mode="replace_files"
io_type="pnetcdf,cdf5"
output_interval="none" >
<file name="stream_list.atmosphere.diagnostics"/>
</stream>
<stream name="surface"
type="input"
filename_template="sfc_update.nc"
filename_interval="none"
input_interval="none" >
<file name="stream_list.atmosphere.surface"/>
</stream>
<stream name="pvbudget"
type="output"
filename_template="pvbudget.$Y-$M-$D_$h.$m.$s.nc"
clobber_mode="replace_files"
io_type="pnetcdf,cdf5"
output_interval="00:01:15" >
<file name="stream_list.atmosphere.pvbudget"/>
</stream>
<immutable_stream name="lbc_in"
type="input"
io_type="netcdf4"
filename_template="lbc.$Y-$M-$D_$h.nc"
filename_interval="input_interval"
input_interval="3:00:00" />
</streams>