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

Contents of /MITgcm/verification/1D_ocean_ice_column/input_ad/data.diagnostics

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


Revision 1.3 - (show annotations) (download)
Thu Jun 23 17:43:29 2011 UTC (12 years, 10 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, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, 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.2: +6 -6 lines
Update on 1D ocean-ice verification experiment.
 - Make model truly 1x1 instead of 5x5 with all but center cell masked out
 - update data.diagnostics to reflect change of standard

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:3,4) = 'SIdHbATO','SIdHbATC','SIdHbOCN',
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
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 filename(9) = 'Main_3D_avg_daily',
48
49 # frequency(10) = 86400,
50 # fields(1,10) = 'SIuice ','SIfu ',
51 # filename(10) = 'ICE_U_avg_daily',
52
53 # frequency(11) = 86400,
54 # 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 # stat_freq(1)= -86400.,
78 # stat_phase(1)= 0.,
79 &

  ViewVC Help
Powered by ViewVC 1.1.22