/[MITgcm]/MITgcm_contrib/arctic/cs_36km/input/data.diagnostics
ViewVC logotype

Diff of /MITgcm_contrib/arctic/cs_36km/input/data.diagnostics

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

revision 1.1 by dimitri, Fri Oct 18 21:06:45 2013 UTC revision 1.2 by dimitri, Thu Oct 24 22:20:35 2013 UTC
# Line 10  Line 10 
10  #  fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file  #  fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
11  #                 for the list of all available diag. in this particular config)  #                 for the list of all available diag. in this particular config)
12  #-----------------  #-----------------
  &diagnostics_list  
13  #  #
14     dumpatlast  = .FALSE.,  # daily 2-D fields:
15    # =================
16    #
17    # ETAN     Perturbation of Surface (pressure, height) (Pa,m)
18    # oceTAUX  zonal surface wind stress, >0 increases uVel (N/m^2)
19    # oceTAUY  meridional surf. wind stress, >0 increases vVel (N/m^2)
20    # surForcT model surface forcing for Temperature, >0 increases theta (W/m^2)
21    # oceQsw   net Short-Wave radiation (+=down), >0 increases theta (W/m^2)
22    # surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s)
23    # SSS      Sea Surface Salinity (g/kg)
24    # SST      Sea Surface Temperature (degC,K)
25    # UVEL_k1  Zonal Component of Velocity at level 1 (m/s)
26    # VVEL_k1  Meridional Component of Velocity at level 1 (m/s)
27    # SIarea   SEAICE fractional ice-covered area [0 to 1]
28    # SIheff   SEAICE effective ice thickness (m)
29    # SIuice   SEAICE zonal ice velocity, >0 from West to East (m/s)
30    # SIvice   SEAICE merid. ice velocity, >0 from South to North (m/s)
31    # SIhsnow  SEAICE snow thickness (m)
32    # SIhsalt  SEAICE salinity (g/m^2)
33    #
34    # monthly 3-D fields:
35    # ===================
36    #
37    # SALTanom Salt anomaly (=SALT-35; g/kg)
38    # THETA    Potential Temperature (degC,K)
39    # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
40    # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
41    # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
42  #  #
43    frequency(1) = -604800.0,   &diagnostics_list
44     fields(1,1) = 'ETAN    ','SIheff  ','SIhsnow ',    frequency(1)  = 86400.,
45     filename(1) = 'budg2d_snap_set1',     fields(1,1)  = 'ETAN    ',
46    timePhase(1) = 0.,     filename(1)  = 'ETAN',
47    fileFlags(1) = 'D       ',    frequency(2)  = 86400.,
48  #---     fields(1,2)  = 'oceTAUX ',
49    frequency(2) = -604800.0,     filename(2)  = 'oceTAUX',
50     fields(1,2) = 'THETA   ','SALT    ',    frequency(3)  = 86400.,
51     filename(2) = 'budg2d_snap_set2',     fields(1,3)  = 'oceTAUY ',
52    timePhase(2) = 0.,     filename(3)  = 'oceTAUY',
53    fileFlags(2) = 'DI      ',    frequency(4)  = 86400.,
54  #---     fields(1,4)  = 'surForcT',
55    frequency(3) = -604800.0,     filename(4)  = 'surForcT',
56     fields(1,3) = 'sIceLoad','PHIBOT  ',    frequency(5)  = 86400.,
57     filename(3) = 'budg2d_snap_set3',     fields(1,5)  = 'oceQsw  ',
58    timePhase(3) = 0.,     filename(5)  = 'oceQsw',
59    fileFlags(3) = 'D       ',    frequency(6)  = 86400.,
60  #---     fields(1,6)  = 'surForcS',
61    frequency(4) = 604800.0,     filename(6)  = 'surForcS',
62     fields(1,4) = 'oceFWflx','SIatmFW ','TFLUX   ','SItflux  ',    frequency(7)  = 86400.,
63  #                'SFLUX   ','oceSPflx',     fields(1,7)  = 'SALT    ',
64     filename(4) = 'budg2d_zflux_set1',     levels(1,7)  = 1.,
65    fileFlags(4) = 'D       ',     filename(7)  = 'SSS',
66  #---    frequency(8)  = 86400.,
67    frequency(5) = 604800.0,     fields(1,8)  = 'THETA   ',
68     fields(1,5) = 'UVELMASS','VVELMASS',     levels(1,8)  = 1.,
69                   'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',     filename(8)  = 'SST',
70                   'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',    frequency(9)  = 86400.,
71     filename(5) = 'budg2d_hflux_set1',     fields(1,9)  = 'UVEL    ',
72    fileFlags(5) = 'DI      ',     levels(1,9)  = 1.,
73  #---     filename(9)  = 'UVEL_k1',
74    frequency(6) = 604800.0,    frequency(10) = 86400.,
75     fields(1,6) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',     fields(1,10) = 'VVEL    ',
76                  'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',     levels(1,10) = 1.,
77     filename(6) = 'budg2d_hflux_set2',     filename(10) = 'VVEL_k1',
78    fileFlags(6) = 'D       ',    frequency(11) = 86400.,
79       fields(1,11) = 'SIarea  ',
80       filename(11) = 'SIarea',
81      frequency(12) = 86400.,
82       fields(1,12) = 'SIheff  ',
83       filename(12) = 'SIheff',
84      frequency(13) = 86400.,
85       fields(1,13) = 'SIuice  ',
86       filename(13) = 'SIuice',
87      frequency(14) = 86400.,
88       fields(1,14) = 'SIvice  ',
89       filename(14) = 'SIvice',
90      frequency(15) = 86400.,
91       fields(1,15) = 'SIhsnow ',
92       filename(15) = 'SIhsnow',
93      frequency(16) = 86400.,
94       fields(1,16) = 'SIhsalt ',
95       filename(16) = 'SIhsalt',
96      frequency(17) = 2635200.,
97       fields(1,17) = 'SALTanom',
98       filename(17) = 'SALTanom',
99      frequency(18) = 2635200.,
100       fields(1,18) = 'THETA   ',
101       filename(18) = 'THETA',
102      frequency(19) = 2635200.,
103       fields(1,19) = 'UVELMASS',
104       filename(19) = 'UVELMASS',
105      frequency(20) = 2635200.,
106       fields(1,20) = 'VVELMASS',
107       filename(20) = 'VVELMASS',
108      frequency(21) = 2635200.,
109       fields(1,21) = 'WVELMASS',
110       filename(21) = 'WVELMASS',
111   &   &
112    
113  # Parameter for Diagnostics of per level statistics:  # Parameter for Diagnostics of per level statistics:
# Line 64  Line 122 
122  #                 file for the list of all available diag. in this particular config)  #                 file for the list of all available diag. in this particular config)
123  #-----------------  #-----------------
124   &DIAG_STATIS_PARMS   &DIAG_STATIS_PARMS
125  #diagSt_regMaskFile=yourmask,  #- an example just to check the agreement with MONITOR output:
126  # nSetRegMskFile =   1,  #stat_fields(1,1)= 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',
127  # set_regMask    =   1, 1, 1, 1, 1, 1, 1, 1,  #   stat_fname(1)= 'dynStDiag',
128  # val_regMask    = 1.,2.,3.,4.,5.,6.,7.,8.,  #    stat_freq(1)= -864000.,
129  #  #   stat_phase(1)= 0.,
      stat_freq(1) = -604800.0,  
  stat_fields(1,1) = 'ETAN    ','SIheff  ','SIhsnow ',  
     stat_fname(1) = 'stats_budg2d_snap_set1',  
     stat_phase(1) = 0.,  
 #---  
      stat_freq(2) = -604800.0,  
  stat_fields(1,2) = 'THETA   ','SALT    ',  
     stat_fname(2) = 'stats_budg2d_snap_set2',  
     stat_phase(2) = 0.,  
 #---  
      stat_freq(3) = -604800.0,  
  stat_fields(1,3) = 'sIceLoad','PHIBOT  ',  
     stat_fname(3) = 'stats_budg2d_snap_set3',  
     stat_phase(3) = 0.,  
 #---  
      stat_freq(4) = 604800.0,  
  stat_fields(1,4) = 'oceFWflx','SIatmFW ','TFLUX   ','SItflux  ',  
 #                   'SFLUX   ','oceSPflx',  
     stat_fname(4) = 'stats_budg2d_zflux_set1',  
 #---  
      stat_freq(5) = 604800.0,  
  stat_fields(1,5) = 'UVELMASS','VVELMASS',  
                     'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',  
                     'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',  
     stat_fname(5) = 'stats_budg2d_hflux_set1',  
 #---  
      stat_freq(6) = 604800.0,  
  stat_fields(1,6) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',  
                    'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',  
     stat_fname(6) = 'stats_budg2d_hflux_set2',  
130   &   &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22