Back to home page

darwin3

 
 

    


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

view on githubraw file Latest commit 42875574 on 2024-11-26 20:20:16 UTC
4287557481 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 #--
                0023   fields(1:16,1) = 'ETAN    ','ETANSQ  ','DETADT2 ',
                0024                    'AtPhCnvP','AtPhLscP','AtPhCAPE',
                0025                    'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
                0026                    'AtPh_SST','AtPhNTSR','AtPhOLR ',
                0027                    'AtPhNSSR','AtPhDSLR','AtPhUSLR',
                0028    fileName(1) = 'surfDiag',
                0029 # fileFlags(1) = 'D       ',
                0030 # frequency(1) = 31104000.,
                0031   frequency(1) = 432000.,
                0032 #- 
                0033   fields(1:14,2) = 'UVEL    ','VVEL    ','WVEL    ','THETA   ','SALT    ',
                0034                    'UVELSQ  ','VVELSQ  ','WVELSQ  ','THETASQ ','SALTSQ  ',
                0035                    'UVELMASS','VVELMASS','UV_VEL_C','RELHUM  ',
                0036 #                  'ADVx_TH ','ADVy_TH ','ADVr_TH ',
                0037 #                  'ADVx_SLT','ADVy_SLT','ADVr_SLT',
                0038    fileName(2) = 'dynDiag',
                0039 # frequency(2) = 31104000.,
                0040   frequency(2) = 432000.,
                0041 #- 
                0042   fields(1:11,3) = 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
                0043 #                  'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
                0044                    'AtPhDisH','HeatDiss','MoistCor','SHAP_dKE',
                0045                    'AtPhdTrd','AtPhdTlc','AtPhdTcv',
                0046    fileName(3) = 'physDiag',
                0047 # frequency(3) = 31104000.,
                0048   frequency(3) = 432000.,
                0049 #- 
                0050   fields(1:8,4)  = 'AtPhCnvP','AtPhLscP','AtPhCAPE',
                0051                    'AtPhCnIn','AtPhKlzb','AtPhConv',
                0052                    'AtPhRlxT','AtPhRlxQ',
                0053 #  fileName(4) = 'convDiag',
                0054 # timePhase(4) =  31103600.,
                0055   frequency(4) = -172800.,
                0056 #- 
                0057   fields(1:4,5)  = 'AtPhNSR ','AtPhNLR ','AtPhDSR ','AtPhDLR ',
                0058    fileName(5) = 'rad_Diag',
                0059 # timePhase(5) =  31103600.,
                0060   frequency(5) = -172800.,
                0061  &
                0062 
                0063 #--------------------
                0064 # Parameter for Diagnostics of per level statistics:
                0065 #--------------------
                0066 #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
                0067 #  diagSt_regMaskFile : file containing the region-mask to read-in
                0068 #  nSetRegMskFile   : number of region-mask sets within the region-mask file
                0069 #  set_regMask(i)   : region-mask set-index that identifies the region "i"
                0070 #  val_regMask(i)   : region "i" identifier value in the region mask
                0071 #--for each output-stream:
                0072 #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
                0073 #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
                0074 #               > 0 : write time-average output every stat_freq seconds
                0075 #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
                0076 #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
                0077 #  stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0078 #                (see "available_diagnostics.log" file for the full list of diags)
                0079 #--------------------
                0080  &DIAG_STATIS_PARMS
                0081  stat_fields(1:11,1) = 'ETAN    ','THETA   ','SALT    ','RELHUM  ',
                0082                        'UE_VEL_C','VN_VEL_C','WVEL    ',
                0083                        'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
                0084   stat_fName(1) = 'dynStDiag',
                0085 #  stat_freq(1) = 432000.,
                0086 #  stat_freq(1) = 43200.,
                0087    stat_freq(1) = 3600.,
                0088 # stat_phase(1) = 0.,
                0089  stat_fields(1:11,2) = 'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
                0090                        'AtPhDisH','HeatDiss','MoistCor','SHAP_dKE',
                0091                        'AtPhdTrd','AtPhdTlc','AtPhdTcv',
                0092   stat_fName(2) = 'phyStDiag',
                0093 #  stat_freq(2) = 432000.,
                0094 #  stat_freq(2) = 43200.,
                0095    stat_freq(2) = 3600.,
                0096 # stat_phase(2) = 0.,
                0097  stat_fields(1:17,3) = 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
                0098                        'AtPhCnvP','AtPhLscP','AtPhCAPE',
                0099                        'AtPh_SST','AtPhNTSR','AtPhOLR ',
                0100                        'AtPhNSSR','AtPhDSLR','AtPhUSLR',
                0101                        'AtPhNSR ','AtPhNLR ','AtPhDSR ','AtPhDLR ',
                0102   stat_fName(3) = 'flxStDiag',
                0103 #  stat_freq(3) = 432000.,
                0104 #  stat_freq(3) = 43200.,
                0105    stat_freq(3) = 3600.,
                0106 # stat_phase(3) = 0.,
                0107  &
                0108