/[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.1 - (show annotations) (download)
Mon Mar 28 15:50:51 2011 UTC (13 years, 1 month ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62w, checkpoint62v, checkpoint62y, checkpoint62x
added 1D_ocean ice column verification experiment files to repo

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

  ViewVC Help
Powered by ViewVC 1.1.22