/[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.4 - (show annotations) (download)
Thu Mar 1 04:39:40 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58w_post, checkpoint58x_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59, checkpoint58y_post
Changes since 1.3: +28 -2 lines
add a simple matlab script to check conservation of volume, salt and heat
 (when using z* + realFreshWater + AB_2) using pkg diagnostics outputs.

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

  ViewVC Help
Powered by ViewVC 1.1.22