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

Contents of /MITgcm/verification/MLAdjust/input/data.diagnostics

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


Revision 1.2 - (show annotations) (download)
Tue Sep 20 21:01:30 2005 UTC (19 years, 9 months ago) by baylor
Branch: MAIN
Changes since 1.1: +8 -0 lines
Adding clean version of mom_calc_visc and viscAhRemax and viscA4Remax params.

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 &diagnostics_list
14 diag_mnc=.TRUE.,
15 frequency(1) = 86400.,
16 fields(1,1) = 'UVELSLT ','VVELSLT ','WVELSLT ',
17 filename(1) = 'spiceflx',
18 frequency(2) = 86400.,
19 fields(1,2) = 'UVELTH ','VVELTH ','WVELTH ',
20 filename(2) = 'thetaflx',
21 frequency(3) = 86400.,
22 fields(1,3) = 'VISCAHD ','VISCA4D ','VISCAHZ ','VISCA4Z ',
23 'VAHDMAX ','VA4DMAX ','VAHZMAX ','VA4ZMAX ',
24 'VAHDMIN ','VA4DMIN ','VAHZMIN ','VA4ZMIN ',
25 'VAHDLTH ','VA4DLTH ','VAHZLTH ','VA4ZLTH ',
26 'VAHDLTHD','VA4DLTHD','VAHZLTHD','VA4ZLTHD',
27 'VAHDSMAG','VA4DSMAG','VAHZSMAG','VA4ZSMAG',
28 filename(3) = 'visc',
29 &
30
31
32 # Parameter for Diagnostics of per level statistics:
33 #-----------------
34 # for each output-stream:
35 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
36 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
37 # > 0 : write time-average output every stat_freq seconds
38 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
39 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
40 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
41 # file for the list of all available diag. in this particular config)
42 #-----------------
43 &DIAG_STATIS_PARMS
44 #- an example just to check the agreement with MONITOR output:
45 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
46 # stat_fname(1)= 'dynStDiag',
47 # stat_freq(1)= -864000.,
48 # stat_phase(1)= 0.,
49 &

  ViewVC Help
Powered by ViewVC 1.1.22