/[MITgcm]/MITgcm_contrib/icefront/2D_example/input/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/icefront/2D_example/input/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Mon Mar 19 23:43:54 2012 UTC (13 years, 4 months ago) by yunx
Branch: MAIN
CVS Tags: HEAD
Checking in an example 2D (x-z) tidewater glacier configuration
of pkg/icefront with subglacial runoff.

1 # Diagnostic Package Choices
2 #
3 # 2-D fields:
4 # =================
5 #
6 # ETAN Perturbation of Surface (pressure, height) (Pa,m)
7 #
8 # monthly 3-D fields:
9 # ===================
10 #
11 # SALTanom Salt anomaly (=SALT-35; g/kg)
12 # THETA Potential Temperature (degC,K)
13 # UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s)
14 # VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s)
15 # WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s)
16 #
17 &diagnostics_list
18 frequency(1) = 3600,
19 fields(1,1) = 'ETAN ',
20 filename(1) = 'ETAN',
21 frequency(2) = 3600,
22 fields(1,2) = 'SALTanom',
23 filename(2) = 'SALTanom',
24 frequency(3) = 3600,
25 fields(1,3) = 'THETA ',
26 filename(3) = 'THETA',
27 frequency(4) = 3600,
28 fields(1,4) = 'UVELMASS',
29 filename(4) = 'UVELMASS',
30 frequency(6) = 3600.,
31 fields(1,6) = 'WVELMASS',
32 filename(6) = 'WVELMASS',
33 frequency(8) = 3600.,
34 fields(1,8) = 'ICFhtFlx',
35 filename(8) = 'ICFhtFlx',
36 frequency(9) = 3600.,
37 fields(1,9) = 'ICFfwFlx',
38 filename(9) = 'ICFfwFlx',
39 # frequency(10) = 3600.,
40 # fields(1,10) = 'TRAC01 ',
41 # filename(10) = 'TRAC01',
42 &
43
44 # Parameter for Diagnostics of per level statistics:
45 #-----------------
46 # for each output-stream:
47 # stat_fname(n) : prefix of the output file name (only 8.c long) for
48 #outp.stream n
49 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
50 # > 0 : write time-average output every stat_freq seconds
51 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
52 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
53 # stat_fields(:,n) : list of diagnostics fields (8.c) (see
54 #"available_diagnostics.log"
55 # file for the list of all available diag. in this particular
56 #config)
57 #-----------------
58 &DIAG_STATIS_PARMS
59 #- an example just to check the agreement with MONITOR output:
60 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
61 # stat_fname(1)= 'dynStDiag',
62 # stat_freq(1)= -864000.,
63 # stat_phase(1)= 0.,
64 &

  ViewVC Help
Powered by ViewVC 1.1.22