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

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

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


Revision 1.6 - (show annotations) (download)
Thu May 19 02:53:43 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57i_post, checkpoint57h_done, checkpoint57j_post
Changes since 1.5: +21 -1 lines
add a 2nd namelist (prepare for Global/Regional statitics diagnostics)

1 # Diagnostic Package Choices
2 #-----------------
3 # for each output-stream:
4 # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5 # frequency(n):< 0 : write snap-shot output every |frequency| seconds
6 # > 0 : write time-average output every frequency seconds
7 # timePhase(n) : write at time = timePhase + multiple of |frequency|
8 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
9 # when this entry is missing, select all common levels of this list
10 # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
11 # for the list of all available diag. in this particular config)
12 #-----------------
13 &diagnostics_list
14 frequency(1) = 4500.,
15 levels(1,1) = 1.,
16 fields(1,1) = 'ETAN ','ETANSQ ',
17 filename(1) = 'surfDiag',
18 frequency(2) = 4500.,
19 levels(1,2) = 1.,2.,3.,4.,5.,
20 fields(1,2) = 'UVEL ','VVEL ','WVEL ','THETA ','SALT ',
21 'UVELSQ ','VVELSQ ','THETASQ ','UV_VEL_Z',
22 'UVELMASS','VVELMASS',
23 'UTHMASS ','VTHMASS ','WVELTH ',
24 'USLTMASS','VSLTMASS','WVELSLT ',
25 filename(2) = 'dynDiag',
26 frequency(3) = 4500.,
27 levels(1,3) = 1.,
28 fields(1,3) = 'UFLUX ', 'VFLUX ',
29 'OSR ', 'OLR ', 'RADSWG ', 'RADLWG ',
30 'HFLUX ', 'EVAP ', 'PRECON ', 'PRECLS ',
31 # 'CLDFRC ', 'CLDPRS ', 'CTPCNT ', 'CLDMAS ',
32 'CLDFRC ', 'CLDPRS ', 'CLDMAS ',
33 'KM ', 'WINDS ', 'TS ', 'QS ',
34 'ENPREC ', 'ALBVISDF', 'SDIAG1 ',
35 'OSRCLR ', 'OLRCLR ', 'SWGCLR ', 'LWGCLR ',
36 filename(3) = 'aimDiag',
37 frequency(4) = 4500.,
38 levels(1,4) = 1.,2.,3.,4.,5.,
39 fields(1,4) = 'RELHUM ', 'DIABT ', 'DIABQ ',
40 'RADSW ', 'RADLW ', 'DTCONV ', 'DTLS ',
41 'DQCONV ', 'DQLS ',
42 'SWCLR ', 'LWCLR ',
43 filename(4) = 'aimDDT',
44 &
45
46 # Parameter for Diagnostics of per level statistics:
47 #-----------------
48 # for each output-stream:
49 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
50 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
51 # > 0 : write time-average output every stat_freq seconds
52 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
53 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
54 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
55 # file for the list of all available diag. in this particular config)
56 #-----------------
57 &DIAG_STATIS_PARMS
58 #- an example just to check the agreement with MONITOR output:
59 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
60 # stat_fname(1)= 'dynStDiag',
61 # stat_freq(1)= -864000.,
62 # stat_phase(1)= 0.,
63 &

  ViewVC Help
Powered by ViewVC 1.1.22