/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/input/data.diagnostics
ViewVC logotype

Diff of /MITgcm_contrib/ecco_darwin/v4_3deg/input/data.diagnostics

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

revision 1.3 by dimitri, Mon Jan 27 06:31:51 2020 UTC revision 1.4 by dcarroll, Thu Feb 27 17:51:18 2020 UTC
# Line 10  Line 10 
10  #                 for the list of all available diag. in this particular config)  #                 for the list of all available diag. in this particular config)
11  #--------------------------------------------------------------------  #--------------------------------------------------------------------
12  #  #
 # 6-hourly 2-D fields:  
 # ====================  
 #  
 # ETAN     Perturbation of Surface (pressure, height) (Pa,m)  
 # PHIBOT   ocean bottom pressure / top. atmos geo-Potential  
 # oceTAUX  zonal surface wind stress, >0 increases uVel (N/m^2)  
 # oceTAUY  meridional surf. wind stress, >0 increases vVel (N/m^2)  
 # surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)  
 # oceQsw   net Short-Wave radiation (+=down), >0 increases theta (W/m^2)  
 # surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)  
 # KPPhbl   KPP boundary layer depth, bulk Ri criterion  
 # 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)  
 #  
 # daily 2-D fields:  
 # =================  
 #  
 # SIarea   SEAICE fractional ice-covered area [0 to 1]  
 # SIheff   SEAICE effective ice thickness (m)  
 # SIuice   SEAICE zonal ice velocity, >0 from West to East (m/s)  
 # SIvice   SEAICE merid. ice velocity, >0 from South to North (m/s)  
 # SIhsnow  SEAICE snow thickness (m)  
 # SIhsalt  SEAICE effective salinity (g/m^2)  
 #  
 # monthly 2-D fields:  
 # ===================  
 #  
 # ETANSQ   Square of Perturbation of Sfc (Pa2,m2)  
 # EXFhs    Sensible heat flux into ocean, >0 increases theta (W/m^2)  
 # EXFhl    Latent heat flux into ocean, >0 increases theta (W/m^2)  
 # EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2)  
 # oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s)  
 # oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s)  
 # oceQnet  net surface heat flux into the ocean, >0 increases theta (W/m^2)  
 # SRELAX   surface salinity relaxation, >0 increases salt (g/m^2/s)  
 # TFLUX    total heat flux (match heat-content variations), >0 increases theta (W/m^2)  
 # SFLUX    total salt flux (match salt-content variations), >0 increases salt (g/m^2/s)  
 #  
 # monthly 3-D fields:  
 # ===================  
 #  
 # SALTanom Salt anomaly (=SALT-35; g/kg)  
 # THETA    Potential Temperature (degC,K)  
 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)  
 # VVELMASS Meridional 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)  
 #  
