/[MITgcm]/MITgcm/verification/solid-body.cs-32x32x1/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm/verification/solid-body.cs-32x32x1/input/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Mon Oct 27 19:42:26 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p, checkpoint61f, checkpoint61g, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
add diagnostics

1 # Diagnostic Package Choices
2 #-----------------
3 # dumpAtLast (logical): always write output at the end of simulation (default=F)
4 # diag_mnc (logical): write to NetCDF files (default=useMNC)
5 #--for each output-stream:
6 # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
7 # frequency(n):< 0 : write snap-shot output every |frequency| seconds
8 # > 0 : write time-average output every frequency seconds
9 # timePhase(n) : write at time = timePhase + multiple of |frequency|
10 # averagingFreq : frequency (in s) for periodic averaging interval
11 # averagingPhase : phase (in s) for periodic averaging interval
12 # repeatCycle : number of averaging intervals in 1 cycle
13 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
14 # when this entry is missing, select all common levels of this list
15 # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
16 # file for the list of all available diag. in this particular config)
17 # mising_value : missing value for floats in output
18 # mising_value_int : missing value for integers in output
19 # fileflags (8c string) : specific code for output file
20 #-----------------
21 &DIAGNOSTICS_LIST
22 # diag_mnc = .FALSE.,
23 frequency(1) = 21600.,
24 # timePhase(1) = 0.,
25 filename(1) = 's_Diag',
26 fields(1,1) = 'SALT ','SALTSQ ',
27 &
28
29 # Parameter for Diagnostics of per level statistics:
30 #-----------------
31 # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
32 # diagSt_regMaskFile : file containing the region-mask to read-in
33 # nSetRegMskFile : number of region-mask sets within the region-mask file
34 # set_regMask(i) : region-mask set-index that identifies the region "i"
35 # val_regMask(i) : region "i" identificator value in the region mask
36 #--for each output-stream:
37 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
38 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
39 # > 0 : write time-average output every stat_freq seconds
40 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
41 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
42 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
43 # file for the list of all available diag. in this particular config)
44 #-----------------
45 &DIAG_STATIS_PARMS
46 # an example just to check the agreement with MONITOR output:
47 stat_fields(1,1)= 'ETAN ','momKE ',
48 # 'DETADT2 ',
49 'SALT ','SALTSQ ',
50 stat_fname(1)= 'dynStDiag',
51 stat_freq(1)= -21600.,
52 stat_phase(1)= 0.,
53 &

  ViewVC Help
Powered by ViewVC 1.1.22