/[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.7 - (hide annotations) (download)
Mon Jan 18 09:14:42 2010 UTC (14 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62d
Changes since 1.6: +14 -74 lines
collect all diagnostics variables in order to reduce number of output
streams in order to avoid many netcdf file that have only one variable
in them, beacuse NEC SX8 requires a lot of RAM to create a netcdf, and
it makes running testreport awkward, when I need more than 32GB of RAM
for this little test

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     fields(1,3) = 'KPPghat ',
33     filename(3) = 'KPPghat',
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