13   &diagnostics_list   &diagnostics_list
14    frequency(1)  = -2635200.,  #
15     timePhase(1) = 0.,     dumpatlast = .TRUE.,
16     fields(1,1)  = 'ETAN    ',  #---
17     filename(1)  = 'ETAN',    frequency(1) = 2635200.0,
18    frequency(2) = 2635200.,     fields(1:25,1) = 'ETAN    ','SIarea  ','SIheff ','SIhsnow ',
19     fields(1,2) = 'SALTanom',  #stuff that is not quite state variables (and may not be quite
20     filename(2) = 'SALTanom',  #synchroneous) but are added here to reduce number of files
21    frequency(3) = 2635200.,                   'DETADT2 ','PHIBOT  ','sIceLoad',
22     fields(1,3) = 'THETA   ',                   'MXLDEPTH','oceSPDep',
23     filename(3) = 'THETA',                   'SIatmQnt','SIatmFW ','oceQnet ','oceFWflx',
24    frequency(4) = 2635200.,                   'oceTAUX ','oceTAUY ',
25     fields(1,4) = 'TRAC32  ',                   'ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
26     filename(4) = 'DIC',                   'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
27    frequency(5) = 86400.,                   'SIuice  ','SIvice  ',
28     fields(1,5) = 'DICTFLX ',     filename(1) = 'diags/state_2d_set1',
29     filename(5) = 'DICTFLX',  #---
30    frequency(6) = 86400.,    frequency(2) = 2635200.0,
31     fields(1,6) = 'DICOFLX ',     fields(1:3,2) = 'THETA   ','SALT    ',
32     filename(6) = 'DICOFLX',  #stuff that is not quite state variables (and may not be quite
33    frequency(7) = 86400.,  #synchronous) but are added here to reduce file number
34     fields(1,7) = 'DICCFLX ',                   'DRHODR  ',
35     filename(7) = 'DICCFLX',  #                'KPPviscA','KPPdiffT','KPPdiffTS',
36    frequency(8) = 86400.,  #                'GGL90TKE','GGL90Lmx','GGL90Prl',
37     fields(1,8) = 'DICPCO2 ',  #                'GGL90ArU','GGL90ArV','GGL90Kr ',
38     filename(8) = 'DICPCO2',     filename(2) = 'diags/state_3d_set1',
39    frequency(9) = 86400.,  #---
40     fields(1,9) = 'DICPHAV ',    frequency(3) = 2635200.0,
41     filename(9) = 'DICPHAV',     fields(1:5,3) = 'UVELMASS','VVELMASS','WVELMASS',
42    frequency(10) = 2635200.,                   'GM_PsiX ','GM_PsiY ',
43     fields(1,10) = 'TRAC01  ',  #uvel is approximately uvelmass divided by initial hfac, so we dont output the former
44     filename(10) = 'PO4',  #                'UVEL    ','VVEL    ','WVEL     ',
45    frequency(11) = 2635200.,  #full 3D temperature fluxes : 'DFxE_TH ','DFyE_TH ','DFrE_TH ','DFrI_TH ','ADVx_TH ','ADVy_TH ','ADVr_TH ',
46     fields(1,11) = 'TRAC02  ',  #but for present computations I only need the vertically integrated horizontal components (see trsp_3d_set2)
47     filename(11) = 'NO3',     filename(3) = 'diags/trsp_3d_set1',
48    frequency(12) = 2635200.,  #---
49     fields(1,12) = 'TRAC03  ',    frequency(4) = 2635200.0,
50     filename(12) = 'FeT',     fields(1:8,4) = 'DFxE_TH ','DFyE_TH ','ADVx_TH ','ADVy_TH ',
51    frequency(13) = 2635200.,                   'DFxE_SLT','DFyE_SLT','ADVx_SLT','ADVy_SLT',
52     fields(1,13) = 'TRAC04  ',     filename(4) = 'diags/trsp_3d_set2',
53     filename(13) = 'SiO2',  #vertically integrate fields we only use to compute vertically integr.
54    frequency(14) = 2635200.,  #meridional transports (also omit vertical transports, both to save space)
55     fields(1,14) = 'TRAC05  ',  #---
56     filename(14) = 'DOP',    frequency(5) = -2635200.0,
57    frequency(15) = 2635200.,     fields(1:6,5) = 'ETAN    ','SIheff  ','SIhsnow ',
58     fields(1,15) = 'TRAC06  ',                   'SIarea  ','sIceLoad','PHIBOT  ',
59     filename(15) = 'DON',     filename(5) = 'diags/budg2d_snap_set1',
60    frequency(16) = 2635200.,     timePhase(5)= 0.,
61     fields(1,16) = 'TRAC07  ',     fileFlags(5) = 'D       ',
62     filename(16) = 'DOFe',  #---
63    frequency(17) = 2635200.,    frequency(6) = -2635200.0,
64     fields(1,17) = 'TRAC08  ',     fields(1:2,6) = 'THETA   ','SALT    ',
65     filename(17) = 'ZOO1P',     filename(6) = 'diags/budg2d_snap_set2',
66    frequency(18) = 2635200.,     timePhase(6)= 0.,
67     fields(1,18) = 'TRAC09  ',     fileFlags(6) = 'DI      ',
68     filename(18) = 'ZOO1N',  #---
69    frequency(19) = 2635200.,    frequency(7) = 2635200.0,
70     fields(1,19) = 'TRAC10  ',     fields(1:8,7) = 'oceFWflx','SIatmFW ','TFLUX   ','SItflux ',
71     filename(19) = 'ZOO1Fe',                     'SFLUX   ','oceQsw  ','oceSPflx','DICTFLX ',
72    frequency(20) = 2635200.,     filename(7) = 'diags/budg2d_zflux_set1',
73     fields(1,20) = 'TRAC11  ',     fileFlags(7) = 'D       ',
74     filename(20) = 'ZOO1Si',  #---
75    frequency(21) = 2635200.,    frequency(8) = 2635200.0,
76     fields(1,21) = 'TRAC12  ',     fields(1:13,8) ='UVELMASS','VVELMASS',
77     filename(21) = 'ZOO2P',                   'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
78    frequency(22) = 2635200.,                   'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
79     fields(1,22) = 'TRAC13  ',  #the following are not transports but tendencies
80     filename(22) = 'ZOO2N',                   'oceSPtnd','AB_gT   ','AB_gS   ',
81    frequency(23) = 2635200.,     filename(8) = 'diags/budg2d_hflux_set2',
82     fields(1,23) = 'TRAC14  ',     fileFlags(8) = 'DI      ',
83     filename(23) = 'ZOO2Fe',  #---
84    frequency(24) = 2635200.,    frequency(9) = 2635200.0,
85     fields(1,24) = 'TRAC15  ',     fields(1:8,9) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
86     filename(24) = 'ZOO2Si',                   'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
87    frequency(25) = 2635200.,     filename(9) = 'diags/budg2d_hflux_set1',
88     fields(1,25) = 'TRAC16  ',     fileFlags(9) = 'D       ',
89     filename(25) = 'POP',  #---
90    frequency(26) = 2635200.,  # this one is important because it activates the vertical advection diags
91     fields(1,26) = 'TRAC17  ',  #  frequency(10) = 2635200.0,
92     filename(26) = 'PON',  #   fields(1:7,10) = 'ADVr_TH ','DFrE_TH ','DFrI_TH ',
93    frequency(27) = 2635200.,  #                  'ADVr_SLT','DFrE_SLT','DFrI_SLT',
94     fields(1,27) = 'TRAC18  ',  #                  'WVELMASS',
95     filename(27) = 'POFe',  #   filename(10) = 'diags/budg2d_zflux_set3_11',
96    frequency(28) = 2635200.,  #   levels(1, 10)= 11.,
97     fields(1,28) = 'TRAC19  ',  #   fileFlags(10) = 'D       ',
98     filename(28) = 'POSi',  #---
99    frequency(29) = 2635200.,    frequency(11) = 2635200.0,
100     fields(1,29) = 'TRAC20  ',     fields(1:10,11) ='SRELAX  ','TRELAX  ','WTHMASS ','WSLTMASS',
101     filename(29) = 'NH4',                   'oceSflux','oceQnet ','SIatmQnt',
102    frequency(30) = 2635200.,                   'SIaaflux','SIsnPrcp','SIacSubl',
103     fields(1,30) = 'TRAC21  ',     filename(11) = 'diags/budg2d_zflux_set2',
104     filename(30) = 'NO2',     fileFlags(11) = 'D       ',
105    frequency(31) = 2635200.,  #---
106     fields(1,31) = 'TRAC22  ',  #  frequency(12) = 2635200.0,
107     filename(31) = 'Phy01',  #   fields(1:13,12) ='UVELMASS','VVELMASS',
108    frequency(32) = 2635200.,  #                 'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
109     fields(1,32) = 'TRAC23  ',  #                 'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
110     filename(32) = 'Phy02',  #                 'oceSPtnd','AB_gT   ','AB_gS   ',
111    frequency(33) = 2635200.,  #   filename(12) = 'diags/budg2d_hflux_set3_11',
112     fields(1,33) = 'TRAC24  ',  #   levels(1:40,12) = 11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,
113     filename(33) = 'Phy03',  #                     21.,22.,23.,24.,25.,26.,27.,28.,29.,30.,
114    frequency(34) = 2635200.,  #                     31.,32.,33.,34.,35.,36.,37.,38.,39.,40.,
115     fields(1,34) = 'TRAC25  ',  #                     41.,42.,43.,44.,45.,46.,47.,48.,49.,50.,
116     filename(34) = 'Phy04',  #   fileFlags(12) = 'DI      ',
117    frequency(35) = 2635200.,  #---
118     fields(1,35) = 'TRAC26  ',  #  frequency(13) = -2635200.0,
119     filename(35) = 'Phy05',  #   fields(1:2,13) = 'THETA   ','SALT    ',
120    frequency(36) = 2635200.,  #   filename(13) = 'diags/budg2d_snap_set3_11',
121     fields(1,36) = 'TRAC33  ',  #   timePhase(13)= 0.,
122     filename(36) = 'DOC',  #   levels(1:40,13) = 11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,
123    frequency(37) = 2635200.,  #                     21.,22.,23.,24.,25.,26.,27.,28.,29.,30.,
124     fields(1,37) = 'TRAC34  ',  #                     31.,32.,33.,34.,35.,36.,37.,38.,39.,40.,
125     filename(37) = 'POC',  #                     41.,42.,43.,44.,45.,46.,47.,48.,49.,50.,
126    frequency(38) = 2635200.,  #   fileFlags(13) = 'DI      ',
127     fields(1,38) = 'TRAC35  ',  #---
128     filename(38) = 'PIC',    frequency(14) = 2635200.0,
129    frequency(39) = 2635200.,     fields(1:8,14) = 'DFxE_TH ','DFyE_TH ','ADVx_TH ','ADVy_TH ',
130     fields(1,39) = 'TRAC36  ',                   'DFxE_SLT','DFyE_SLT','ADVx_SLT','ADVy_SLT',
131     filename(39) = 'ALK',     filename(14) = 'diags/trsp_2d_set1',
132    frequency(40) = 2635200.,  #vertically integrate fields we only use to compute vertically integr.
133     fields(1,40) = 'TRAC37  ',  #meridional transports (also omit vertical transports, both to save space)
134     filename(40) = 'O2',     fileFlags(14) = ' I      ',
135    frequency(41) = 2635200.,  #---
136     fields(1,41) = 'TRAC38  ',    frequency(15) = 2635200.0,
137     filename(41) = 'ZOOC1',     fields(1:3,15) = 'RHOAnoma','PHIHYD  ','oceSPtnd',
138    frequency(42) = 2635200.,     filename(15) = 'diags/state_3d_set2',
139     fields(1,42) = 'TRAC39  ',  #---
140     filename(42) = 'ZOOC2',    frequency(16) = 2635200.0,
141    frequency(43) = 2635200.,     fields(1:7,16) = 'ADVr_TH ','DFrE_TH ','DFrI_TH ',
142     fields(1,43) = 'TRAC27  ',          'ADVr_SLT','DFrE_SLT','DFrI_SLT','WVELMASS',
143     filename(43) = 'CHL1',     filename(16) = 'diags/trsp_3d_set3',
144    frequency(44) = 2635200.,  #---
145     fields(1,44) = 'TRAC28  ',    frequency(17) = 2635200.0,
146     filename(44) = 'CHL2',     fields(1:7,17) = 'TFLUX   ','SItflux ','SFLUX   ',
147    frequency(45) = 2635200.,          'oceQsw  ','oceSPflx','SIsnPrcp','SIacSubl',
148     fields(1,45) = 'TRAC29  ',     filename(17) = 'diags/state_2d_set2',
149     filename(45) = 'CHL3',  #---
150    frequency(46) = 2635200.,    frequency(18) = -2635200.0,
151     fields(1,46) = 'TRAC30  ',     fields(1:2,18) = 'SALT    ','TRAC32  ',
152     filename(46) = 'CHL4',     timePhase(18)= 0.,
153    frequency(47) = 2635200.,     filename(18) = 'diags/state_3d_snap_set1',
154     fields(1,47) = 'TRAC31  ',  #---
155     filename(47) = 'CHL5',    frequency(19) = 2635200.0,
156    frequency(48) = 86400.,     fields(1:8,19) = 'TRAC32  ','ADVxTr32','ADVyTr32','ADVrTr32',
157     fields(1,48) = 'EXFwspee ',          'DFxETr32','DFyETr32','DFrETr32','DFrITr32',
158     filename(48) = 'EXFwspee',     filename(19) = 'diags/dic_physics',
159    frequency(49)  = 2635200.,  #---
160     fields(1,49)  = 'PAR    ',    frequency(20) = 2635200.0,
161     filename(49)  = 'PAR',     fields(1:5,20) = 'BCDIC   ','BCDICPIC','BREMIND ',
162    frequency(50)  = 2635200.,          'BREMINP ','DISSCPIC',
163     fields(1,50)  = 'PP',    filename(20) = 'diags/dic_biology',
164     filename(50)  = 'PP',  #---
165    frequency(51) = 2635200.,    filename(21) = 'diags/CO2_FLUX_BUDGET_DEPTH',
166     fields(1,51) = 'SIarea ',     frequency(21) = 2635200.0,
167     filename(51) = 'SIarea_month',     fields(1,21) = 'TRAC32  ','THETA   ','SALT    ',
168    frequency(52) = 2635200.,                    'TRAC36  ','TRAC01  ','TRAC04  ',
169     fields(1,52) = 'SIheff ',  #---
170     filename(52) = 'SIheff_month',    filename(22) = 'diags/CO2_FLUX_BUDGET_SURF',
171    frequency(53) = 2635200.,     frequency(22) = 2635200.0,
172     fields(1,53) = 'EXFapco2 ',     levels(1,22) = 1.,
173     filename(53) = 'EXFapco2month',     fields(1,22) = 'DICCFLX ','DICTFLX ',
174    frequency(54) = -2535200.,  #                  'DICPCO2 ','EXFapco2',
    fields(1,54) = 'EXFapco2 ',  
    timePhase(54) = 0.,  
    filename(54) = 'EXFapco2snap',  
     
   frequency(55) = 10800.,  
    fields(1,55) = 'DICCFLX ',  
    filename(55) = 'DICCFLX3hrly',  
   frequency(56) = 2635200.,  
    fields(1,56) = 'DICFGCO2',  
    filename(56) = 'DICFGCO2',  
   frequency(57) = 2635200.,  
    fields(1,57) = 'UE_VEL_C',  
    filename(57) = 'UE_VEL_C',  
   frequency(58) = 2635200.,  
    fields(1,58) = 'VN_VEL_C',  
    filename(58) = 'VN_VEL_C',  
   frequency(59) = 2635200.,  
    fields(1,59) = 'WVEL     ',  
    filename(59) = 'WVEL',  
   frequency(60) = 2635200.,  
    fields(1,60) = 'DICCFLX  ',  
    filename(60) = 'DICCFLXmonth',  
   frequency(61) = 2635200.,  
    fields(1,61) = 'DICPCO2  ',  
    filename(61) = 'DICPCO2month',  
   frequency(62) = 2635200.,  
    fields(1,62) = 'DICOFLX ',  
    filename(62) = 'DICOFLX_month',  
  frequency(63) = 2635200.,  
    fields(1,63) = 'oceQsw  ',  
    filename(63) = 'oceQswMonth',  
  frequency(64) = 2635200.,  
    fields(1,64) = 'oceQnet ',  
    filename(64) = 'oceQnetMonth',  
  frequency(65) = 2635200.,  
    fields(1,65) = 'EXFwspee ',  
    filename(65) = 'EXFwspeeMonth',  
   
   filename(66) = 'surfDiag',  
    frequency(66) = 2635200.,  
    levels(1,66) = 1.,  
    fields(1,66) = 'TFLUX   ','SFLUX   ','MXLDEPTH','oceFWflx ','oceQsw  ',  
   
   filename(67) = 'velMassDiag',  
    frequency(67) = 2635200.,  
    fields(1,67) = 'UVELMASS ','VVELMASS ','WVELMASS ',  
