Back to home page

MITgcm

 
 

    


Warning, /verification/shelfice_2d_remesh/input/data.diagnostics is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit dccb76d5 on 2019-12-18 15:24:11 UTC
9952f046d7 dngo*0001 # Diagnostic Package Choices
                0002 #-----------------
                0003 # for each output-stream:
                0004 #  filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
                0005 #  frequency(n):< 0 : write snap-shot output every |frequency| seconds
                0006 #               > 0 : write time-average output every frequency seconds
                0007 #  timePhase(n)     : write at time = timePhase + multiple of |frequency|
                0008 #  averagingFreq(n) : frequency (in s) for periodic averaging interval
                0009 #  averagingPhase(n): phase     (in s) for periodic averaging interval
                0010 #  repeatCycle(n)   : number of averaging intervals in 1 cycle
                0011 #  levels(:,n) : list of levels to write to file (Notes: declared as REAL)
                0012 #                 when this entry is missing, select all common levels of this list
                0013 #  fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
                0014 #                 file for the list of all available diag. in this particular config)
                0015 #-----------------
                0016  &DIAGNOSTICS_LIST
                0017 # diag_mnc     = .FALSE.,
                0018   dumpAtLast   = .TRUE.,
                0019   fields(1:13,1) = 'ETAN    ','RSURF   ','oceTAUX ','oceTAUY ',
                0020                    'oceQnet ','oceFWflx','MXLDEPTH',
                0021                    'SHIfwFlx','SHIhtFlx','SHIgammT','SHIgammS',
                0022                    'SHI_mass','SHIuStar',
                0023 #                  'surForcT','surForcS','TFLUX   ','SFLUX   ','oceFreez',
                0024 #                  'TRELAX  ','SRELAX  ',
                0025 #  fields(1,1)='ETAN'
                0026    filename(1) = 'surfDiag',
                0027 # frequency(1) =  2592000.,
                0028 # frequency(1) =  86400.,
                0029   frequency(1) =  10800.,
                0030 #-
                0031   fields(1:10,2) = 'UVEL    ','VVEL    ','WVEL    ',
                0032                    'THETA   ','SALT    ','RHOAnoma', 'CONVADJ'
                0033                    'hFactorC','hFactorW','hFactorS',
                0034    filename(2) = 'dynDiag',
                0035   fileFlags(2) = '  h     ',
                0036 # frequency(2) =  2592000.,
                0037 # frequency(2) =  86400.,
                0038   frequency(2) =  10800.,
                0039 #-
                0040   fields(1:7,3) =  'ETAN    ','RSURF   ',
                0041                    'oceQnet ','oceFWflx',
                0042                    'SHIfwFlx','SHIhtFlx','SHIuStar',
                0043 #  filename(3) = 'surfInst',
                0044 # frequency(3) =  -86400.,
                0045   frequency(3) =  -300.,
                0046   timePhase(3) = 0.,
                0047 #-
                0048   fields(1:8,4)  = 'UVEL    ','VVEL    ','WVEL    ',
                0049                    'THETA   ','SALT    ',
                0050                    'hFactorC','hFactorW','hFactorS',
                0051 #  filename(4) = 'dynInst',
                0052 # frequency(4) =  -86400.,
                0053   frequency(4) =  -300.,
                0054   timePhase(4) = 0.,
                0055  &
                0056 
                0057 #--------------------
                0058 # Parameter for Diagnostics of per level statistics:
                0059 #--------------------
                0060 #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
                0061 #  diagSt_regMaskFile : file containing the region-mask to read-in
                0062 #  nSetRegMskFile   : number of region-mask sets within the region-mask file
                0063 #  set_regMask(i)   : region-mask set-index that identifies the region "i"
                0064 #  val_regMask(i)   : region "i" identifier value in the region mask
                0065 #--for each output-stream:
                0066 #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
                0067 #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
                0068 #               > 0 : write time-average output every stat_freq seconds
                0069 #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
                0070 #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
                0071 #  stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0072 #                (see "available_diagnostics.log" file for the full list of diags)
                0073 #--------------------
                0074  &DIAG_STATIS_PARMS
                0075 #- regional mask: =1 : under-ice ; =2 : open-ocean
                0076   diagSt_regMaskFile='under_Ice_mask.bin',
                0077   nSetRegMskFile=1,
dccb76d520 Jean*0078   set_regMask(1:2)= 1,  1,
                0079   val_regMask(1:2)= 1., 2.,
9952f046d7 dngo*0080 #---
                0081  stat_fields(1:6,1) = 'ETAN    ','THETA   ','SALT    ',
                0082                       'UVEL    ','VVEL    ','WVEL    ',
                0083     stat_fname(1) = 'dynStDiag',
                0084      stat_freq(1) = 21600.,
                0085      stat_freq(1) = 3600.,
                0086 #    stat_freq(1) = 1800.,
                0087 #-
                0088  stat_fields(1:2,2) = 'ETAN    ','RSURF   ',
                0089    stat_region(1:3,2) = 0, 1, 2,
                0090     stat_fname(2) = 'surfStDiag',
                0091      stat_freq(2) = 10800.,
                0092      stat_freq(2) = 1800.,
                0093 #    stat_freq(2) =  900.,
                0094  &
                0095