Warning, /verification/global_ocean.cs32x15/input.viscA4/data.diagnostics is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 9eba10b3 on 2019-05-08 05:06:09 UTC
9eba10b362 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 # diag_mnc = .FALSE.,
0022 # dumpAtLast = .TRUE.,
0023 #--
0024 fields(1:4,1) = 'ETAN ','PHI_SURF',
0025 'oceTAUX ','oceTAUY ',
0026 # 'botTauX ','botTauY ',
0027 fileName(1) = 'srfDiag',
0028 fileFlags(1) = 'D ',
0029 frequency(1) = -36000.,
0030
0031 fields(1:14,6) = 'UVEL ','VVEL ','TOTUTEND','TOTVTEND',
0032 'Um_Advec','Vm_Advec','Um_dPHdx','Vm_dPHdy',
0033 'Um_Ext ','Vm_Ext ','Um_Diss ','Vm_Diss ',
0034 # 'Um_ImplD','Vm_ImplD',
0035 'AB_gU ','AB_gV ',
0036 # 'VISrI_Um','VISrI_Vm',
0037 # 'UBotDrag','VBotDrag',
0038 # 'Um_Cori ','Vm_Cori ','Um_AdvZ3','Vm_AdvZ3',
0039 # 'Um_AdvRe','Vm_AdvRe','USidDrag','VSidDrag',
0040 # 'Um_dPhiX','Vm_dPhiY','momKE ',
0041 fileName(6) = 'momDiag',
0042 fileFlags(6) = 'D ',
0043 frequency(6) = -36000.,
0044 #
0045 fields(1:1,7) = 'PHI_NH ',
0046 fileName(7) = 'pnhDiag',
0047 fileFlags(7) = 'D ',
0048 timePhase(7) = 21600.,
0049 frequency(7) = -36000.,
0050
0051 &
0052
0053 #--------------------
0054 # Parameter for Diagnostics of per level statistics:
0055 #--------------------
0056 # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
0057 # diagSt_regMaskFile : file containing the region-mask to read-in
0058 # nSetRegMskFile : number of region-mask sets within the region-mask file
0059 # set_regMask(i) : region-mask set-index that identifies the region "i"
0060 # val_regMask(i) : region "i" identifier value in the region mask
0061 #--for each output-stream:
0062 # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
0063 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
0064 # > 0 : write time-average output every stat_freq seconds
0065 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
0066 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
0067 # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
0068 # (see "available_diagnostics.log" file for the full list of diags)
0069 #--------------------
0070 &DIAG_STATIS_PARMS
0071 &
0072