/[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.7 - (show annotations) (download)
Sun Dec 19 17:18:00 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, HEAD
Changes since 1.6: +2 -1 lines
fix previous modif

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

  ViewVC Help
Powered by ViewVC 1.1.22