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

Annotation of /MITgcm_contrib/dfer/cpl_aim+ocn_fast/input_atm/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:49:37 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) = 'DiagAtmEta',
17     fields(1,1) = 'ETAN ','ETANSQ ',
18    
19     frequency(2) = 31104000.,
20     filename(2) = 'DiagAtmTave',
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    
26     frequency(3) = 31104000.,
27     filename(3) = 'DiagAtmExtra',
28     fields(1,3) = 'UVELMASS','VVELMASS','UTHMASS ','VTHMASS ',
29     'USLTMASS','VSLTMASS','UVELPHI ','VVELPHI ',
30     'momKE ','DIABT ','DIABQ ','RELHUM ',
31    
32     frequency(4) = 31104000.,
33     filename(4) = 'DiagAim',
34     fields(1,4) = 'UFLUX ','VFLUX ','TSR ','OLR ',
35     'RADSWG ','RADLWG ','HFLUX ','EVAP ',
36     'PRECON ','PRECLS ','CLDFRC ','CLDPRS ',
37     'CLDMAS ','DRAG ','WINDS ','TS ',
38     'QS ','ENPREC ','ALBVISDF','DTSIMPL ',
39    
40     frequency(5) = 2592000.,
41     filename(5) = 'DiagIce',
42     fields(1,5) = 'SI_Fract','SI_Thick','SI_SnowH','SI_Tsrf ',
43     'SI_Tice1','SI_Tice2','SI_Qice1','SI_Qice2',
44     'SIalbedo','SIsnwAge','SIsnwPrc','SIflx2oc',
45     'SIfrw2oc',
46    
47     frequency(6) =-31104000.,
48     timePhase(6) = 0.,
49     filename(6) = 'DiagAtmEtai',
50     fields(1,6) = 'RSURF ',
51    
52     frequency(7) =-31104000.,
53     timePhase(7) = 0.,
54     filename(7) = 'DiagAtmTHi',
55     fields(1,7) = 'THETA ',
56    
57     &
58    
59     &DIAG_STATIS_PARMS
60     &

  ViewVC Help
Powered by ViewVC 1.1.22