/[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.16 by dimitri, Wed Nov 12 14:06:12 2008 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  # oceTAUX  zonal surface wind stress, >0 increases uVel  # oceTAUX  zonal surface wind stress, >0 increases uVel
8  # oceTAUY  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)
 # 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)  
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  # EXFlwnet Net longwave radiation  # ====================
 # EXFswnet 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 75  Line 33 
33     fields(1,4)  = 'oceTAUY ',     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)  = 'SSS     ',     fields(1,8)  = 'SRELAX  ',
46     filename(8)  = 'SSS',     filename(8)  = 'SRELAX',
47    frequency(9)  = 21600,    frequency(9)  = 21600,
48     fields(1,9)  = 'SST     ',     fields(1,9)  = 'SALTanom',
49     filename(9)  = 'SST',     filename(9)  = 'SALTanom',
50    frequency(10) = 21600,    frequency(10) = 21600,
51     fields(1,10) = 'UVEL_k2 ',     fields(1,10) = 'THETA   ',
52     filename(10) = 'UVEL_k2',     filename(10) = 'THETA',
53    frequency(11) = 21600,    frequency(11) = 21600,
54     fields(1,11) = 'VVEL_k2 ',     fields(1,11) = 'UVELMASS',
55     filename(11) = 'VVEL_k2',     filename(11) = 'UVELMASS',
56    frequency(12) = 2635200,    frequency(12) = 21600,
57     fields(1,12) = 'ETANSQ  ',     fields(1,12) = 'VVELMASS',
58     filename(12) = 'ETANSQ',     filename(12) = 'VVELMASS',
59    frequency(13)  = 2635200,    frequency(13) = 21600,
60     fields(1,13)  = 'SRELAX  ',     fields(1,13) = 'WVELMASS',
61     filename(13)  = 'SRELAX',     filename(13) = 'WVELMASS',
   frequency(14)  = 2635200,  
    fields(1,14)  = 'EXFhs   ',  
    filename(14)  = 'EXFhs',  
   frequency(15) = 2635200,  
    fields(1,15) = 'EXFhl   ',  
    filename(15) = 'EXFhl',  
   frequency(16) = 2635200,  
    fields(1,16) = 'EXFlwnet',  
    filename(16) = 'EXFlwnet',  
   frequency(17) = 2635200,  
    fields(1,17) = 'EXFswnet',  
    filename(17) = 'EXFswnet',  
   frequency(18) = 2635200,  
    fields(1,18) = 'SALTanom',  
    filename(18) = 'SALTanom',  
    fileflags(18)= 'D       ',  
   frequency(19) = 2635200,  
    fields(1,19) = 'THETA   ',  
    filename(19) = 'THETA',  
    fileflags(19)= 'D       ',  
   frequency(20) = 2635200,  
    fields(1,20) = 'UVEL    ',  
    filename(20) = 'UVEL',  
   frequency(21) = 2635200,  
    fields(1,21) = 'VVEL    ',  
    filename(21) = 'VVEL',  
   frequency(22) = 2635200,  
    fields(1,22) = 'UVELMASS',  
    filename(22) = 'UVELMASS',  
   frequency(23) = 2635200,  
    fields(1,23) = 'VVELMASS',  
    filename(23) = 'VVELMASS',  
   frequency(24) = 2635200,  
    fields(1,24) = 'WVELMASS',  
    filename(24) = 'WVELMASS',  
   frequency(25) = 2635200,  
    fields(1,25) = 'SALTSQan',  
    filename(25) = 'SALTSQan',  
    fileflags(25)= 'D       ',  
   frequency(26) = 2635200,  
    fields(1,26) = 'THETASQ ',  
    filename(26) = 'THETASQ',  
    fileflags(26)= 'D       ',  
   frequency(27) = 2635200,  
    fields(1,27) = 'UVELSQ  ',  
    filename(27) = 'UVELSQ',  
   frequency(28) = 2635200,  
    fields(1,28) = 'VVELSQ  ',  
    filename(28) = 'VVELSQ',  
   frequency(29) = 2635200,  
    fields(1,29) = 'WVELSQ  ',  
    filename(29) = 'WVELSQ',  
   frequency(30) = 2635200,  
    fields(1,30) = 'UV_VEL_Z',  
    filename(30) = 'UV_VEL_Z',  
   frequency(31) = 2635200,  
    fields(1,31) = 'WU_VEL  ',  
    filename(31) = 'WU_VEL',  
   frequency(32) = 2635200,  
    fields(1,32) = 'WV_VEL  ',  
    filename(32) = 'WV_VEL',  
   frequency(33) = 2635200,  
    fields(1,33) = 'UTHMASS ',  
    filename(33) = 'UTHMASS',  
   frequency(34) = 2635200,  
    fields(1,34) = 'VTHMASS ',  
    filename(34) = 'VTHMASS',  
   frequency(35) = 2635200,  
    fields(1,35) = 'WTHMASS ',  
    filename(35) = 'WTHMASS',  
   frequency(36) = 2635200,  
    fields(1,36) = 'USLTMASS',  
    filename(36) = 'USLTMASS',  
   frequency(37) = 2635200,  
    fields(1,37) = 'VSLTMASS',  
    filename(37) = 'VSLTMASS',  
   frequency(38) = 2635200,  
    fields(1,38) = 'WSLTMASS',  
    filename(38) = 'WSLTMASS',  
   frequency(39) = 2635200,  
    fields(1,39) = 'RHOAnoma',  
    filename(39) = 'RHOAnoma',  
   frequency(40) = 2635200,  
    fields(1,40) = 'DRHODR  ',  
    filename(40) = 'DRHODR',  
   frequency(41) = 2635200,  
    fields(1,41) = 'RHOANOSQ',  
    filename(41) = 'RHOANOSQ',  
   frequency(42) = 2635200,  
    fields(1,42) = 'URHOMASS',  
    filename(42) = 'URHOMASS',  
   frequency(43) = 2635200,  
    fields(1,43) = 'VRHOMASS',  
    filename(43) = 'VRHOMASS',  
   frequency(44) = 2635200,  
    fields(1,44) = 'WRHOMASS',  
    filename(44) = 'WRHOMASS',  
   frequency(45) = 2635200,  
    fields(1,45) = 'VISCA4  ',  
    filename(45) = 'VISCA4',  
62   &   &
63    
64  # Parameter for Diagnostics of per level statistics:  # Parameter for Diagnostics of per level statistics:

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

  ViewVC Help
Powered by ViewVC 1.1.22