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.log" |
11 |
# file for the list of all available diag. in this particular config) |
12 |
#----------------- |
13 |
&diagnostics_list |
14 |
# diag_mnc = .FALSE., |
15 |
frequency(1) = 1555200000., |
16 |
filename(1) = 'surfDiag', |
17 |
levels(1,1) = 1., |
18 |
fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ','PHIBOT ','PHIBOTSQ', |
19 |
'TAUX ','TAUY ','TFLUX ','SFLUX ','TICE ', |
20 |
'TRELAX ','SRELAX ', |
21 |
frequency(2) = 1555200000., |
22 |
filename(2) = 'dynDiag', |
23 |
# do not specify levels => all levels are selected |
24 |
fields(1,2) = 'UVEL ','VVEL ','WVEL ','PHIHYD ', |
25 |
'VVELMASS','UVELMASS','WVELSQ ', |
26 |
'THETA ','UTHMASS ','VTHMASS ','WTHMASS ', |
27 |
'SALT ','USLTMASS','VSLTMASS','WSLTMASS', |
28 |
frequency(3) = 1555200000., |
29 |
filename(3) = 'oceDiag', |
30 |
fields(1,3) = 'DRHODR ','RHOAnoma','CONVADJ ', |
31 |
'GM_PsiX ','GM_PsiY ', |
32 |
'GM_Kwx ','GM_Kwy ','GM_Kwz ', |
33 |
'GM_Kux ','GM_Kvy ', |
34 |
'GM_Kuz ','GM_Kvz ', |
35 |
frequency(4) = 1728000., |
36 |
# filename(4) = 'flxDiag', |
37 |
fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ', |
38 |
'DIFx_TH ','DIFy_TH ','DFrE_TH ', |
39 |
'DFrI_TH ', |
40 |
# 'ADVx_SLT', |
41 |
frequency(5) = 1555200000., |
42 |
filename(5) = 'thSIceDiag', |
43 |
fields(1,5) = 'SI_Fract','SI_Thick','SI_SnowH', |
44 |
'SI_Tsrf ','SI_Tice1','SI_Tice2', |
45 |
'SI_Qice1','SI_Qice2','SIsnwAge', |
46 |
'SIsnwPrc','SIalbedo', |
47 |
'SIflx2oc','SIfrw2oc','SIsaltFx', |
48 |
'SIflxAtm','SIfrwAtm', |
49 |
# 'SItOcMxL','SIsOcMxL', |
50 |
& |
51 |
|
52 |
# Parameter for Diagnostics of per level statistics: |
53 |
#----------------- |
54 |
# for each output-stream: |
55 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n |
56 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
57 |
# > 0 : write time-average output every stat_freq seconds |
58 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
59 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
60 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" |
61 |
# file for the list of all available diag. in this particular config) |
62 |
#----------------- |
63 |
&DIAG_STATIS_PARMS |
64 |
#- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y |
65 |
diagSt_regMaskFile='regMask_lat24.bin', |
66 |
nSetRegMskFile=1, |
67 |
set_regMask(1)= 1, 1, 1, |
68 |
val_regMask(1)= 1., 2., 3., |
69 |
# an example just to check the agreement with MONITOR output: |
70 |
stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', |
71 |
'THETA ','SALT ','CONVADJ ','DETADT2 ', |
72 |
stat_fname(1)= 'dynStDiag', |
73 |
stat_freq(1)= 2592000., |
74 |
# stat_phase(1)= 0., |
75 |
stat_fields(1,5)= 'SI_Fract','SI_Thick','SI_SnowH', |
76 |
'SI_Tsrf ','SI_Tice1','SI_Tice2', |
77 |
'SI_Qice1','SI_Qice2', |
78 |
'SIsnwPrc','SIalbedo','SIsnwAge', |
79 |
'SIflx2oc','SIfrw2oc','SIsaltFx', |
80 |
'SIflxAtm','SIfrwAtm', |
81 |
# 'SItOcMxL','SIsOcMxL', |
82 |
stat_region(1,5)= 1, 3, 0, |
83 |
stat_fname(5)= 'thSIceStDiag', |
84 |
stat_freq(5)= 2592000., |
85 |
# stat_phase(5)= 0., |
86 |
& |