1 |
gforget |
1.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 multiple of |frequency| (iter) |
6 |
|
|
# > 0 : write time-average output every multiple of frequency (iter) |
7 |
|
|
# levels(:,n) : list of levels to write to file (Notes: declared as REAL) |
8 |
|
|
# when this entry is missing, select all common levels of this list |
9 |
|
|
# fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file |
10 |
|
|
# for the list of all available diag. in this particular config) |
11 |
|
|
#-------------------------------------------------------------------- |
12 |
|
|
# |
13 |
|
|
&diagnostics_list |
14 |
|
|
# |
15 |
|
|
dumpatlast = .TRUE., |
16 |
|
|
# |
17 |
|
|
#--- |
18 |
|
|
frequency(1) = 2635200.0, |
19 |
|
|
fields(1:23,1) = 'ETAN ','SIarea ','SIheff ','SIhsnow ', |
20 |
|
|
#stuff that is not quite state variables (and may not be quite |
21 |
|
|
#synchroneous) but are added here to reduce number of files |
22 |
|
|
'DETADT2 ','PHIBOT ','sIceLoad', |
23 |
|
|
'MXLDEPTH','oceSPDep', |
24 |
|
|
'SIatmQnt','SIatmFW ','oceQnet ','oceFWflx', |
25 |
|
|
'oceTAUX ','oceTAUY ', |
26 |
|
|
'ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF', |
27 |
|
|
'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW', |
28 |
|
|
filename(1) = 'diags/state_2d_set1', |
29 |
|
|
#--- |
30 |
|
|
frequency(2) = 2635200.0, |
31 |
|
|
fields(1:3,2) = 'THETA ','SALT ', |
32 |
|
|
#stuff that is not quite state variables (and may not be quite |
33 |
|
|
#synchroneous) but are added here to reduce file number |
34 |
|
|
'DRHODR ', |
35 |
|
|
# 'KPPviscA','KPPdiffT','KPPdiffTS', |
36 |
|
|
# 'GGL90TKE','GGL90Lmx','GGL90Prl', |
37 |
|
|
# 'GGL90ArU','GGL90ArV','GGL90Kr ', |
38 |
|
|
filename(2) = 'diags/state_3d_set1', |
39 |
|
|
#--- |
40 |
|
|
frequency(5) = 2635200.0, |
41 |
|
|
fields(1:5,5) = 'UVELMASS','VVELMASS','WVELMASS', |
42 |
|
|
'GM_PsiX ','GM_PsiY ', |
43 |
|
|
#full 3D temperature fluxes : 'DFxE_TH ','DFyE_TH ','DFrE_TH ','DFrI_TH ','ADVx_TH ','ADVy_TH ','ADVr_TH ', |
44 |
|
|
#but for present computations I only need the vertically integrated horizontal components (see trsp_3d_set2) |
45 |
|
|
filename(5) = 'diags/trsp_3d_set1', |
46 |
|
|
#--- |
47 |
|
|
# frequency(6) = 2635200.0, |
48 |
|
|
frequency(6) = 2635200.0, |
49 |
|
|
fields(1:8,6) = 'DFxE_TH ','DFyE_TH ','ADVx_TH ','ADVy_TH ', |
50 |
|
|
'DFxE_SLT','DFyE_SLT','ADVx_SLT','ADVy_SLT', |
51 |
|
|
filename(6) = 'diags/trsp_3d_set2', |
52 |
|
|
#vertically integrate fields we only use to compute vertically integr. |
53 |
|
|
#meridional transports (also omit vertical transports, both to save space) |
54 |
|
|
fileFlags(6) = ' I ', |
55 |
|
|
#--- |
56 |
|
|
#--- |
57 |
|
|
#--- |
58 |
|
|
#--- |
59 |
|
|
# frequency = 604800.0 corresponds to 36.5 day averages, which |
60 |
|
|
# leads to 10 fields a year -- this choice was made because |
61 |
|
|
# 30.5 days = 2635200 s leads to different times for averages |
62 |
|
|
# and snapshots in the case when calendarDumps is used |
63 |
|
|
# |
64 |
|
|
frequency(7) = -604800.0, |
65 |
|
|
fields(1:6,7) = 'ETAN ','SIheff ','SIhsnow ', |
66 |
|
|
'SIarea ','sIceLoad','PHIBOT ', |
67 |
|
|
filename(7) = 'diags/budg2d_snap_set1', |
68 |
|
|
timePhase(7)= 0., |
69 |
|
|
fileFlags(7) = 'D ', |
70 |
|
|
#--- |
71 |
|
|
frequency(8) = -604800.0, |
72 |
|
|
fields(1:2,8) = 'THETA ','SALT ', |
73 |
|
|
filename(8) = 'diags/budg2d_snap_set2', |
74 |
|
|
timePhase(8)= 0., |
75 |
|
|
fileFlags(8) = 'DI ', |
76 |
|
|
#--- |
77 |
|
|
frequency(10) = 604800.0, |
78 |
|
|
fields(1:8,10) = 'oceFWflx','SIatmFW ', |
79 |
|
|
'TFLUX ','SItflux ', |
80 |
|
|
'SFLUX ','oceSPflx', |
81 |
|
|
'SRELAX ','TRELAX ', |
82 |
|
|
filename(10) = 'diags/budg2d_zflux_set1', |
83 |
|
|
fileFlags(10) = 'D ', |
84 |
|
|
#--- |
85 |
|
|
frequency(11) = 604800.0, |
86 |
|
|
fields(1:10,11) ='UVELMASS','VVELMASS', |
87 |
|
|
'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ', |
88 |
|
|
'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT', |
89 |
|
|
filename(11) = 'diags/budg2d_hflux_set1', |
90 |
|
|
fileFlags(11) = 'DI ', |
91 |
|
|
#--- |
92 |
|
|
frequency(12) = 604800.0, |
93 |
|
|
fields(1:8,12) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF', |
94 |
|
|
'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW', |
95 |
|
|
filename(12) = 'diags/budg2d_hflux_set2', |
96 |
|
|
fileFlags(12) = 'D ', |
97 |
|
|
#--- |
98 |
|
|
frequency(13) = 604800.0, |
99 |
|
|
fields(1:13,13) ='EXFpreci','EXFevap ','EXFroff ','EXFempmr', |
100 |
|
|
'EXFswdn ','EXFlwdn ','EXFswnet','EXFlwnet','EXFqnet ', |
101 |
|
|
'EXFatemp','EXFaqh ','EXFtaux ','EXFtauy ', |
102 |
|
|
filename(13) = 'diags/exf_zflux_set1', |
103 |
|
|
#--- |
104 |
|
|
#--- |
105 |
|
|
#--- |
106 |
|
|
## |
107 |
|
|
/ |
108 |
|
|
# |
109 |
|
|
# |
110 |
|
|
# Parameter for Diagnostics of per level statistics: |
111 |
|
|
#----------------- |
112 |
|
|
# for each output-stream: |
113 |
|
|
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n |
114 |
|
|
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
115 |
|
|
# > 0 : write time-average output every stat_freq seconds |
116 |
|
|
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
117 |
|
|
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
118 |
|
|
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" |
119 |
|
|
# file for the list of all available diag. in this particular config) |
120 |
|
|
#----------------- |
121 |
|
|
&DIAG_STATIS_PARMS |
122 |
|
|
# diagSt_regMaskFile='basin_masks_eccollc_90x50.bin', |
123 |
|
|
# nSetRegMskFile=1, |
124 |
|
|
# set_regMask(1)= 1, 1, 1, 1, 1, 1, 1, 1, 1, |
125 |
|
|
# 1, 1, 1, 1, 1, 1, 1, 1 |
126 |
|
|
# val_regMask(1)= 1., 2., 3., 4., 5., 6., 7., 8., 9., |
127 |
|
|
# 10.,11.,12.,13.,14.,15.,16.,17. |
128 |
|
|
##--- |
129 |
|
|
# stat_fields(1,1)= 'ETAN ','ETANSQ ','DETADT2 ', |
130 |
|
|
# 'UVEL ','VVEL ','WVEL ', |
131 |
|
|
# 'THETA ','SALT ', |
132 |
|
|
# stat_fname(1)= 'dynStDiag', |
133 |
|
|
# stat_freq(1)= 2635200., |
134 |
|
|
# stat_region(1,1)= 1, 2, 3, 4, 5, 6, 7, 8, 9, |
135 |
|
|
# 10,11,12,13,14,15,16,17 |
136 |
|
|
##--- |
137 |
|
|
# stat_fields(1,2)= 'oceTAUX ','oceTAUY ', |
138 |
|
|
# 'surForcT','surForcS','TFLUX ','SFLUX ', |
139 |
|
|
# 'oceQnet ','oceSflux','oceFWflx', |
140 |
|
|
# stat_fname(2)= 'surfStDiag', |
141 |
|
|
# stat_freq(2)= 2635200., |
142 |
|
|
# stat_region(1,2)= 1, 2, 3, 4, 5, 6, 7, 8, 9, |
143 |
|
|
# 10,11,12,13,14,15,16,17 |
144 |
|
|
/ |