175    
   filename(68) = 'dic_surfDiag',  
    frequency(68) = 2635200.,  
    levels(1,68) = 1.,  
 #   timePhase(68) = 0.,  
    fields(1,68) = 'DICCFLX ','DICTFLX ',  
     
   filename(69) = 'theta_flxDiag',  
    frequency(69) = 2635200.,  
    fields(1,69) = 'THETA   ','TOTTTEND',  
                   'ADVx_TH ','ADVy_TH ','ADVr_TH ',  
                   'DFxE_TH ','DFyE_TH ','DFrE_TH ','DFrI_TH ',  
     
   filename(70) = 'salt_flxDiag',  
    frequency(70) = 2635200.,  
    fields(1,70) = 'SALT    ','TOTSTEND',  
                   'ADVx_SLT','ADVy_SLT','ADVr_SLT',  
                   'DFxE_SLT','DFyE_SLT','DFrE_SLT','DFrI_SLT','oceSPtnd',  
     
   filename(71) = 'dic_flxDiag',  
    frequency(71) = 2635200.,  
    fields(1,71) = 'TRAC32  ',  
                   'ADVxTr32','ADVyTr32','ADVrTr32',  
                   'DFxETr32','DFyETr32','DFrETr32','DFrITr32',  
     
   filename(72) = 'alk_flxDiag',  
    frequency(72) = 2635200.,  
    fields(1,72) = 'TRAC36  ',  
                   'ADVxTr36','ADVyTr36','ADVrTr36',  
                   'DFxETr36','DFyETr36','DFrETr36','DFrITr36',  
     
   filename(73) = 'po4_flxDiag',  
    frequency(73) = 2635200.,  
    fields(1,73) = 'TRAC01  ',  
                   'ADVxTr01','ADVyTr01','ADVrTr01',  
                   'DFxETr01','DFyETr01','DFrETr01','DFrITr01',  
   
   filename(74) = 'snapDiag',  
    frequency(74) = -2635200.,  
    timePhase(74) = 0.,  
    fields(1,74) = 'THETA   ','SALT    ','TRAC32  ','TRAC36  ','TRAC01  ',  
