/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input/data.diagnostics
ViewVC logotype

Diff of /MITgcm/verification/hs94.cs-32x32x5/input/data.diagnostics

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

revision 1.11 by edhill, Wed May 25 04:03:10 2005 UTC revision 1.12 by edhill, Mon Sep 26 16:40:10 2005 UTC
# Line 9  Line 9 
9  #                 when this entry is missing, select all common levels of this list  #                 when this entry is missing, select all common levels of this list
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    #  fileflags(n) : 8-char string containing per-file flags (a 'D' in the first
13    #                 character means double precision and its generally a good idea
14    #                 for second-moment diagnostics to avoid precision loss)
15  #-----------------  #-----------------
16   &diagnostics_list   &diagnostics_list
17    diag_mnc     = .TRUE.,    diag_mnc     = .TRUE.,
# Line 16  Line 19 
19     levels(1,1) = 1.,     levels(1,1) = 1.,
20     fields(1,1) = 'ETAN    ','ETANSQ  ','DETADT2 ',     fields(1,1) = 'ETAN    ','ETANSQ  ','DETADT2 ',
21     filename(1) = 'surfDiag',     filename(1) = 'surfDiag',
22    #   fileflags(1)= 'D       ',
23    frequency(2) = 2592000.,    frequency(2) = 2592000.,
24     levels(1,2) = 1.,2.,3.,4.,5.,     levels(1,2) = 1.,2.,3.,4.,5.,
25     fields(1,2) = 'UVEL    ','VVEL    ','WVEL    ','THETA   ','SHAP_dU ',     fields(1,2) = 'UVEL    ','VVEL    ','WVEL    ','THETA   ','SHAP_dU ',
26     filename(2) = 'dynDiag',     filename(2) = 'dynDiag',
27    #   fileflags(2)= 'D       ',
28    frequency(3) = 2592000.,    frequency(3) = 2592000.,
29     levels(1,3) = 1.,2.,3.,4.,5.,     levels(1,3) = 1.,2.,3.,4.,5.,
30     fields(1,3) = 'UVELSQ  ','VVELSQ  ','THETASQ ','UV_VEL_C',     fields(1,3) = 'UVELSQ  ','VVELSQ  ','THETASQ ','UV_VEL_C',
31                   'UTHMASS ','VTHMASS ','WVELTH  ',                   'UTHMASS ','VTHMASS ','WVELTH  ',
32     filename(3) = 'secmoms',     filename(3) = 'secmoms',
33    #   fileflags(3)= 'D       ',
34   &   &
35    
36  # Parameter for Diagnostics of per level statistics:  # Parameter for Diagnostics of per level statistics:

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

  ViewVC Help
Powered by ViewVC 1.1.22