/[MITgcm]/MITgcm_contrib/bbl/input.bbl/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/bbl/input.bbl/data.diagnostics

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


Revision 1.2 - (show annotations) (download)
Sun Mar 6 02:11:05 2011 UTC (14 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +19 -16 lines
changing density comparisons from potential to in situ
code contributed by Madeline Miller

1 # Diagnostic Package Choices
2 #
3 # SALTanom Salt anomaly (=SALT-35; g/kg)
4 # THETA Potential Temperature (degC)
5 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
6 # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
7 # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
8 #
9 &diagnostics_list
10 frequency(1) = 259200.,
11 fields(1,1) = 'SALTanom',
12 filename(1) = 'SALTanom',
13 frequency(2) = 259200.,
14 fields(1,2) = 'THETA ',
15 filename(2) = 'THETA',
16 frequency(3) = 259200.,
17 fields(1,3) = 'RHOAnoma',
18 filename(3) = 'RHOAnoma',
19 frequency(4) = 259200.,
20 fields(1,4) = 'UVELMASS',
21 filename(4) = 'UVELMASS',
22 frequency(5) = 259200.,
23 fields(1,5) = 'VVELMASS',
24 filename(5) = 'VVELMASS',
25 frequency(6) = 259200.,
26 fields(1,6) = 'WVELMASS',
27 filename(6) = 'WVELMASS',
28 frequency(7) = 259200.,
29 fields(1,7) = 'BBLsalt ',
30 filename(7) = 'BBLsalt',
31 frequency(8) = 259200.,
32 fields(1,8) = 'BBLtheta',
33 filename(8) = 'BBLtheta',
34 frequency(9) = 259200.,
35 fields(1,9) = 'BBLeta ',
36 filename(9) = 'BBLeta',
37 frequency(10) = 259200.,
38 fields(1,10) = 'BBLtendT',
39 filename(10) = 'BBLtendT',
40 frequency(11) = 259200.,
41 fields(1,11) = 'BBLtendS',
42 filename(11) = 'BBLtendS',
43 &
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
49 #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
55 #"available_diagnostics.log"
56 # file for the list of all available diag. in this particular
57 #config)
58 #-----------------
59 &DIAG_STATIS_PARMS
60 #- an example just to check the agreement with MONITOR output:
61 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
62 # stat_fname(1)= 'dynStDiag',
63 # stat_freq(1)= -864000.,
64 # stat_phase(1)= 0.,
65 &

  ViewVC Help
Powered by ViewVC 1.1.22