/[MITgcm]/MITgcm_contrib/dfer/cpl_aim+ocn_fast/input_ocn/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/dfer/cpl_aim+ocn_fast/input_ocn/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Thu Jul 6 18:41:58 2006 UTC (19 years, 1 month ago) by dfer
Branch: MAIN
CVS Tags: HEAD
Initial check-in of the Super hyper fast version of the coupled model

1 dfer 1.1 # Diagnostic Package Choices
2     #-----------------
3     # for each output-stream:
4     # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5     # frequency(n):< 0 : write snap-shot output every |frequency| seconds
6     # > 0 : write time-average output every frequency seconds
7     # timePhase(n) : write at time = timePhase + multiple of |frequency|
8     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
9     # 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
11     # for the list of all available diag. in this particular config)
12     #-----------------
13     &diagnostics_list
14    
15     frequency(1) = 31104000.,
16     filename(1) = 'DiagOcnEta',
17     fields(1,1) = 'ETAN ','ETANSQ ',
18    
19     frequency(2) = 31104000.,
20     filename(2) = 'DiagOcnTave',
21     fields(1,2) = 'UVEL ','VVEL ','WVEL ','THETA ',
22     'SALT ','UVELTH ','VVELTH ','WVELTH ',
23     'UVELSLT ','VVELSLT ','WVELSLT ','THETASQ ',
24     'UVELSQ ','VVELSQ ','UV_VEL_C','PHIHYD ',
25     'CONVADJ ',
26    
27     frequency(3) = 31104000.,
28     filename(3) = 'DiagOcnExtra',
29     fields(1,3) = 'UVELMASS','VVELMASS','UTHMASS ','VTHMASS ',
30     'USLTMASS','VSLTMASS',
31    
32     frequency(4) = 31104000.,
33     filename(4) = 'DiagOcnGM',
34     fields(1,4) = 'GM_Kux ','GM_Kvy ','GM_Kwx ','GM_Kwy ',
35     'GM_Kwz ','GM_KuzTz','GM_KvzTz',
36    
37     frequency(5) =-31104000.,
38     timePhase(5) = 0.,
39     filename(5) = 'DiagOcnEtai',
40     fields(1,5) = 'RSURF ',
41    
42     frequency(6) =-31104000.,
43     timePhase(6) = 0.,
44     filename(6) = 'DiagOcnTHi',
45     fields(1,6) = 'THETA ',
46     &
47    
48     &DIAG_STATIS_PARMS
49     &

  ViewVC Help
Powered by ViewVC 1.1.22