Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit d05250e4 on 2010-12-19 00:37:15 UTC
9b6915c91e Jean*0001 # Diagnostic Package Choices
d05250e4cd Jean*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
9b6915c91e Jean*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|
d05250e4cd Jean*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
9b6915c91e Jean*0013 #  levels(:,n) : list of levels to write to file (Notes: declared as REAL)
d05250e4cd Jean*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',
9b6915c91e Jean*0025   frequency(1) = 432000.,
ee8b184348 Jean*0026   frequency(1) = 172800.,
d05250e4cd Jean*0027   fields(1:18,2) = 'UVEL    ','VVEL    ','WVEL    ','PHIHYD  ',
                0028                    'UVELMASS','VVELMASS',
                0029                    'UVELSQ  ','VVELSQ  ','UV_VEL_C','THETASQ ',
                0030                    'THETA   ','UTHMASS ','VTHMASS ','WVELTH  ',
                0031                    'SALT    ','USLTMASS','VSLTMASS','WVELSLT ',
                0032 #  fileName(2) = 'dynDiag',
9b6915c91e Jean*0033   frequency(2) = 0.,
d05250e4cd Jean*0034   fields(1:5,3)  = 'DICBIOA ','DICCARB ',
                0035                    'TRAC05  ','ADVxTr05','DFrITr05',
                0036 #  fileName(3) = 'dicDiag',
ee8b184348 Jean*0037   frequency(3) = 172800.,
d05250e4cd Jean*0038   fields(1:8,4)  = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
                0039                    'DFxE_TH ','DFyE_TH ','DFrE_TH ',
                0040                    'DFrI_TH ',
                0041                    'ADVx_SLT',
                0042 #  fileName(4) = 'flxDiag',
9b6915c91e Jean*0043   frequency(4) = 0.,
                0044  &
                0045 
d05250e4cd Jean*0046 #--------------------
9b6915c91e Jean*0047 # Parameter for Diagnostics of per level statistics:
d05250e4cd Jean*0048 #--------------------
                0049 #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
                0050 #  diagSt_regMaskFile : file containing the region-mask to read-in
                0051 #  nSetRegMskFile   : number of region-mask sets within the region-mask file
                0052 #  set_regMask(i)   : region-mask set-index that identifies the region "i"
                0053 #  val_regMask(i)   : region "i" identifier value in the region mask
                0054 #--for each output-stream:
                0055 #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
9b6915c91e Jean*0056 #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
                0057 #               > 0 : write time-average output every stat_freq seconds
                0058 #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
                0059 #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
d05250e4cd Jean*0060 #  stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0061 #                (see "available_diagnostics.log" file for the full list of diags)
                0062 #--------------------
9b6915c91e Jean*0063  &DIAG_STATIS_PARMS
                0064 #- an example just to check the agreement with MONITOR output:
d05250e4cd Jean*0065 #stat_fields(1:5,1)  = 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',
                0066 # stat_fName(1) = 'dynStDiag',
                0067 #  stat_freq(1) = -864000.,
                0068 # stat_phase(1) = 0.,
9b6915c91e Jean*0069  &
                0070