176   &   &
177    
178     /
179    #
180    #
181  # Parameter for Diagnostics of per level statistics:  # Parameter for Diagnostics of per level statistics:
182  #-----------------  #-----------------
183  # for each output-stream:  # for each output-stream:
184  #  stat_fname(n) : prefix of the output file name (only 8.c long) for  #  stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
 #outp.stream n  
185  #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds  #  stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
186  #               > 0 : write time-average output every stat_freq seconds  #               > 0 : write time-average output every stat_freq seconds
187  #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|  #  stat_phase(n)    : write at time = stat_phase + multiple of |stat_freq|
188  #  stat_region(:,n) : list of "regions" (default: 1 region only=global)  #  stat_region(:,n) : list of "regions" (default: 1 region only=global)
189  #  stat_fields(:,n) : list of diagnostics fields (8.c) (see  #  stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
190  #"available_diagnostics.log"  #                 file for the list of all available diag. in this particular config)
 #                 file for the list of all available diag. in this particular  
 #config)  
191  #-----------------  #-----------------
192   &DIAG_STATIS_PARMS   &DIAG_STATIS_PARMS
193  #- an example just to check the agreement with MONITOR output:  # diagSt_regMaskFile='basin_masks_eccollc_90x50.bin',
194  #stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',  # nSetRegMskFile=1,
195  #   stat_fname(1)= 'dynStDiag',  # set_regMask(1)= 1,  1,  1,  1,  1,  1,  1,  1,  1,
196  #    stat_freq(1)= -864000.,  #                 1,  1,  1,  1,  1,  1,  1,  1
197  #   stat_phase(1)= 0.,  # val_regMask(1)= 1., 2., 3., 4., 5., 6., 7., 8., 9.,
198   &  #                10.,11.,12.,13.,14.,15.,16.,17.
199    ##---
200    # stat_fields(1,1)= 'ETAN    ','ETANSQ  ','DETADT2 ',
201    #                   'UVEL    ','VVEL    ','WVEL    ',
202    #                   'THETA   ','SALT    ',
203    #    stat_fname(1)= 'dynStDiag',
204    #     stat_freq(1)= 3153600.,
205    # stat_region(1,1)=  1, 2, 3, 4, 5, 6, 7, 8, 9,
206    #                   10,11,12,13,14,15,16,17
207    ##---
208    # stat_fields(1,2)= 'oceTAUX ','oceTAUY ',
209    #                   'surForcT','surForcS','TFLUX   ','SFLUX   ',
210    #                   'oceQnet ','oceSflux','oceFWflx',
211    #    stat_fname(2)= 'surfStDiag',
212    #     stat_freq(2)= 3153600.,
213    # stat_region(1,2)=  1, 2, 3, 4, 5, 6, 7, 8, 9,
214    #                   10,11,12,13,14,15,16,17
215     /

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22