/[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.12 by dimitri, Thu May 19 19:49:50 2005 UTC revision 1.19 by dimitri, Sun Jun 27 07:17:28 2010 UTC
# Line 2  Line 2 
2  #  #
3  # 6-hourly 2-D fields:  # 6-hourly 2-D fields:
4  # ====================  # ====================
 #  
5  # ETAN     Perturbation of Surface (pressure, height) (Pa,m)  # ETAN     Perturbation of Surface (pressure, height) (Pa,m)
6  # PHIBOT   ocean bottom pressure / top. atmos geo-Potential  # PHIBOT   ocean bottom pressure / top. atmos geo-Potential
7  # TAUX     zonal surface wind stress, >0 increases uVel  # oceTAUX  zonal surface wind stress, >0 increases uVel
8  # TAUY     meridional surf. wind stress, >0 increases vVel  # oceTAUY  meridional surf. wind stress, >0 increases vVel
9  # TFLUX    net surface heat flux, >0 increases theta  # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)
10  # SFLUX    net surface salt flux, >0 increases salt  # oceQnet  net surface heat flux into the ocean, >0 increases theta (W/m^2)
11  # KPPhbl   KPP boundary layer depth, bulk Ri criterion  # oceQsw   net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
 # KPPmld   Mixed layer depth, dT=.8degC density criterion  
 # SSS      Sea Surface Salinity (g/kg)  
 # SST      Sea Surface Temperature (degC,K)  
 # UVEL_k2  Zonal Component of Velocity at level 2 (m/s)  
 # VVEL_k2  Meridional Component of Velocity at level 2 (m/s)  
 #  
 # monthly 2-D fields:  
 # ===================  
 #  
 # ETANSQ   Square of Perturbation of Sfc (Pa2,m2)  
 # TICE     heat from melt/freeze of sea-ice, >0 increases theta  
12  # SRELAX   surface salinity relaxation, >0 increases salt  # SRELAX   surface salinity relaxation, >0 increases salt
13  # EXFhs    Sensible heat flux into ocean  #
14  # EXFhl    Latent heat flux into ocean  # 6-hourly 3-D fields:
15  # EXFlw    Net longwave radiation  # ====================
 # EXFsw    Net shortwave radiation  
 #  
 # monthly 3-D fields:  
 # ===================  
 #  
16  # SALTanom Salt anomaly (=SALT-35; g/kg)  # SALTanom Salt anomaly (=SALT-35; g/kg)
17  # THETA    Potential Temperature (degC,K)  # THETA    Potential Temperature (degC,K)
 # UVEL     Zonal Component of Velocity (m/s)  
 # VVEL     Meridional Component of Velocity (m/s)  
18  # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)  # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
19  # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)  # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
20  # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)  # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
 #  
 # SALTSQan Square of Salt anomaly (=(SALT-35)^2 (g^2/kg^2)  
 # THETASQ  Square of Potential Temperature (K2)  
 # UVELSQ   Square of Zonal Comp of Velocity (m2/s2)  
 # VVELSQ   Square of Meridional Comp of Velocity (m2/s2)  
 # WVELSQ   Square of Vertical Comp of Velocity (m2/s2)  
 # UV_VEL_Z Meridional Transport of Zonal Momentum (m2/s2)  
 # WU_VEL   Vertical Transport of Zonal Momentum (m^2/s^2)  
 # WV_VEL   Vertical Transport of Meridional Momentum (m^2/s^2)  
 #  
 # UTHMASS  Zonal Mass-Weight Transp of Pot Temp (K.m/s)  
 # VTHMASS  Meridional Mass-Weight Transp of Pot Temp (K.m/s)  
 # WTHMASS  Vertical Mass-Weight Transp of Pot Temp (K.m/s)  
 # USLTMASS Zonal Mass-Weight Transp of Salt (g/kg.m/s)  
 # VSLTMASS Meridional Mass-Weight Transp of Salt (g/kg.m/s)  
 # WSLTMASS Vertical Mass-Weight Transp of Salt (g/kg.m/s)  
 #  
 # RHOAnoma Density Anomaly (=Rho-rhoConst; kg/m^3)  
 # DRHODR   Stratification: d.Sigma/dr (kg/m3/r_unit; kg/m^4)  
 # RHOANOSQ Square of Density Anomaly (=(Rho-rhoConst)^2; kg^2/m^6)  
 # URHOMASS Zonal Transport of Density (kg/m^2/s)  
 # VRHOMASS Meridional Transport of Density (kg/m^2/s)  
 # WRHOMASS Vertical Transport of Potential Density (kg/m^2/s)  
 #  
 # VISCA4   Biharmonic Viscosity Coefficient in (m4/s)  
21  #  #
22   &diagnostics_list   &diagnostics_list
23    frequency(1)  = 21600,    frequency(1)  = 21600,
# Line 71  Line 27 
27     fields(1,2)  = 'PHIBOT  ',     fields(1,2)  = 'PHIBOT  ',
28     filename(2)  = 'PHIBOT',     filename(2)  = 'PHIBOT',
29    frequency(3)  = 21600,    frequency(3)  = 21600,
30     fields(1,3)  = 'TAUX    ',     fields(1,3)  = 'oceTAUX ',
31     filename(3)  = 'TAUX',     filename(3)  = 'TAUX',
32    frequency(4)  = 21600,    frequency(4)  = 21600,
33     fields(1,4)  = 'TAUY    ',     fields(1,4)  = 'oceTAUY ',
34     filename(4)  = 'TAUY',     filename(4)  = 'TAUY',
35    frequency(5)  = 21600,    frequency(5)  = 21600,
36     fields(1,5)  = 'TFLUX   ',     fields(1,5)  = 'oceFWflx',
37     filename(5)  = 'TFLUX',     filename(5)  = 'FWflx',
38    frequency(6)  = 21600,    frequency(6)  = 21600,
39     fields(1,6)  = 'SFLUX   ',     fields(1,6)  = 'oceQnet ',
40     filename(6)  = 'SFLUX',     filename(6)  = 'Qnet',
41    frequency(7)  = 21600,    frequency(7)  = 21600,
42     fields(1,7)  = 'KPPhbl  ',     fields(1,7)  = 'oceQsw  ',
43     filename(7)  = 'KPPhbl',     filename(7)  = 'Qsw',
44    frequency(8)  = 21600,    frequency(8)  = 21600,
45     fields(1,8)  = 'KPPmld  ',     fields(1,8)  = 'SRELAX  ',
46     filename(8)  = 'KPPmld',     filename(8)  = 'SRELAX',
47    frequency(9)  = 21600,    frequency(9)  = 21600,
48     fields(1,9)  = 'SSS     ',     fields(1,9)  = 'SALTanom',
49     filename(9)  = 'SSS',     filename(9)  = 'SALTanom',
50    frequency(10) = 21600,    frequency(10) = 21600,
51     fields(1,10) = 'SST     ',     fields(1,10) = 'THETA   ',
52     filename(10) = 'SST',     filename(10) = 'THETA',
53    frequency(11) = 21600,    frequency(11) = 21600,
54     fields(1,11) = 'UVEL_k2 ',     fields(1,11) = 'UVELMASS',
55     filename(11) = 'UVEL_k2',     filename(11) = 'UVELMASS',
56    frequency(12) = 21600,    frequency(12) = 21600,
57     fields(1,12) = 'VVEL_k2 ',     fields(1,12) = 'VVELMASS',
58     filename(12) = 'VVEL_k2',     filename(12) = 'VVELMASS',
59    frequency(13) = 2635200,    frequency(13) = 21600,
60     fields(1,13) = 'ETANSQ  ',     fields(1,13) = 'WVELMASS',
61     filename(13) = 'ETANSQ',     filename(13) = 'WVELMASS',
62    frequency(14) = 2635200,   &
63     fields(1,14) = 'TICE    ',  
64     filename(14) = 'TICE',  # Parameter for Diagnostics of per level statistics:
65    frequency(15)  = 2635200,  #-----------------
66     fields(1,15)  = 'SRELAX  ',  # for each output-stream:
67     filename(15)  = 'SRELAX',  #  stat_fname(n) : prefix of the output file name (only 8.c long) for
68    frequency(16)  = 2635200,  #outp.stream n
69     fields(1,16)  = 'EXFhs   ',  #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
70     filename(16)  = 'EXFhs',  #               > 0 : write time-average output every stat_freq seconds
71    frequency(17) = 2635200,  #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
72     fields(1,17) = 'EXFhl   ',  #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
73     filename(17) = 'EXFhl',  #  stat_fields(:,n) : list of diagnostics fields (8.c) (see
74    frequency(18) = 2635200,  #"available_diagnostics.log"
75     fields(1,18) = 'EXFlw   ',  #                 file for the list of all available diag. in this particular
76     filename(18) = 'EXFlw',  #config)
77    frequency(19) = 2635200,  #-----------------
78     fields(1,19) = 'EXFsw   ',   &DIAG_STATIS_PARMS
79     filename(19) = 'EXFsw',  #- an example just to check the agreement with MONITOR output:
80    frequency(20) = 2635200,  #stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',
81     fields(1,20) = 'SALTanom',  #   stat_fname(1)= 'dynStDiag',
82     filename(20) = 'SALTanom',  #    stat_freq(1)= -864000.,
83    frequency(21) = 2635200,  #   stat_phase(1)= 0.,
84     fields(1,21) = 'THETA   ',   &
    filename(21) = 'THETA',  
   frequency(22) = 2635200,  
    fields(1,22) = 'UVEL    ',  
    filename(22) = 'UVEL',  
   frequency(23) = 2635200,  
    fields(1,23) = 'VVEL    ',  
    filename(23) = 'VVEL',  
   frequency(24) = 2635200,  
    fields(1,24) = 'UVELMASS',  
    filename(24) = 'UVELMASS',  
   frequency(25) = 2635200,  
    fields(1,25) = 'VVELMASS',  
    filename(25) = 'VVELMASS',  
   frequency(26) = 2635200,  
    fields(1,26) = 'WVELMASS',  
    filename(26) = 'WVELMASS',  
   frequency(27) = 2635200,  
    fields(1,27) = 'SALTSQan',  
    filename(27) = 'SALTSQan',  
   frequency(28) = 2635200,  
    fields(1,28) = 'THETASQ ',  
    filename(28) = 'THETASQ',  
   frequency(29) = 2635200,  
    fields(1,29) = 'UVELSQ  ',  
    filename(29) = 'UVELSQ',  
   frequency(30) = 2635200,  
    fields(1,30) = 'VVELSQ  ',  
    filename(30) = 'VVELSQ',  
   frequency(31) = 2635200,  
    fields(1,31) = 'WVELSQ  ',  
    filename(31) = 'WVELSQ',  
   frequency(32) = 2635200,  
    fields(1,32) = 'UV_VEL_Z',  
    filename(32) = 'UV_VEL_Z',  
   frequency(33) = 2635200,  
    fields(1,33) = 'WU_VEL  ',  
    filename(33) = 'WU_VEL',  
   frequency(34) = 2635200,  
    fields(1,34) = 'WV_VEL  ',  
    filename(34) = 'WV_VEL',  
   frequency(35) = 2635200,  
    fields(1,35) = 'UTHMASS ',  
    filename(35) = 'UTHMASS',  
   frequency(36) = 2635200,  
    fields(1,36) = 'VTHMASS ',  
    filename(36) = 'VTHMASS',  
   frequency(37) = 2635200,  
    fields(1,37) = 'WTHMASS ',  
    filename(37) = 'WTHMASS',  
   frequency(38) = 2635200,  
    fields(1,38) = 'USLTMASS',  
    filename(38) = 'USLTMASS',  
   frequency(39) = 2635200,  
    fields(1,39) = 'VSLTMASS',  
    filename(39) = 'VSLTMASS',  
   frequency(40) = 2635200,  
    fields(1,40) = 'WSLTMASS',  
    filename(40) = 'WSLTMASS',  
   frequency(41) = 2635200,  
    fields(1,41) = 'RHOAnoma',  
    filename(41) = 'RHOAnoma',  
   frequency(42) = 2635200,  
    fields(1,42) = 'DRHODR  ',  
    filename(42) = 'DRHODR',  
   frequency(43) = 2635200,  
    fields(1,43) = 'RHOANOSQ',  
    filename(43) = 'RHOANOSQ',  
   frequency(44) = 2635200,  
    fields(1,44) = 'URHOMASS',  
    filename(44) = 'URHOMASS',  
   frequency(45) = 2635200,  
    fields(1,45) = 'VRHOMASS',  
    filename(45) = 'VRHOMASS',  
   frequency(46) = 2635200,  
    fields(1,46) = 'WRHOMASS',  
    filename(46) = 'WRHOMASS',  
   frequency(47) = 2635200,  
    fields(1,47) = 'VISCA4',  
    filename(47) = 'VISCA4',  
 &end  

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

  ViewVC Help
Powered by ViewVC 1.1.22