Warning, /verification/offline_exf_seaice/input.thermo/data.diagnostics is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e8107c98 on 2013-01-09 22:13:46 UTC
b3a517f376 Gael*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 # This example dumps EXF diagnostics as snapshot after 10 time-steps
0021 # Note: EXF air-sea fluxes over Sea-Ice are wrong
0022 &DIAGNOSTICS_LIST
0023 dumpAtLast = .TRUE.,
0024 #--
0025 fields(1:11,1) = 'EXFtaux ','EXFtauy ','EXFqnet ','EXFempmr',
0026 'EXFhl ','EXFhs ','EXFswnet','EXFlwnet',
0027 'EXFuwind','EXFvwind','EXFatemp',
0028 # fileName(1) = 'exfDiag',
0029 frequency(1) = 86400.,
0030
e8107c98f8 Jean*0031 #- with pkg/thsice:
b3a517f376 Gael*0032 # fields(1:11,2) = 'SI_Fract','SI_Thick','THETA ','SI_Tsrf ',
e8107c98f8 Jean*0033 ## 'SI_Tsrf ','SI_Tice1','SI_Tice2',
0034 ## 'SI_Qice1','SI_Qice2',
0035 ## 'SIsnwPrc','SIalbedo','SIsnwAge',
0036 ## 'oceQnet ','oceQsw ','oceFWflx','oceSflux',
b3a517f376 Gael*0037 # 'SIflx2oc','SIfrw2oc','SIsaltFx',
0038 # 'SIflxAtm','SIfrwAtm',
0039 # 'EXFqnet ','EXFempmr',
e8107c98f8 Jean*0040 #- with pkg/seaice:
0041 fields(1:10,2) = 'SIarea ','SIheff ','THETA ','SItices ',
0042 # 'SIuice ','SIvice ','SIhsnow ',
0043 # 'oceQnet ','oceQsw ','oceFWflx','oceSflux',
0044 'SIqnet ','SIqsw ','SIempmr ','oceSflux',
0045 'SIatmQnt','SIatmFW ',
b3a517f376 Gael*0046 fileName(2) = 'iceDiag',
0047 frequency(2) = 86400.,
0048 missing_value(2) = -999.,
e8107c98f8 Jean*0049
0050 fields(1:10,3) = 'SIarea ','SIheff ','THETA ','SItices ',
0051 'SIqnet ','SIqsw ','SIempmr ','oceSflux',
0052 'SIatmQnt','SIatmFW ',
0053 fileName(3) = 'snapshot',
0054 frequency(3) = -86400.,
0055 timePhase(3) = -3600.,
0056 missing_value(3) = -999.,
0057
b3a517f376 Gael*0058 &
0059
0060 #--------------------
0061 # Parameter for Diagnostics of per level statistics:
0062 #--------------------
0063 # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
0064 # diagSt_regMaskFile : file containing the region-mask to read-in
0065 # nSetRegMskFile : number of region-mask sets within the region-mask file
0066 # set_regMask(i) : region-mask set-index that identifies the region "i"
0067 # val_regMask(i) : region "i" identifier value in the region mask
0068 #--for each output-stream:
0069 # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
0070 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
0071 # > 0 : write time-average output every stat_freq seconds
0072 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
0073 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
0074 # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
0075 # (see "available_diagnostics.log" file for the full list of diags)
0076 #--------------------
0077 &DIAG_STATIS_PARMS
e8107c98f8 Jean*0078 #- with pkg/thsice:
0079 #stat_fields(1:12,1) = 'SI_Fract','SI_Thick','SI_SnowH','THETA ',
0080 #stat_fields(1:11,1) = 'SI_Fract','SI_Thick','THETA ',
0081 # 'SI_Tsrf ','SI_Tice1','SI_Tice2',
0082 # 'SIflx2oc','SIfrw2oc','SIsaltFx',
0083 # 'SIflxAtm','SIfrwAtm',
0084 #- with pkg/seaice:
0085 #stat_fields(1:11,1) = 'SIarea ','SIheff ','SIhsnow ',
0086 stat_fields(1:10,1) = 'SIarea ','SIheff ',
0087 'THETA ','SItices ',
0088 # 'oceQnet ','oceQsw ','oceFWflx','oceSflux',
0089 'SIqnet ','SIqsw ','SIempmr ','oceSflux',
0090 'SIatmQnt','SIatmFW ',
b3a517f376 Gael*0091 stat_fName(1) = 'iceStDiag',
0092 stat_freq(1) = 43200.,
0093 stat_phase(1) = 3600.,
0094 &