/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/1D_ocean_ice_column/input/data.diagnostics

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


Revision 1.2 - (hide annotations) (download)
Fri Jun 17 21:24:47 2011 UTC (12 years, 11 months ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62z
Changes since 1.1: +26 -25 lines
data.diagnostics

1 ifenty 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     # This example dumps all KPP diagnostics as
14     # a snapshot after ten time steps
15     &diagnostics_list
16     #
17     dumpatlast = .TRUE.,
18     #
19    
20 ifenty 1.2 # frequency(1) = 86400,
21     # fields(1,1) = 'EXFuwind','EXFvwind','EXFlwdn', 'EXFswdn','EXFatemp','EXFaqh','EXFevap','EXFpreci','EXFempmr','EXFhl ','EXFhs ',
22     # filename(1) = 'EXF_avg_daily',
23    
24     # frequency(3) = 86400.,
25     # fields(1,3) = 'EXFqnet ','EXFswnet','EXFlwnet',
26     # filename(3) = 'EXF_net_avg_daily',
27 ifenty 1.1
28 ifenty 1.2 frequency(2) = 86400,
29     fields(1:3,2) = 'SIarea ','SIheff ','SIhsnow ',
30 ifenty 1.1 filename(2) = 'ICE_avg_daily',
31    
32 ifenty 1.2 frequency(4) = 86400,
33     fields(1:3,4) = 'SIdHbATO','SIdHbATC','SIdHbOCN',
34 ifenty 1.1 filename(4) = 'ICE_avg_daily_2',
35    
36 ifenty 1.2 frequency(4) = 86400,
37     fields(1:4,4) = 'SIdAbATO','SIdAbATC','SIdAbOCN','SIdA ',
38     filename(4) = 'ICE_avg_daily_3',
39 ifenty 1.1
40 ifenty 1.2
41     # frequency(8) = 86400,
42     # fields(1,8) = 'KPPdiffS','KPPviscA',,'KPPdiffT',
43     # filename(8) = 'KPP_avg_weekly',
44    
45     frequency(9) = 86400,
46     fields(1:2,9) = 'THETA','SALT',
47 ifenty 1.1 filename(9) = 'Main_3D_avg_daily',
48    
49 ifenty 1.2 # frequency(10) = 86400,
50     # fields(1,10) = 'SIuice ','SIfu ',
51     # filename(10) = 'ICE_U_avg_daily',
52 ifenty 1.1
53 ifenty 1.2 # frequency(11) = 86400,
54 ifenty 1.1 # fields(1,11) = 'SIvice ','SIfv ',
55     # filename(11) = 'ICE_V_avg_daily',
56    
57    
58    
59     #
60     &
61    
62     # Parameter for Diagnostics of per level statistics:
63     #-----------------
64     # for each output-stream:
65     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
66     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
67     # > 0 : write time-average output every stat_freq seconds
68     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
69     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
70     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
71     # file for the list of all available diag. in this particular config)
72     #-----------------
73     &DIAG_STATIS_PARMS
74     #- an example just to check the agreement with MONITOR output:
75     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
76     # stat_fname(1)= 'dynStDiag',
77 ifenty 1.2 # stat_freq(1)= -86400.,
78 ifenty 1.1 # stat_phase(1)= 0.,
79     &

  ViewVC Help
Powered by ViewVC 1.1.22