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

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

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

revision 1.1 by gforget, Fri Dec 17 21:57:12 2010 UTC revision 1.2 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:12,1) = 'ETAN    ','ETANSQ  ','DETADT2 ','PHIBOT  ','PHIBOTSQ',  #--
24                   'oceTAUX ','oceTAUY ',    fields(1:12,1) = 'ETAN    ','ETANSQ  ','DETADT2 ','PHIBOT  ','PHIBOTSQ',
25                   'oceQnet ','oceSflux','oceFWflx',                     'oceTAUX ','oceTAUY ',
26  #                'surForcT','surForcS','TFLUX   ','SFLUX   ','oceFreez',                     'oceQnet ','oceSflux','oceFWflx',
27                   'TRELAX  ','SRELAX  ',  #                  'surForcT','surForcS','TFLUX   ','SFLUX   ','oceFreez',
28  #                'GM_VisbK',                     'TRELAX  ','SRELAX  ',
29     filename(1) = 'surfDiag',  #                  'GM_VisbK',
30       fileName(1) = 'surfDiag',
31    frequency(1) = 1555200000.,    frequency(1) = 1555200000.,
32     fields(1:15,2) = 'UVEL    ','VVEL    ','WVEL    ','PHIHYD  ',    fields(1:15,2) = 'UVEL    ','VVEL    ','WVEL    ','PHIHYD  ',
33                   'VVELMASS','UVELMASS','WVELSQ  ',                     'VVELMASS','UVELMASS','WVELSQ  ',
34                   'THETA   ','UTHMASS ','VTHMASS ','WTHMASS ',                     'THETA   ','UTHMASS ','VTHMASS ','WTHMASS ',
35                   'SALT    ','USLTMASS','VSLTMASS','WSLTMASS',                     'SALT    ','USLTMASS','VSLTMASS','WSLTMASS',
36  # do not specify levels => all levels are selected  # do not specify levels => all levels are selected
37  #  filename(2) = 'dynDiag',  #  fileName(2) = 'dynDiag',
38    frequency(2) = 1555200000.,    frequency(2) = 1555200000.,
39     fields(1:8,3) = 'DRHODR  ','RHOAnoma','CONVADJ ',  
40  #                'GM_PsiX ','GM_PsiY ',    fields(1:8,3)  = 'DRHODR  ','RHOAnoma','CONVADJ ',
41                   'GM_Kwx  ','GM_Kwy  ','GM_Kwz  ',  #                  'GM_PsiX ','GM_PsiY ',
42                   'GM_Kux  ','GM_Kvy  ',                     'GM_Kwx  ','GM_Kwy  ','GM_Kwz  ',
43  #                'GM_Kuz  ','GM_Kvz  ',                     'GM_Kux  ','GM_Kvy  ',
44    #                  'GM_Kuz  ','GM_Kvz  ',
45  #- disable this output list by commenting out the file name  #- disable this output list by commenting out the file name
46  #  filename(3) = 'oceDiag',  #  fileName(3) = 'oceDiag',
47    frequency(3) = 1555200000.,    frequency(3) = 1555200000.,
48     fields(1:7,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',  
49                   'DIFx_TH ','DIFy_TH ','DFrE_TH ',    fields(1:7,4)  = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
50                   'DFrI_TH ',                     'DIFx_TH ','DIFy_TH ','DFrE_TH ',
51  #                'ADVx_SLT',                     'DFrI_TH ',
52  #  filename(4) = 'flxDiag',  #                  'ADVx_SLT',
53    #  fileName(4) = 'flxDiag',
54    frequency(4) = 1728000.,    frequency(4) = 1728000.,
55     fields(1:5,5) = 'SIheff  ','SIarea  ','SIhsnow ',  
56      fields(1:5,5)  = 'SIheff  ','SIarea  ','SIhsnow ',
57                     'SIuice  ','SIvice  ',                     'SIuice  ','SIvice  ',
58    filename(5) = 'seaiceDiag',    fileName(5) = 'seaiceDiag',
59    frequency(5) = 1555200000.,    frequency(5) = 1555200000.,
60   averagingFreq(5) = 2592000.,   averagingFreq(5) = 2592000.,
61     repeatCycle(5) = 12,     repeatCycle(5) = 12,
62   &   &
63    
64    #--------------------
65  # Parameter for Diagnostics of per level statistics:  # Parameter for Diagnostics of per level statistics:
66  #-----------------  #--------------------
67  # for each output-stream:  #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
68  #  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
69    #  nSetRegMskFile   : number of region-mask sets within the region-mask file
70    #  set_regMask(i)   : region-mask set-index that identifies the region "i"
71    #  val_regMask(i)   : region "i" identifier value in the region mask
72    #--for each output-stream:
73    #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
74  #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds  #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
75  #               > 0 : write time-average output every stat_freq seconds  #               > 0 : write time-average output every stat_freq seconds
76  #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|  #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
77  #  stat_region(:,n) : list of "regions" (default: 1 region only=global)  #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
78  #  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
79  #                 file for the list of all available diag. in this particular config)  #                (see "available_diagnostics.log" file for the full list of diags)
80  #-----------------  #--------------------
81   &DIAG_STATIS_PARMS   &DIAG_STATIS_PARMS
82  #- 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
83   diagSt_regMaskFile='regMask_lat24.bin',   diagSt_regMaskFile='regMask_lat24.bin',
84   nSetRegMskFile=1,   nSetRegMskFile = 1,
85   set_regMask(1:3)= 1,  1,  1,   set_regMask(1:3) = 1,  1,  1,
86   val_regMask(1:3)= 1., 2., 3.,   val_regMask(1:3) = 1., 2., 3.,
87  #---  #---
88   stat_fields(1:8,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ',   stat_fields(1:8,1)  = 'ETAN    ','UVEL    ','VVEL    ','WVEL    ',
89                     'THETA   ','SALT    ','CONVADJ ','DETADT2 ',                         'THETA   ','SALT    ','CONVADJ ','DETADT2 ',
90      stat_fname(1)= 'dynStDiag',    stat_fName(1) = 'dynStDiag',
91       stat_freq(1)= 864000.,     stat_freq(1) = 864000.,
92   stat_fields(1:5,5)= 'SIheff  ','SIarea  ','SIhsnow ',   stat_fields(1:5,5)  = 'SIheff  ','SIarea  ','SIhsnow ',
93                     'SIuice  ','SIvice  ',                         'SIuice  ','SIvice  ',
94   stat_region(1:3,5)= 1, 3, 0,   stat_region(1:3,5)  = 1, 3, 0,
95      stat_fname(5)= 'seaiceStDiag',    stat_fName(5) = 'seaiceStDiag',
96       stat_freq(5)= 864000.,     stat_freq(5) = 864000.,
97   &   &
98    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22