1 |
dcarroll |
1.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 |
|
|
|
19 |
|
|
frequency(1) = -21600., |
20 |
|
|
filename(1) = 'TS', |
21 |
|
|
fields(1,1) = 'THETA','SALT', |
22 |
|
|
|
23 |
|
|
frequency(2) = 21600., |
24 |
|
|
filename(2) = 'UVW', |
25 |
|
|
fields(1,2) = 'UE_VEL_C','VN_VEL_C','WVEL', |
26 |
|
|
|
27 |
|
|
frequency(3) = 21600., |
28 |
|
|
filename(3) = 'ETA', |
29 |
|
|
fields(1,3) = 'ETAN', |
30 |
|
|
|
31 |
|
|
frequency(4) = 21600., |
32 |
|
|
filename(4) = 'ICFht', |
33 |
|
|
fields(1,4) = 'ICFhtFlx','ICFfwFlx','ICFTR', |
34 |
|
|
|
35 |
|
|
frequency(5) = 21600., |
36 |
|
|
filename(5) = 'SHI', |
37 |
|
|
fields(1,5) = 'SHIhtFlx','SHIfwFlx','SHITR', |
38 |
|
|
& |
39 |
|
|
|
40 |
|
|
# Parameter for Diagnostics of per level statistics: |
41 |
|
|
#----------------- |
42 |
|
|
# for each output-stream: |
43 |
|
|
# stat_fname(n) : prefix of the output file name (only 8.c long) for |
44 |
|
|
#outp.stream n |
45 |
|
|
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
46 |
|
|
# > 0 : write time-average output every stat_freq seconds |
47 |
|
|
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
48 |
|
|
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
49 |
|
|
# stat_fields(:,n) : list of diagnostics fields (8.c) (see |
50 |
|
|
#"available_diagnostics.log" |
51 |
|
|
# file for the list of all available diag. in this particular |
52 |
|
|
#config) |
53 |
|
|
#----------------- |
54 |
|
|
&DIAG_STATIS_PARMS |
55 |
|
|
#- an example just to check the agreement with MONITOR output: |
56 |
|
|
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
57 |
|
|
# stat_fname(1)= 'dynStDiag', |
58 |
|
|
# stat_freq(1)= -864000., |
59 |
|
|
# stat_phase(1)= 0., |
60 |
|
|
& |