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

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

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


Revision 1.8 - (hide annotations) (download)
Sat Apr 3 22:33:07 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.7: +2 -2 lines
diagnostics 'KPPghat ' has been replaces by 'KPPghatK' (= KPPghat*KPPdiffKzS
        = ratio of KPP non-local (salt) flux relative to surface-flux)

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 heimbach 1.4 #
17     dumpatlast = .TRUE.,
18     #
19 heimbach 1.1 frequency(1) = -36000.,
20 mlosch 1.7 fields(1,1) = 'EXFtaux ', 'EXFtauy ', 'EXFqnet ', 'EXFempmr',
21     'EXFhl ', 'EXFhs ', 'EXFswnet', 'EXFlwnet',
22     'EXFuwind', 'EXFvwind', 'EXFatemp',
23     filename(1) = 'diagsEXF',
24     #
25     frequency(2) = 36000.,
26     fields(1,2) = 'SIarea ', 'SIheff ', 'SIhsnow ',
27     'SIuice ', 'SIvice ', 'KPPhbl ',
28     'MXLDEPTH',
29     filename(2) = 'diagsSRF',
30     #
31     frequency(3) = 36000.,
32 jmc 1.8 fields(1,3) = 'KPPghatK',
33     filename(3) = 'KPPghatK',
34 heimbach 1.5 #
35 heimbach 1.1 &
36    
37     # Parameter for Diagnostics of per level statistics:
38     #-----------------
39     # for each output-stream:
40     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
41     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
42     # > 0 : write time-average output every stat_freq seconds
43     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
44     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
45     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
46     # file for the list of all available diag. in this particular config)
47     #-----------------
48     &DIAG_STATIS_PARMS
49     #- an example just to check the agreement with MONITOR output:
50 edhill 1.3 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
51 heimbach 1.1 # stat_fname(1)= 'dynStDiag',
52     # stat_freq(1)= -36000.,
53     # stat_phase(1)= 0.,
54     &

  ViewVC Help
Powered by ViewVC 1.1.22