/[MITgcm]/MITgcm/verification/lab_sea/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/input/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Fri Jul 1 04:12:29 2005 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57r_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57l_post
Start including diagnostics package to lab_sea
(next step needs to be to start seaice_diagnostics)

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 frequency(1) = -36000.,
17 fields(1,1) = 'EXFtaux ',
18 filename(1) = 'EXFtaux ',
19 #
20 frequency(2) = -36000.,
21 fields(1,2) = 'EXFtauy ',
22 filename(2) = 'EXFtauy ',
23 #
24 frequency(3) = -36000.,
25 fields(1,3) = 'EXFqnet ',
26 filename(3) = 'EXFqnet ',
27 #
28 frequency(4) = -36000.,
29 fields(1,4) = 'EXFempmr',
30 filename(4) = 'EXFempmr',
31 #
32 frequency(5) = -36000.,
33 fields(1,5) = 'EXFhl ',
34 filename(5) = 'EXFhl ',
35 #
36 frequency(6) = -36000.,
37 fields(1,6) = 'EXFhs ',
38 filename(6) = 'EXFhs ',
39 #
40 frequency(7) = -36000.,
41 fields(1,7) = 'EXFswnet',
42 filename(7) = 'EXFswnet',
43 #
44 frequency(8) = -36000.,
45 fields(1,8) = 'EXFlwnet',
46 filename(8) = 'EXFlwnet',
47 #
48 frequency(9) = -36000.,
49 fields(1,9) = 'EXFuwind',
50 filename(9) = 'EXFuwind',
51 #
52 frequency(10) = -36000.,
53 fields(1,10) = 'EXFvwind',
54 filename(10) = 'EXFvwind',
55 #
56 frequency(11) = -36000.,
57 fields(1,11) = 'EXFatemp',
58 filename(11) = 'EXFatemp',
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)= -36000.,
78 # stat_phase(1)= 0.,
79 &

  ViewVC Help
Powered by ViewVC 1.1.22