/[MITgcm]/MITgcm_contrib/verification_other/global_oce_llc90/input/data.diagnostics_layers
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/global_oce_llc90/input/data.diagnostics_layers

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


Revision 1.2 - (show annotations) (download)
Fri May 22 18:19:39 2015 UTC (8 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65y, checkpoint65r, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.1: +2 -2 lines
- replace / with more conventional &

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 multiple of |frequency| (iter)
6 # > 0 : write time-average output every multiple of frequency (iter)
7 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
8 # when this entry is missing, select all common levels of this list
9 # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
10 # for the list of all available diag. in this particular config)
11 #--------------------------------------------------------------------
12 #
13 &diagnostics_list
14 #
15 dumpatlast = .TRUE.,
16 #
17 #---
18 frequency(1) = 2635200.0,
19 fields(1:8,1) = 'LaUH1SLT','LaVH1SLT','LaHw1SLT','LaHs1SLT',
20 'LaUH2TH ','LaVH2TH ','LaUH3RHO','LaVH3RHO',
21 filename(1) = 'diags/layersDiags',
22 #---
23 &
24 #
25 #
26 # Parameter for Diagnostics of per level statistics:
27 #-----------------
28 # for each output-stream:
29 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
30 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
31 # > 0 : write time-average output every stat_freq seconds
32 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
33 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
34 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
35 # file for the list of all available diag. in this particular config)
36 #-----------------
37 &DIAG_STATIS_PARMS
38 &

  ViewVC Help
Powered by ViewVC 1.1.22