1 |
yunx |
1.1 |
# Diagnostic Package Choices |
2 |
|
|
# |
3 |
|
|
# daily 2-D fields: |
4 |
|
|
# ================= |
5 |
|
|
# |
6 |
|
|
# ETAN Perturbation of Surface (pressure, height) (Pa,m) |
7 |
|
|
# PHIBOT ocean bottom pressure / top. atmos geo-Potential |
8 |
|
|
# oceTAUX zonal surface wind stress, >0 increases uVel (N/m^2) |
9 |
|
|
# oceTAUY meridional surf. wind stress, >0 increases vVel (N/m^2) |
10 |
|
|
# surForcT model surface forcing for Temperature, >0 increases theta (W/m^2) |
11 |
|
|
# oceQsw net Short-Wave radiation (+=down), >0 increases theta (W/m^2) |
12 |
|
|
# surForcS model surface forcing for Salinity, >0 increases salinity (g/m^2/s) |
13 |
|
|
# UVEL_k1 Zonal Component of Velocity at level 1 (m/s) |
14 |
|
|
# VVEL_k1 Meridional Component of Velocity at level 1 (m/s) |
15 |
|
|
# |
16 |
|
|
# monthly 2-D fields: |
17 |
|
|
# =================== |
18 |
|
|
# |
19 |
|
|
# EXFhs Sensible heat flux into ocean, >0 increases theta (W/m^2) |
20 |
|
|
# EXFhl Latent heat flux into ocean, >0 increases theta (W/m^2) |
21 |
|
|
# EXFlwnet Net upward longwave radiation, >0 decreases theta (W/m^2) |
22 |
|
|
# oceFWflx net surface Fresh-Water flux into ocean, >0 decreases salinity (kg/m^2/s) |
23 |
|
|
# oceSflux net surface Salt flux into the ocean, >0 increases salinity (g/m^2/s) |
24 |
|
|
# oceQnet net surface heat flux into the ocean, >0 increases theta (W/m^2) |
25 |
|
|
# SRELAX surface salinity relaxation, >0 increases salt (g/m^2/s) |
26 |
|
|
# TFLUX total heat flux (match heat-content variations), >0 increases theta (W/m^2) |
27 |
|
|
# SFLUX total salt flux (match salt-content variations), >0 increases salt (g/m^2/s) |
28 |
|
|
# |
29 |
|
|
# monthly 3-D fields: |
30 |
|
|
# =================== |
31 |
|
|
# |
32 |
|
|
# SALTanom Salt anomaly (=SALT-35; g/kg) |
33 |
|
|
# THETA Potential Temperature (degC,K) |
34 |
|
|
# UVELMASS Zonal Mass-Weighted Comp of Velocity (m/s) |
35 |
|
|
# VVELMASS Meridional Mass-Weighted Comp of Velocity (m/s) |
36 |
|
|
# WVELMASS Vertical Mass-Weighted Comp of Velocity (m/s) |
37 |
|
|
# |
38 |
|
|
&diagnostics_list |
39 |
|
|
frequency(1) = 600, |
40 |
|
|
fields(1,1) = 'ETAN ', |
41 |
|
|
filename(1) = 'ETAN', |
42 |
|
|
frequency(2) = 600, |
43 |
|
|
fields(1,2) = 'SALTanom', |
44 |
|
|
filename(2) = 'SALTanom', |
45 |
|
|
frequency(3) = 600, |
46 |
|
|
fields(1,3) = 'THETA ', |
47 |
|
|
filename(3) = 'THETA', |
48 |
|
|
frequency(4) = 600, |
49 |
|
|
fields(1,4) = 'UVELMASS', |
50 |
|
|
filename(4) = 'UVELMASS', |
51 |
|
|
frequency(5) = 600, |
52 |
|
|
fields(1,5) = 'VVELMASS', |
53 |
|
|
filename(5) = 'VVELMASS', |
54 |
|
|
frequency(6) = 600., |
55 |
|
|
fields(1,6) = 'WVELMASS', |
56 |
|
|
filename(6) = 'WVELMASS', |
57 |
|
|
frequency(8) = 600., |
58 |
|
|
fields(1,8) = 'ICFhtFlx', |
59 |
|
|
filename(8) = 'ICFhtFlx', |
60 |
|
|
frequency(9) = 600., |
61 |
|
|
fields(1,9) = 'ICFfwFlx', |
62 |
|
|
filename(9) = 'ICFfwFlx', |
63 |
|
|
# frequency(10) = 3600., |
64 |
|
|
# fields(1,10) = 'TRAC01 ', |
65 |
|
|
# filename(10) = 'TRAC01', |
66 |
|
|
& |
67 |
|
|
|
68 |
|
|
# Parameter for Diagnostics of per level statistics: |
69 |
|
|
#----------------- |
70 |
|
|
# for each output-stream: |
71 |
|
|
# stat_fname(n) : prefix of the output file name (only 8.c long) for |
72 |
|
|
#outp.stream n |
73 |
|
|
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds |
74 |
|
|
# > 0 : write time-average output every stat_freq seconds |
75 |
|
|
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq| |
76 |
|
|
# stat_region(:,n) : list of "regions" (default: 1 region only=global) |
77 |
|
|
# stat_fields(:,n) : list of diagnostics fields (8.c) (see |
78 |
|
|
#"available_diagnostics.log" |
79 |
|
|
# file for the list of all available diag. in this particular |
80 |
|
|
#config) |
81 |
|
|
#----------------- |
82 |
|
|
&DIAG_STATIS_PARMS |
83 |
|
|
#- an example just to check the agreement with MONITOR output: |
84 |
|
|
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ', |
85 |
|
|
# stat_fname(1)= 'dynStDiag', |
86 |
|
|
# stat_freq(1)= -864000., |
87 |
|
|
# stat_phase(1)= 0., |
88 |
|
|
& |