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

Contents 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.5 - (show annotations) (download)
Thu Feb 2 23:57:44 2012 UTC (12 years, 2 months ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63j, checkpoint63k, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +6 -5 lines
 revering some 1D input files after accidental  commit

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 # 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
28 frequency(2) = 86400,
29 fields(1:3,2) = 'SIarea ','SIheff ','SIhsnow ',
30 filename(2) = 'ICE_avg_daily',
31
32 frequency(4) = 86400,
33 fields(1:4) = 'SIdHbATO','SIdHbATC','SIdHbOCN','SIdSbOCN'
34 filename(4) = 'ICE_avg_daily_2',
35
36 frequency(5) = 86400,
37 fields(1:4,5) = 'SIdAbATO','SIdAbATC','SIdAbOCN','SIdA ',
38 filename(5) = 'ICE_avg_daily_3',
39
40 frequency(6) = 86400,
41 fields(1:3,6) = 'SIaQbATC','SIaQbATO','SIaQbOCN',
42 filename(6) = 'ICE_avg_daily_4',
43
44 frequency(7) = 86400,
45 fields(1:4,7) = 'SIqnet ','SIqsw ','SIqneto ','SIqneti ',
46 filename(7) = 'ICE_avg_daily_qnet',
47
48
49 # frequency(8) = 86400,
50 # fields(1,8) = 'KPPdiffS','KPPviscA',,'KPPdiffT',
51 # filename(8) = 'KPP_avg_weekly',
52
53 frequency(9) = 86400,
54 fields(1:2,9) = 'THETA','SALT',
55 filename(9) = 'Main_3D_avg_daily',
56
57 # frequency(10) = 86400,
58 # fields(1,10) = 'SIuice ','SIfu ',
59 # filename(10) = 'ICE_U_avg_daily',
60
61 # frequency(11) = 86400,
62 # fields(1,11) = 'SIvice ','SIfv ',
63 # filename(11) = 'ICE_V_avg_daily',
64
65
66
67 #
68 &
69
70 # Parameter for Diagnostics of per level statistics:
71 #-----------------
72 # for each output-stream:
73 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
74 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
75 # > 0 : write time-average output every stat_freq seconds
76 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
77 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
78 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
79 # file for the list of all available diag. in this particular config)
80 #-----------------
81 &DIAG_STATIS_PARMS
82 #- an example just to check the agreement with MONITOR output:
83 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
84 # stat_fname(1)= 'dynStDiag',
85 # stat_freq(1)= -86400.,
86 # stat_phase(1)= 0.,
87 &

  ViewVC Help
Powered by ViewVC 1.1.22