/[MITgcm]/MITgcm_contrib/bbl/input.bbl/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/bbl/input.bbl/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Thu Nov 18 04:00:05 2010 UTC (14 years, 8 months ago) by dimitri
Branch: MAIN
This is a first sketch of a bottom boundary layer parameterization
for MITgcm.  The hooks to main model currently reside with pkg/mypackage
and it is temporarily checked in MITgcm_contrib until it clears the
App Store vetting process.  Instructions on running a simple test
integration in a periodic channel are in MITgcm_contrib/bbl/readme.txt
and some output can be viewed using lookat_output.m in same directory.

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

  ViewVC Help
Powered by ViewVC 1.1.22