Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 639e5490 on 2012-07-11 21:49:54 UTC
e52301e392 Gael*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
e52301e392 Gael*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
e52301e392 Gael*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 #--------------------
e52301e392 Gael*0020  &DIAGNOSTICS_LIST
                0021 # diag_mnc     = .FALSE.,
                0022 # dumpAtLast   = .TRUE.,
d05250e4cd Jean*0023 #--
                0024   fields(1:12,1) = 'ETAN    ','ETANSQ  ','DETADT2 ','PHIBOT  ','PHIBOTSQ',
                0025                    'oceTAUX ','oceTAUY ',
                0026                    'oceQnet ','oceSflux','oceFWflx',
                0027 #                  'surForcT','surForcS','TFLUX   ','SFLUX   ','oceFreez',
                0028                    'TRELAX  ','SRELAX  ',
                0029 #                  'GM_VisbK',
                0030    fileName(1) = 'surfDiag',
e52301e392 Gael*0031   frequency(1) = 1555200000.,
d05250e4cd Jean*0032   fields(1:15,2) = 'UVEL    ','VVEL    ','WVEL    ','PHIHYD  ',
                0033                    'VVELMASS','UVELMASS','WVELSQ  ',
                0034                    'THETA   ','UTHMASS ','VTHMASS ','WTHMASS ',
                0035                    'SALT    ','USLTMASS','VSLTMASS','WSLTMASS',
e52301e392 Gael*0036 # do not specify levels => all levels are selected
d05250e4cd Jean*0037 #  fileName(2) = 'dynDiag',
e52301e392 Gael*0038   frequency(2) = 1555200000.,
d05250e4cd Jean*0039 
                0040   fields(1:8,3)  = 'DRHODR  ','RHOAnoma','CONVADJ ',
                0041 #                  'GM_PsiX ','GM_PsiY ',
                0042                    'GM_Kwx  ','GM_Kwy  ','GM_Kwz  ',
                0043                    'GM_Kux  ','GM_Kvy  ',
                0044 #                  'GM_Kuz  ','GM_Kvz  ',
e52301e392 Gael*0045 #- disable this output list by commenting out the file name
d05250e4cd Jean*0046 #  fileName(3) = 'oceDiag',
e52301e392 Gael*0047   frequency(3) = 1555200000.,
d05250e4cd Jean*0048 
                0049   fields(1:7,4)  = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
                0050                    'DIFx_TH ','DIFy_TH ','DFrE_TH ',
                0051                    'DFrI_TH ',
                0052 #                  'ADVx_SLT',
                0053 #  fileName(4) = 'flxDiag',
e52301e392 Gael*0054   frequency(4) = 1728000.,
d05250e4cd Jean*0055 
                0056   fields(1:5,5)  = 'SIheff  ','SIarea  ','SIhsnow ',
e52301e392 Gael*0057                    'SIuice  ','SIvice  ',
d05250e4cd Jean*0058   fileName(5) = 'seaiceDiag',
e52301e392 Gael*0059   frequency(5) = 1555200000.,
                0060  averagingFreq(5) = 2592000.,
                0061    repeatCycle(5) = 12,
639e5490da Gael*0062 #---
                0063   frequency(6) = 86400.0,
                0064   fields(1:12,6) ='UVELMASS','VVELMASS',
                0065                  'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
                0066                  'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
                0067                  'AB_gT   ','AB_gS   ',
                0068 #  filename(6) = 'budg2d_hflux_set2',
                0069    fileFlags(6) = 'DI      ',
                0070 #---
                0071   frequency(7) = -86400.0,
                0072    fields(1:3,7) = 'ETAN    ','SIheff  ','SIhsnow ',
                0073 #  filename(7) = 'budg2d_snap_set1',
                0074    timePhase(7)= 0.,
                0075    fileFlags(7) = 'D       ',
                0076 #---
                0077   frequency(8) = -86400.0,
                0078    fields(1:2,8) = 'THETA   ','SALT    ',
                0079 #  filename(8) = 'budg2d_snap_set2',
                0080    timePhase(8)= 0.,
                0081    fileFlags(8) = 'DI      ',
                0082 #---
                0083   frequency(9) = 86400.0,
                0084    fields(1:16,9) = 'oceFWflx','SIatmFW ','TFLUX   ','SItflux ','SFLUX   ',
                0085                   'SRELAX  ','TRELAX  ','oceSflux','oceQnet ','SIatmQnt','oceQsw  ',
                0086                   'WTHMASS ','WSLTMASS','SIaaflux','SIsnPrcp','SIacSubl',
                0087    levels(1,9) = 1.,
                0088 #  filename(9) = 'budg2d_zflux_set1',
                0089    fileFlags(9) = 'D       ',
                0090 #---
                0091   frequency(10) = 86400.0,
                0092    fields(1:8,10) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
                0093                  'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
                0094 #  filename(10) = 'budg2d_hflux_set1',
                0095    fileFlags(10) = 'D       ',
e52301e392 Gael*0096  &
                0097 
d05250e4cd Jean*0098 #--------------------
e52301e392 Gael*0099 # Parameter for Diagnostics of per level statistics:
d05250e4cd Jean*0100 #--------------------
                0101 #  diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
                0102 #  diagSt_regMaskFile : file containing the region-mask to read-in
                0103 #  nSetRegMskFile   : number of region-mask sets within the region-mask file
                0104 #  set_regMask(i)   : region-mask set-index that identifies the region "i"
                0105 #  val_regMask(i)   : region "i" identifier value in the region mask
                0106 #--for each output-stream:
                0107 #  stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
e52301e392 Gael*0108 #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
                0109 #               > 0 : write time-average output every stat_freq seconds
                0110 #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
                0111 #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
d05250e4cd Jean*0112 #  stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
                0113 #                (see "available_diagnostics.log" file for the full list of diags)
                0114 #--------------------
e52301e392 Gael*0115  &DIAG_STATIS_PARMS
                0116 #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
                0117  diagSt_regMaskFile='regMask_lat24.bin',
d05250e4cd Jean*0118  nSetRegMskFile = 1,
                0119  set_regMask(1:3) = 1,  1,  1,
                0120  val_regMask(1:3) = 1., 2., 3.,
e52301e392 Gael*0121 #---
d05250e4cd Jean*0122  stat_fields(1:8,1)  = 'ETAN    ','UVEL    ','VVEL    ','WVEL    ',
                0123                        'THETA   ','SALT    ','CONVADJ ','DETADT2 ',
                0124   stat_fName(1) = 'dynStDiag',
                0125    stat_freq(1) = 864000.,
                0126  stat_fields(1:5,5)  = 'SIheff  ','SIarea  ','SIhsnow ',
                0127                        'SIuice  ','SIvice  ',
                0128  stat_region(1:3,5)  = 1, 3, 0,
                0129   stat_fName(5) = 'seaiceStDiag',
                0130    stat_freq(5) = 864000.,
e52301e392 Gael*0131  &
                0132