/[MITgcm]/MITgcm/verification/offline_exf_seaice/input_ad/data.diagnostics
ViewVC logotype

Diff of /MITgcm/verification/offline_exf_seaice/input_ad/data.diagnostics

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

revision 1.4 by gforget, Mon Mar 25 02:37:06 2013 UTC revision 1.5 by gforget, Mon Mar 25 02:37:36 2013 UTC
# Line 17  Line 17 
17  #  missing_value(n) : missing value for real-type fields in output file "n"  #  missing_value(n) : missing value for real-type fields in output file "n"
18  #  fileFlags(n)     : specific code (8c string) for output file "n"  #  fileFlags(n)     : specific code (8c string) for output file "n"
19  #--------------------  #--------------------
20  # This example dumps EXF diagnostics as snapshot after 30 days  # This example dumps EXF diagnostics as snapshot after 10 time-steps
21  # Note: EXF air-sea fluxes over Sea-Ice are wrong  # Note: EXF air-sea fluxes over Sea-Ice are wrong
22   &DIAGNOSTICS_LIST   &DIAGNOSTICS_LIST
23     dumpAtLast  = .TRUE.,     dumpAtLast  = .TRUE.,
# Line 25  Line 25 
25    fields(1:11,1) = 'EXFtaux ','EXFtauy ','EXFqnet ','EXFempmr',    fields(1:11,1) = 'EXFtaux ','EXFtauy ','EXFqnet ','EXFempmr',
26                     'EXFhl   ','EXFhs   ','EXFswnet','EXFlwnet',                     'EXFhl   ','EXFhs   ','EXFswnet','EXFlwnet',
27                     'EXFuwind','EXFvwind','EXFatemp',                     'EXFuwind','EXFvwind','EXFatemp',
28     fileName(1) = 'diagsEXF',  #  fileName(1) = 'exfDiag',
29    frequency(1) = -36000.,    frequency(1) = 86400.,
30    
31    #- with pkg/thsice:
32    # fields(1:11,2) = 'SI_Fract','SI_Thick','THETA   ','SI_Tsrf ',
33    ##                 'SI_Tsrf ','SI_Tice1','SI_Tice2',
34    ##                 'SI_Qice1','SI_Qice2',
35    ##                 'SIsnwPrc','SIalbedo','SIsnwAge',
36    ##                 'oceQnet ','oceQsw  ','oceFWflx','oceSflux',
37    #                  'SIflx2oc','SIfrw2oc','SIsaltFx',
38    #                  'SIflxAtm','SIfrwAtm',
39    #                  'EXFqnet ','EXFempmr',
40    #- with pkg/seaice:
41      fields(1:10,2) = 'SIarea  ','SIheff  ','THETA   ','SItices ',
42    #                  'SIuice  ','SIvice  ','SIhsnow ',
43    #                  'oceQnet ','oceQsw  ','oceFWflx','oceSflux',
44                       'SIqnet  ','SIqsw   ','SIempmr ','oceSflux',
45                       'SIatmQnt','SIatmFW ',
46       fileName(2) = 'iceDiag',
47      frequency(2) =  86400.,
48      missing_value(2) = -999.,
49    
50      fields(1:10,3) = 'SIarea  ','SIheff  ','THETA   ','SItices ',
51                       'SIqnet  ','SIqsw   ','SIempmr ','oceSflux',
52                       'SIatmQnt','SIatmFW ',
53       fileName(3) = 'snapshot',
54      frequency(3) = -86400.,
55      timePhase(3) =  -3600.,
56      missing_value(3) = -999.,
57    
58   &   &
59    
60  #--------------------  #--------------------
# Line 47  Line 75 
75  #                (see "available_diagnostics.log" file for the full list of diags)  #                (see "available_diagnostics.log" file for the full list of diags)
76  #--------------------  #--------------------
77   &DIAG_STATIS_PARMS   &DIAG_STATIS_PARMS
78  #stat_fields(1:5,1)  = 'ETAN    ','UVEL    ','VVEL    ','WVEL    ', 'THETA   ',  #- with pkg/thsice:
79  # stat_fName(1) = 'dynStDiag',  #stat_fields(1:12,1) = 'SI_Fract','SI_Thick','SI_SnowH','THETA   ',
80  #  stat_freq(1) = -36000.,  #stat_fields(1:11,1) = 'SI_Fract','SI_Thick','THETA   ',
81  # stat_phase(1) = 0.,  #                      'SI_Tsrf ','SI_Tice1','SI_Tice2',
82    #                      'SIflx2oc','SIfrw2oc','SIsaltFx',
83    #                      'SIflxAtm','SIfrwAtm',
84    #- with pkg/seaice:
85    #stat_fields(1:11,1) = 'SIarea  ','SIheff  ','SIhsnow ',
86     stat_fields(1:10,1) = 'SIarea  ','SIheff  ',
87                           'THETA   ','SItices ',
88    #                      'oceQnet ','oceQsw  ','oceFWflx','oceSflux',
89                           'SIqnet  ','SIqsw   ','SIempmr ','oceSflux',
90                           'SIatmQnt','SIatmFW ',
91      stat_fName(1) = 'iceStDiag',
92       stat_freq(1) = 43200.,
93      stat_phase(1) = 3600.,
94   &   &
   

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

  ViewVC Help
Powered by ViewVC 1.1.22