1 |
# Diagnostic Package Choices |
2 |
# |
3 |
# daily 2-D fields: |
4 |
# ==================== |
5 |
# |
6 |
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
7 |
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
8 |
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
9 |
# |
10 |
# daily 3-D fields: |
11 |
# ================= |
12 |
# |
13 |
# SALTanom Salt anomaly (=SALT-35; g/kg) |
14 |
# THETA Potential Temperature (degC) |
15 |
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
16 |
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
17 |
# |
18 |
&diagnostics_list |
19 |
frequency(1) = 86400., |
20 |
fields(1,1) = 'oceTAUX ', |
21 |
filename(1) = 'oceTAUX', |
22 |
frequency(2) = 86400., |
23 |
fields(1,2) = 'oceTAUY ', |
24 |
filename(2) = 'oceTAUY', |
25 |
frequency(3) = 86400., |
26 |
fields(1,3) = 'ETAN ', |
27 |
filename(3) = 'ETAN', |
28 |
frequency(19) = 86400., |
29 |
fields(1,19) = 'SALTanom', |
30 |
filename(19) = 'SALTanom', |
31 |
frequency(20) = 86400., |
32 |
fields(1,20) = 'THETA ', |
33 |
filename(20) = 'THETA', |
34 |
frequency(21) = 86400., |
35 |
fields(1,21) = 'UVELMASS', |
36 |
filename(21) = 'UVELMASS', |
37 |
frequency(22) = 86400., |
38 |
fields(1,22) = 'VVELMASS', |
39 |
filename(22) = 'VVELMASS', |
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 |
& |