Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit b94725a1 on 2014-08-27 21:36:34 UTC
b94725a104 Jean*0001 # Diagnostic Package Choices
                0002 #--------------------
                0003 #  dumpAtLast (logical): always write output at the end of simulation (default=F)
                0004 #  diag_mnc   (logical): write to NetCDF files (default=useMNC)
                0005 #--for each output-stream:
                0006 #  fileName(n) : prefix of the output file name (max 80c long) for outp.stream n
                0007 #  frequency(n):< 0 : write snap-shot output every |frequency| seconds
                0008 #               > 0 : write time-average output every frequency seconds
                0009 #  timePhase(n)     : write at time = timePhase + multiple of |frequency|
                0010 #    averagingFreq  : frequency (in s) for periodic averaging interval
                0011 #    averagingPhase : phase     (in s) for periodic averaging interval
                0012 #    repeatCycle    : number of averaging intervals in 1 cycle
                0013 #  levels(:,n) : list of levels to write to file (Notes: declared as REAL)
                0014 #                when this entry is missing, select all common levels of this list
                0015 #  fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0016 #                (see "available_diagnostics.log" file for the full list of diags)
                0017 #  missing_value(n) : missing value for real-type fields in output file "n"
                0018 #  fileFlags(n)     : specific code (8c string) for output file "n"
                0019 #--------------------
                0020  &DIAGNOSTICS_LIST
                0021   fields(1:10,1) = 'ETAN    ','ETANSQ  ','DETADT2 ','PHIBOT  ','PHIBOTSQ',
                0022                    'DICTFLX ','DICOFLX ','DICCFLX ','DICPCO2 ','DICPHAV ',
                0023    levels(1,1) = 1.,
                0024    fileName(1) = 'surfDiag',
                0025   frequency(1) = 2592000.,
                0026 # frequency(1) = 432000.,
                0027   fields(1:12,2) = 'VVELMASS','UVELMASS','THETA   ','SALT    ',
                0028                    'TRAC01  ','TRAC02  ','TRAC03  ','TRAC04  ','TRAC05  ',
                0029                    'GM_PsiX ','GM_PsiY ','CONVADJ ',
                0030    fileName(2) = 'dynDiag',
                0031   frequency(2) = 2592000.,
                0032   fields(1:5,3)  = 'DICBIOA ','DICCARB ',
                0033                    'TRAC05  ','ADVxTr05','DFrITr05',
                0034 #  fileName(3) = 'dicDiag',
                0035   frequency(3) = 2592000.,
                0036   fields(1:8,4)  = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
                0037                    'DFxE_TH ','DFyE_TH ','DFrE_TH ','DFrI_TH ',
                0038                    'ADVx_SLT',
                0039 #  fileName(4) = 'flxDiag',
                0040   frequency(4) = 0.,
                0041  &
                0042 
                0043 #--------------------
                0044 # Parameter for Diagnostics of per level statistics:
                0045 #--------------------
                0046 #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
                0047 #  diagSt_regMaskFile : file containing the region-mask to read-in
                0048 #  nSetRegMskFile   : number of region-mask sets within the region-mask file
                0049 #  set_regMask(i)   : region-mask set-index that identifies the region "i"
                0050 #  val_regMask(i)   : region "i" identifier value in the region mask
                0051 #--for each output-stream:
                0052 #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
                0053 #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
                0054 #               > 0 : write time-average output every stat_freq seconds
                0055 #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
                0056 #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
                0057 #  stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0058 #                (see "available_diagnostics.log" file for the full list of diags)
                0059 #--------------------
                0060  &DIAG_STATIS_PARMS
                0061 #- regional mask: 3 lat. band + S.Ocean Box:
                0062 #   0= S.Ocean Box ; 1= y <= -23 ; 2= -23<y<23 ; 3= 23 <= y
                0063   diagSt_regMaskFile='regMask_SOceanBox.bin',
                0064   nSetRegMskFile = 1,
                0065   set_regMask(1:4) = 1,  1,  1,  1,
                0066   val_regMask(1:4) = 0., 1., 2., 3.,
                0067 #---
                0068  stat_fields(1:15,1) = 'ETAN    ','DETADT2 ','THETA   ','SALT    ','CONVADJ ',
                0069                        'UVEL    ','VVEL    ','WVEL    ','GM_PsiX ','GM_PsiY ',
                0070                        'TRAC01  ','TRAC02  ','TRAC03  ','TRAC04  ','TRAC05  ',
                0071   stat_fName(1) = 'dynStDiag',
                0072    stat_freq(1) = 432000.,
                0073   stat_phase(1) = 0.,
                0074  stat_fields(1:15,2) = 'ETAN    ','DETADT2 ','THETA   ','SALT    ','CONVADJ ',
                0075                        'UVEL    ','VVEL    ','WVEL    ','GM_PsiX ','GM_PsiY ',
                0076                        'TRAC01  ','TRAC02  ','TRAC03  ','TRAC04  ','TRAC05  ',
                0077   stat_region(1,2) = 1,
                0078   stat_fName(2) = 'boxStDiag',
                0079    stat_freq(2) = 432000.,
                0080  &