Warning, /verification/global_ocean.cs32x15/input.icedyn/data.diagnostics is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e9b2d487 on 2021-04-27 18:54:35 UTC
2022d4c487 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
2022d4c487 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
2022d4c487 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 #--------------------
2022d4c487 Jean*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',
2022d4c487 Jean*0031 frequency(1) = 1555200000.,
d05250e4cd Jean*0032
0033 fields(1:15,2) = 'UVEL ','VVEL ','WVEL ','PHIHYD ',
0034 'VVELMASS','UVELMASS','WVELSQ ',
0035 'THETA ','UTHMASS ','VTHMASS ','WTHMASS ',
0036 'SALT ','USLTMASS','VSLTMASS','WSLTMASS',
2022d4c487 Jean*0037 # do not specify levels => all levels are selected
d05250e4cd Jean*0038 # fileName(2) = 'dynDiag',
2022d4c487 Jean*0039 frequency(2) = 1555200000.,
d05250e4cd Jean*0040
0041 fields(1:8,3) = 'DRHODR ','RHOAnoma','CONVADJ ',
0042 # 'GM_PsiX ','GM_PsiY ',
0043 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
0044 'GM_Kux ','GM_Kvy ',
0045 # 'GM_Kuz ','GM_Kvz ',
2022d4c487 Jean*0046 #- disable this output list by commenting out the file name
d05250e4cd Jean*0047 # fileName(3) = 'oceDiag',
2022d4c487 Jean*0048 frequency(3) = 1555200000.,
d05250e4cd Jean*0049
0050 fields(1:7,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
0051 'DIFx_TH ','DIFy_TH ','DFrE_TH ',
0052 'DFrI_TH ',
0053 # 'ADVx_SLT',
0054 # fileName(4) = 'flxDiag',
2022d4c487 Jean*0055 frequency(4) = 1728000.,
d05250e4cd Jean*0056
0057 fields(1:18,5) = 'SI_Fract','SI_Thick','SI_SnowH',
0058 'SI_Tsrf ','SI_Tice1','SI_Tice2',
0059 'SI_Qice1','SI_Qice2','SIsnwAge',
0060 'SIsnwPrc','SIalbedo',
0061 'SIflx2oc','SIfrw2oc','SIsaltFx',
0062 'SIflxAtm','SIfrwAtm',
0063 # 'SItOcMxL','SIsOcMxL',
0064 'THETA ','SALT ',
2022d4c487 Jean*0065 levels(1,5) = 1.,
d05250e4cd Jean*0066 # fileName(5) = 'thSIceDiag',
2022d4c487 Jean*0067 frequency(5) = 1555200000.,
0068 averagingFreq(5) = 2592000.,
0069 repeatCycle(5) = 12,
e9b2d4871a Timo*0070
0071 #-- just to test small frequency in long simulations:
0072 fields(1:1,6) = 'ETANSQ ',
0073 # fileName(6) = 'check_Diag_aver',
0074 frequency(6) = 1.,
0075
0076 fields(1:1,7) = 'RSURF ',
0077 # fileName(7) = 'check_Diag_snap',
0078 frequency(7) = -1.,
2022d4c487 Jean*0079 &
0080
d05250e4cd Jean*0081 #--------------------
2022d4c487 Jean*0082 # Parameter for Diagnostics of per level statistics:
d05250e4cd Jean*0083 #--------------------
0084 # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
0085 # diagSt_regMaskFile : file containing the region-mask to read-in
0086 # nSetRegMskFile : number of region-mask sets within the region-mask file
0087 # set_regMask(i) : region-mask set-index that identifies the region "i"
0088 # val_regMask(i) : region "i" identifier value in the region mask
0089 #--for each output-stream:
0090 # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
2022d4c487 Jean*0091 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
0092 # > 0 : write time-average output every stat_freq seconds
0093 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
0094 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
d05250e4cd Jean*0095 # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
0096 # (see "available_diagnostics.log" file for the full list of diags)
0097 #--------------------
2022d4c487 Jean*0098 &DIAG_STATIS_PARMS
0099 #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
0100 diagSt_regMaskFile='regMask_lat24.bin',
d05250e4cd Jean*0101 nSetRegMskFile = 1,
0102 set_regMask(1:3) = 1, 1, 1,
0103 val_regMask(1:3) = 1., 2., 3.,
2022d4c487 Jean*0104 #---
d05250e4cd Jean*0105 stat_fields(1:8,1) = 'ETAN ','UVEL ','VVEL ','WVEL ',
0106 'THETA ','SALT ','CONVADJ ','DETADT2 ',
0107 stat_fName(1) = 'dynStDiag',
0108 stat_freq(1) = 864000.,
0109 stat_fields(1:16,5) = 'SI_Fract','SI_Thick','SI_SnowH',
0110 'SI_Tsrf ','SI_Tice1','SI_Tice2',
0111 'SI_Qice1','SI_Qice2',
0112 'SIsnwPrc','SIalbedo','SIsnwAge',
0113 'SIflx2oc','SIfrw2oc','SIsaltFx',
0114 'SIflxAtm','SIfrwAtm',
0115 # 'SItOcMxL','SIsOcMxL',
0116 stat_region(1:3,5) = 1, 3, 0,
0117 stat_fName(5) = 'thSIceStDiag',
0118 stat_freq(5) = 864000.,
e9b2d4871a Timo*0119
0120 #-- just to test small frequency in long simulations:
0121 stat_fields(1:1,3) = 'ETANSQ ',
0122 # stat_fName(3) = 'check_StD_aver',
0123 stat_freq(3) = 1.,
0124 stat_fields(1:1,4) = 'RSURF ',
0125 # stat_fName(4) = 'check_StD_snap',
0126 stat_freq(4) = -1.,
2022d4c487 Jean*0127 &
0128