1 |
# Diagnostic Package Choices |
2 |
#----------------- |
3 |
# for each output-stream: |
4 |
# filename(n) : prefix of the output file name (only 8.c long) for outp.stream n |
5 |
# frequency(n):< 0 : write snap-shot output every |frequency| seconds |
6 |
# > 0 : write time-average output every frequency seconds |
7 |
# timePhase(n) : write at time = timePhase + multiple of |frequency| |
8 |
# levels(:,n) : list of levels to write to file (Notes: declared as REAL) |
9 |
# when this entry is missing, select all common levels of this list |
10 |
# fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file |
11 |
# for the list of all available diag. in this particular config) |
12 |
#----------------- |
13 |
&diagnostics_list |
14 |
|
15 |
frequency(1) = 31104000., |
16 |
filename(1) = 'DiagAtmEta', |
17 |
fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ', |
18 |
|
19 |
frequency(2) = 31104000., |
20 |
filename(2) = 'DiagAtmTave', |
21 |
fields(1,2) = 'UVEL ','VVEL ','WVEL ','THETA ', |
22 |
'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ', |
23 |
'UVELTH ','VVELTH ','WVELTH ', |
24 |
'UV_VEL_C','PHIHYD ', |
25 |
|
26 |
frequency(3) = 31104000., |
27 |
filename(3) = 'DiagAtmExtra', |
28 |
fields(1,3) = 'UVELMASS','VVELMASS','UTHMASS ','VTHMASS ', |
29 |
'UVELPHI ','VVELPHI ','momKE ','RELHUM ', |
30 |
|
31 |
# frequency(4) = 31104000., |
32 |
# filename(4) = 'DiagAim', |
33 |
# fields(1,4) = 'UFLUX ','VFLUX ','TSR ','OLR ', |
34 |
# 'RADSWG ','RADLWG ','HFLUX ','EVAP ', |
35 |
# 'PRECON ','PRECLS ','CLDFRC ','CLDPRS ', |
36 |
# 'CLDMAS ','DRAG ','WINDS ','TS ', |
37 |
# 'QS ','ENPREC ','ALBVISDF','DTSIMPL ', |
38 |
|
39 |
# frequency(5) = 31104000., |
40 |
# filename(5) = 'DiagIce', |
41 |
# fields(1,5) = 'SI_Fract','SI_Thick','SI_SnowH','SI_Tsrf ', |
42 |
# 'SI_Tice1','SI_Tice2','SI_Qice1','SI_Qice2', |
43 |
# 'SIalbedo','SIsnwAge','SIsnwPrc','SIflx2oc', |
44 |
# 'SIfrw2oc', |
45 |
|
46 |
# frequency(6) =-31104000., |
47 |
# timePhase(6) = 0., |
48 |
# filename(6) = 'DiagAtmEtai', |
49 |
# fields(1,6) = 'RSURF ', |
50 |
|
51 |
# frequency(7) =-31104000., |
52 |
# timePhase(7) = 0., |
53 |
# filename(7) = 'DiagAtmTHi', |
54 |
# fields(1,7) = 'THETA ', |
55 |
|
56 |
& |
57 |
|
58 |
&DIAG_STATIS_PARMS |
59 |
& |