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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22