/[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.3 - (hide annotations) (download)
Sat Jan 16 21:58:04 2010 UTC (14 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.2: +4 -42 lines
collect all diagnostics variables into one output stream 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 jmc 1.2 # This example dumps EXF diagnostics as snapshot after 30 days
14 heimbach 1.1 &diagnostics_list
15     dumpatlast = .TRUE.,
16     #
17 jmc 1.2 frequency(1) = -2592000.,
18 mlosch 1.3 fields(1,1) = 'EXFtaux ', 'EXFtauy ', 'EXFqnet ', 'EXFempmr',
19     'EXFhl ', 'EXFhs ', 'EXFswnet', 'EXFlwnet',
20     'EXFuwind', 'EXFvwind', 'EXFatemp',
21     filename(1) = 'diagsEXF',
22 heimbach 1.1 #
23     &
24    
25     # Parameter for Diagnostics of per level statistics:
26     #-----------------
27     # for each output-stream:
28     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
29     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
30     # > 0 : write time-average output every stat_freq seconds
31     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
32     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
33     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
34     # file for the list of all available diag. in this particular config)
35     #-----------------
36     &DIAG_STATIS_PARMS
37     #- an example just to check the agreement with MONITOR output:
38     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
39     # stat_fname(1)= 'dynStDiag',
40     # stat_freq(1)= -36000.,
41     # stat_phase(1)= 0.,
42     &

  ViewVC Help
Powered by ViewVC 1.1.22