/[MITgcm]/MITgcm/verification/aim.5l_cs/input/data.diagnostics
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_cs/input/data.diagnostics

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5 by jmc, Sat May 14 20:56:46 2005 UTC revision 1.11 by jmc, Thu Jan 26 01:04:49 2006 UTC
# Line 13  Line 13 
13   &diagnostics_list   &diagnostics_list
14    frequency(1) = 4500.,    frequency(1) = 4500.,
15     levels(1,1) = 1.,     levels(1,1) = 1.,
16     fields(1,1) = 'ETAN    ','ETANSQ  ',     fields(1,1) = 'ETAN    ','ETANSQ  ','DETADT2 ',
17     filename(1) = 'surfDiag',     filename(1) = 'surfDiag',
18    frequency(2) = 4500.,    frequency(2) = 4500.,
19     levels(1,2) = 1.,2.,3.,4.,5.,     levels(1,2) = 1.,2.,3.,4.,5.,
# Line 26  Line 26 
26    frequency(3) = 4500.,    frequency(3) = 4500.,
27     levels(1,3) = 1.,     levels(1,3) = 1.,
28     fields(1,3) = 'UFLUX   ', 'VFLUX   ',     fields(1,3) = 'UFLUX   ', 'VFLUX   ',
29                   'OSR     ', 'OLR     ', 'RADSWG  ', 'RADLWG  ',                   'TSR     ', 'OLR     ', 'RADSWG  ', 'RADLWG  ',
30                   'HFLUX   ', 'EVAP    ', 'PRECON  ', 'PRECLS  ',                   'HFLUX   ', 'EVAP    ', 'PRECON  ', 'PRECLS  ',
 #                'CLDFRC  ', 'CLDPRS  ', 'CTPCNT  ', 'CLDMAS  ',  
31                   'CLDFRC  ', 'CLDPRS  ', 'CLDMAS  ',                   'CLDFRC  ', 'CLDPRS  ', 'CLDMAS  ',
32                   'KM      ', 'WINDS   ', 'TS      ', 'QS      ',                   'DRAG    ', 'WINDS   ', 'TS      ', 'QS      ',
33                   'ENPREC  ', 'ALBVISDF', 'SDIAG1  ',                   'ENPREC  ', 'ALBVISDF', 'DTSIMPL ',
34                   'OSRCLR  ', 'OLRCLR  ', 'SWGCLR  ', 'LWGCLR  ',  #                'TSRCLR  ', 'OLRCLR  ', 'SWGCLR  ', 'LWGCLR  ',
35     filename(3) = 'aimDiag',     filename(3) = 'aimDiag',
36    frequency(4) = 4500.,    frequency(4) = 4500.,
37     levels(1,4) = 1.,2.,3.,4.,5.,     levels(1,4) = 1.,2.,3.,4.,5.,
38     fields(1,4) = 'RELHUM  ', 'DIABT   ', 'DIABQ   ',     fields(1,4) = 'RELHUM  ', 'DIABT   ', 'DIABQ   ',
39                   'RADSW   ', 'RADLW   ', 'DTCONV  ', 'DTLS    ',                   'RADSW   ', 'RADLW   ', 'DTCONV  ', 'DTLS    ',
40                   'DQCONV  ', 'DQLS    ',                   'DQCONV  ', 'DQLS    ',
41                   'SWCLR   ', 'LWCLR   ',  #                'SWCLR   ', 'LWCLR   ',
42     filename(4) = 'aimDDT',     filename(4) = 'aimDDT',
43   &end   &
44    
45    # Parameter for Diagnostics of per level statistics:
46    #-----------------
47    # for each output-stream:
48    #  stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
49    #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
50    #               > 0 : write time-average output every stat_freq seconds
51    #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
52    #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
53    #  stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
54    #                 file for the list of all available diag. in this particular config)
55    #-----------------
56     &DIAG_STATIS_PARMS
57    #- an example just to check the agreement with MONITOR output:
58     stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',
59        stat_fname(1)= 'dynStDiag',
60         stat_freq(1)= -3600.,
61        stat_phase(1)= 0.,
62     stat_fields(1,4)= 'LdSnowH ', 'GrdSurfT', 'GrdTemp ', 'GrdWater',
63        stat_fname(4)= 'landStDiag',
64         stat_freq(4)= -3600.,
65        stat_phase(4)= 0.,
66     &
67    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22