--- MITgcm/verification/fizhi-gridalt-hs/input/data.diagnostics 2004/09/29 14:47:37 1.2 +++ MITgcm/verification/fizhi-gridalt-hs/input/data.diagnostics 2005/12/02 16:53:17 1.11 @@ -1,15 +1,31 @@ # Diagnostic Package Choices &diagnostics_list - frequency(1) = 1, + frequency(1) = 0.003, levels(1,1) = 1., - fields(1,1) = 'TCANOPY ','OLR ','SDIAG2 ','TGRLW ','OSR ','RADSWT ', - 'LWGUP ','RADLWG ','LWGCLR ','SDIAG1 ','TGROUND ','DTG ', - 'RADSWG ', + fields(1,1) = 'ETAN ', filename(1) = 'surface', - frequency(2) = 1, + frequency(2) = 0.003, levels(1,2) = 1.,2.,3.,4.,5.,6.,7.,8.,9.,10.,11.,12.,13.,14.,15.,16.,17.,18.,19.,20., - fields(1,2) = 'UDIAG4 ','TLW ','TURBT ','TURBQ ', - 'OZLW ','MOISTQ ', - 'RADSW ','RADLW ','DIABT ', + fields(1,2) = 'DPPHYS ', filename(2) = 'fizhidt', - &end + & + +# Parameter for Diagnostics of per level statistics: +#----------------- +# for each output-stream: +# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n +# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds +# > 0 : write time-average output every stat_freq seconds +# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| +# stat_region(:,n) : list of "regions" (default: 1 region only=global) +# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log" +# file for the list of all available diag. in this particular config) +#----------------- + &DIAG_STATIS_PARMS +#- an example just to check the agreement with MONITOR output: +#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', +# stat_fname(1)= 'dynStDiag', +# stat_freq(1)= -864000., +# stat_phase(1)= 0., + & +