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

Annotation 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.6 - (hide annotations) (download)
Sun Dec 19 00:37:15 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.5: +93 -80 lines
change array specification to follow F95 standard (to work with gfortran 4.4.5)
e.g.: change line: fields(1,2)='ETAN    ','ETANSQ  ',
        to line: fields(1:3,2)='ETAN    ','ETANSQ  ',

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

  ViewVC Help
Powered by ViewVC 1.1.22