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

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

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

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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22