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

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

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

revision 1.7 by dimitri, Tue Dec 21 09:16:55 2004 UTC revision 1.19 by dimitri, Sun Jun 27 07:17:28 2010 UTC
# Line 1  Line 1 
1  # Diagnostic Package Choices  # Diagnostic Package Choices
2  # dump ETAN and PHIBOT every 90 minutes  #
3  # and monthly averages (30.44 days)  # 6-hourly 2-D fields:
4  # for everything else, assuming deltat=300s  # ====================
5    # ETAN     Perturbation of Surface (pressure, height) (Pa,m)
6    # PHIBOT   ocean bottom pressure / top. atmos geo-Potential
7    # oceTAUX  zonal surface wind stress, >0 increases uVel
8    # oceTAUY  meridional surf. wind stress, >0 increases vVel
9    # 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    #
14    # 6-hourly 3-D fields:
15    # ====================
16    # 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   &diagnostics_list   &diagnostics_list
23    frequency(1)  = 18,    frequency(1)  = 21600,
24     fields(1,1)  = 'ETAN    ',     fields(1,1)  = 'ETAN    ',
25     filename(1)  = 'ETAN',     filename(1)  = 'ETAN',
26    frequency(2)  = 18,    frequency(2)  = 21600,
27     fields(1,2)  = 'PHIBOT  ',     fields(1,2)  = 'PHIBOT  ',
28     filename(2)  = 'PHIBOT',     filename(2)  = 'PHIBOT',
29    frequency(3)  = 8766,    frequency(3)  = 21600,
30     fields(1,3)  = 'UVEL    ',     fields(1,3)  = 'oceTAUX ',
31     filename(3)  = 'UVEL',     filename(3)  = 'TAUX',
32    frequency(4)  = 8766,    frequency(4)  = 21600,
33     fields(1,4)  = 'VVEL    ',     fields(1,4)  = 'oceTAUY ',
34     filename(4)  = 'VVEL',     filename(4)  = 'TAUY',
35    frequency(5)  = 8766,    frequency(5)  = 21600,
36     fields(1,5)  = 'WVEL    ',     fields(1,5)  = 'oceFWflx',
37     filename(5)  = 'WVEL',     filename(5)  = 'FWflx',
38    frequency(6)  = 8766,    frequency(6)  = 21600,
39     fields(1,6)  = 'THETA   ',     fields(1,6)  = 'oceQnet ',
40     filename(6)  = 'THETA',     filename(6)  = 'Qnet',
41    frequency(7)  = 8766,    frequency(7)  = 21600,
42     fields(1,7)  = 'SALT    ',     fields(1,7)  = 'oceQsw  ',
43     filename(7)  = 'SALT',     filename(7)  = 'Qsw',
44    frequency(8)  = 8766,    frequency(8)  = 21600,
45     fields(1,8)  = 'TAUX    ',     fields(1,8)  = 'SRELAX  ',
46     filename(8)  = 'TAUX',     filename(8)  = 'SRELAX',
47    frequency(9)  = 8766,    frequency(9)  = 21600,
48     fields(1,9)  = 'TAUY    ',     fields(1,9)  = 'SALTanom',
49     filename(9)  = 'TAUY',     filename(9)  = 'SALTanom',
50    frequency(10) = 8766,    frequency(10) = 21600,
51     fields(1,10) = 'SFLUX   ',     fields(1,10) = 'THETA   ',
52     filename(10) = 'SFLUX',     filename(10) = 'THETA',
53    frequency(11) = 8766,    frequency(11) = 21600,
54     fields(1,11) = 'TFLUX   ',     fields(1,11) = 'UVELMASS',
55     filename(11) = 'TFLUX',     filename(11) = 'UVELMASS',
56    frequency(12) = 8766,    frequency(12) = 21600,
57     fields(1,12) = 'SRELAX  ',     fields(1,12) = 'VVELMASS',
58     filename(12) = 'SRELAX',     filename(12) = 'VVELMASS',
59    frequency(13) = 8766,    frequency(13) = 21600,
60     fields(1,13) = 'TRELAX  ',     fields(1,13) = 'WVELMASS',
61     filename(13) = 'TRELAX',     filename(13) = 'WVELMASS',
62    frequency(14) = 8766,   &
63     fields(1,14) = 'TICE    ',  
64     filename(14) = 'TICE',  # Parameter for Diagnostics of per level statistics:
65  &end  #-----------------
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     &

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22