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

Annotation of /MITgcm/verification/offline_exf_seaice/input/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Sat Jun 23 15:02:21 2007 UTC (16 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i
New verification experiment to run exf and/or seaice as stand-alone;
input is atmospheric state and SST field
o only routine in mods/ is the_main_loop
o monitor output tricked to enable testreport to probe
  exf fluxes and seaice state
results/ output to change soon to account for
1. realistic SST field
2. no interpolation in time (unique field at each timestep)
3. precision on faulks

1 heimbach 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     frequency(1) = -36000.,
20     fields(1,1) = 'EXFtaux ',
21     filename(1) = 'EXFtaux ',
22     #
23     frequency(2) = -36000.,
24     fields(1,2) = 'EXFtauy ',
25     filename(2) = 'EXFtauy ',
26     #
27     frequency(3) = -36000.,
28     fields(1,3) = 'EXFqnet ',
29     filename(3) = 'EXFqnet ',
30     #
31     frequency(4) = -36000.,
32     fields(1,4) = 'EXFempmr',
33     filename(4) = 'EXFempmr',
34     #
35     frequency(5) = -36000.,
36     fields(1,5) = 'EXFhl ',
37     filename(5) = 'EXFhl ',
38     #
39     frequency(6) = -36000.,
40     fields(1,6) = 'EXFhs ',
41     filename(6) = 'EXFhs ',
42     #
43     frequency(7) = -36000.,
44     fields(1,7) = 'EXFswnet',
45     filename(7) = 'EXFswnet',
46     #
47     frequency(8) = -36000.,
48     fields(1,8) = 'EXFlwnet',
49     filename(8) = 'EXFlwnet',
50     #
51     frequency(9) = -36000.,
52     fields(1,9) = 'EXFuwind',
53     filename(9) = 'EXFuwind',
54     #
55     frequency(10) = -36000.,
56     fields(1,10) = 'EXFvwind',
57     filename(10) = 'EXFvwind',
58     #
59     frequency(11) = -36000.,
60     fields(1,11) = 'EXFatemp',
61     filename(11) = 'EXFatemp',
62     #
63     &
64    
65     # Parameter for Diagnostics of per level statistics:
66     #-----------------
67     # for each output-stream:
68     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
69     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
70     # > 0 : write time-average output every stat_freq seconds
71     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
72     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
73     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
74     # file for the list of all available diag. in this particular config)
75     #-----------------
76     &DIAG_STATIS_PARMS
77     #- an example just to check the agreement with MONITOR output:
78     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
79     # stat_fname(1)= 'dynStDiag',
80     # stat_freq(1)= -36000.,
81     # stat_phase(1)= 0.,
82     &

  ViewVC Help
Powered by ViewVC 1.1.22