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

Annotation of /MITgcm_contrib/quarter_degree_global/input/data.diagnostics

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


Revision 1.19 - (hide annotations) (download)
Sun Jun 27 07:17:28 2010 UTC (15 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +42 -183 lines
specifying 6-hour 3-D output

1 dimitri 1.1 # Diagnostic Package Choices
2 dimitri 1.9 #
3     # 6-hourly 2-D fields:
4     # ====================
5     # ETAN Perturbation of Surface (pressure, height) (Pa,m)
6     # PHIBOT ocean bottom pressure / top. atmos geo-Potential
7 dimitri 1.16 # oceTAUX zonal surface wind stress, >0 increases uVel
8     # oceTAUY meridional surf. wind stress, >0 increases vVel
9 dimitri 1.19 # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
10     # oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2)
11     # oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
12     # SRELAX surface salinity relaxation, >0 increases salt
13 dimitri 1.9 #
14 dimitri 1.19 # 6-hourly 3-D fields:
15     # ====================
16 dimitri 1.9 # SALTanom Salt anomaly (=SALT-35; g/kg)
17     # THETA Potential Temperature (degC,K)
18     # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
19     # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
20     # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
21     #
22 dimitri 1.1 &diagnostics_list
23 dimitri 1.12 frequency(1) = 21600,
24 dimitri 1.4 fields(1,1) = 'ETAN ',
25 dimitri 1.10 filename(1) = 'ETAN',
26 dimitri 1.19 frequency(2) = 21600,
27     fields(1,2) = 'PHIBOT ',
28     filename(2) = 'PHIBOT',
29     frequency(3) = 21600,
30     fields(1,3) = 'oceTAUX ',
31     filename(3) = 'TAUX',
32     frequency(4) = 21600,
33     fields(1,4) = 'oceTAUY ',
34     filename(4) = 'TAUY',
35     frequency(5) = 21600,
36     fields(1,5) = 'oceFWflx',
37     filename(5) = 'FWflx',
38     frequency(6) = 21600,
39     fields(1,6) = 'oceQnet ',
40     filename(6) = 'Qnet',
41     frequency(7) = 21600,
42     fields(1,7) = 'oceQsw ',
43     filename(7) = 'Qsw',
44     frequency(8) = 21600,
45     fields(1,8) = 'SRELAX ',
46     filename(8) = 'SRELAX',
47     frequency(9) = 21600,
48     fields(1,9) = 'SALTanom',
49     filename(9) = 'SALTanom',
50     frequency(10) = 21600,
51     fields(1,10) = 'THETA ',
52     filename(10) = 'THETA',
53     frequency(11) = 21600,
54     fields(1,11) = 'UVELMASS',
55     filename(11) = 'UVELMASS',
56     frequency(12) = 21600,
57     fields(1,12) = 'VVELMASS',
58     filename(12) = 'VVELMASS',
59     frequency(13) = 21600,
60     fields(1,13) = 'WVELMASS',
61     filename(13) = 'WVELMASS',
62 dimitri 1.13 &
63    
64     # Parameter for Diagnostics of per level statistics:
65     #-----------------
66     # for each output-stream:
67     # stat_fname(n) : prefix of the output file name (only 8.c long) for
68     #outp.stream n
69     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
70     # > 0 : write time-average output every stat_freq seconds
71     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
72     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
73     # stat_fields(:,n) : list of diagnostics fields (8.c) (see
74     #"available_diagnostics.log"
75     # file for the list of all available diag. in this particular
76     #config)
77     #-----------------
78     &DIAG_STATIS_PARMS
79     #- an example just to check the agreement with MONITOR output:
80     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
81     # stat_fname(1)= 'dynStDiag',
82     # stat_freq(1)= -864000.,
83     # stat_phase(1)= 0.,
84     &

  ViewVC Help
Powered by ViewVC 1.1.22