/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.thsice/data.diagnostics
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.cs32x15/input.thsice/data.diagnostics

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Mon Aug 6 22:14:10 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.4: +3 -2 lines
add few surface diagnostics

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 # averagingFreq(n) : frequency (in s) for periodic averaging interval
9 # averagingPhase(n): phase (in s) for periodic averaging interval
10 # repeatCycle(n) : number of averaging intervals in 1 cycle
11 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
12 # when this entry is missing, select all common levels of this list
13 # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
14 # file for the list of all available diag. in this particular config)
15 #-----------------
16 &DIAGNOSTICS_LIST
17 # diag_mnc = .FALSE.,
18 # dumpAtLast = .TRUE.,
19 fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ','PHIBOT ','PHIBOTSQ',
20 'oceTAUX ','oceTAUY ','TRELAX ','SRELAX ',
21 'surForcT','surForcS','TFLUX ','SFLUX ',
22 'oceQsw ','oceQnet ','oceSflux','oceFWflx',
23 levels(1,1) = 1.,
24 filename(1) = 'surfDiag',
25 frequency(1) = 1555200000.,
26 fields(1,2) = 'UVEL ','VVEL ','WVEL ','PHIHYD ',
27 'VVELMASS','UVELMASS','WVELSQ ',
28 'THETA ','UTHMASS ','VTHMASS ','WTHMASS ',
29 'SALT ','USLTMASS','VSLTMASS','WSLTMASS',
30 # do not specify levels => all levels are selected
31 filename(2) = 'dynDiag',
32 frequency(2) = 1555200000.,
33 fields(1,3) = 'DRHODR ','RHOAnoma','CONVADJ ',
34 'GM_PsiX ','GM_PsiY ',
35 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
36 'GM_Kux ','GM_Kvy ',
37 'GM_Kuz ','GM_Kvz ',
38 #- disable this output list by commenting out the file name
39 # filename(3) = 'oceDiag',
40 frequency(3) = 1555200000.,
41 fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
42 'DFxE_TH ','DFyE_TH ','DFrE_TH ',
43 'DFrI_TH ',
44 # 'ADVx_SLT',
45 # filename(4) = 'flxDiag',
46 frequency(4) = 1728000.,
47 fields(1,5) = 'SI_Fract','SI_Thick','SI_SnowH',
48 'SI_Tsrf ','SI_Tice1','SI_Tice2',
49 'SI_Qice1','SI_Qice2','SIsnwAge',
50 'SIsnwPrc','SIalbedo',
51 'SIflx2oc','SIfrw2oc','SIsaltFx',
52 'SIflxAtm','SIfrwAtm',
53 # 'SItOcMxL','SIsOcMxL',
54 filename(5) = 'thSIceDiag',
55 frequency(5) = 1555200000.,
56 averagingFreq(5) = 2592000.,
57 repeatCycle(5) = 12,
58 #--- to check conservation of Volume, Heat & Salt (with z*+realFW+AB_2):
59 fields(1,6) = 'ETAN ','oceFWflx',
60 filename(6) = 'surfInst',
61 frequency(6) = -777600.,
62 timePhase(6) = 0.,
63 fields(1,7) = 'ETAN ',
64 filename(7) = 'etaInst',
65 frequency(7) = -777600.,
66 timePhase(7) = 86400.,
67 fields(1,8) = 'THETA ','SALT ',
68 filename(8) = 'dynInst',
69 frequency(8) = -777600.,
70 timePhase(8) = 0.,
71 &
72
73 # Parameter for Diagnostics of per level statistics:
74 #-----------------
75 # for each output-stream:
76 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
77 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
78 # > 0 : write time-average output every stat_freq seconds
79 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
80 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
81 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
82 # file for the list of all available diag. in this particular config)
83 #-----------------
84 &DIAG_STATIS_PARMS
85 #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
86 diagSt_regMaskFile='regMask_lat24.bin',
87 nSetRegMskFile=1,
88 set_regMask(1)= 1, 1, 1,
89 val_regMask(1)= 1., 2., 3.,
90 #---
91 stat_fields(1,1)= 'ETAN ','ETANSQ ','DETADT2 ',
92 # 'UVEL ','VVEL ','WVEL ',
93 'THETA ','SALT ','CONVADJ ',
94 stat_fname(1)= 'dynStDiag',
95 stat_freq(1)= 864000.,
96 #--- to check conservation of Volume, Heat & Salt (with z*+realFW+AB_2):
97 stat_fields(1,2)= 'oceTAUX ','oceTAUY ','TRELAX ','SRELAX ',
98 'surForcT','surForcS','TFLUX ','SFLUX ',
99 'oceQnet ','oceSflux','oceFWflx',
100 stat_fname(2)= 'surfStDiag',
101 stat_freq(2)= 777600.,
102 stat_phase(2)= 86400.,
103 stat_fields(1,3)= 'ETAN ','THETA ','SALT ',
104 stat_fname(3)= 'instStDiag',
105 stat_freq(3)= -777600.,
106 stat_phase(3)= 86400.,
107 #---
108 stat_fields(1,5)= 'SI_Fract','SI_Thick','SI_SnowH',
109 'SI_Tsrf ','SI_Tice1','SI_Tice2',
110 'SI_Qice1','SI_Qice2',
111 'SIsnwPrc','SIalbedo','SIsnwAge',
112 'SIflx2oc','SIfrw2oc','SIsaltFx',
113 'SIflxAtm','SIfrwAtm',
114 # 'SItOcMxL','SIsOcMxL',
115 stat_region(1,5)= 1, 3, 0,
116 stat_fname(5)= 'thSIceStDiag',
117 stat_freq(5)= 864000.,
118 &

  ViewVC Help
Powered by ViewVC 1.1.22