-
Notifications
You must be signed in to change notification settings - Fork 7
/
ow_config.txt
executable file
·97 lines (72 loc) · 2.34 KB
/
ow_config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
% ===============================
%
% Climatology Data Input Paths
%
HISTORICAL_DIRECTORY=/home/awong/argo/OW/data/climatology
HISTORICAL_CTD_PREFIX=/historical_ctd/ctd_
HISTORICAL_BOTTLE_PREFIX=/historical_bot/bot_
HISTORICAL_ARGO_PREFIX=/argo_profiles/argo_
% ===============================
%
% Float Input Path
%
FLOAT_SOURCE_DIRECTORY=/home/awong/argo/OW/data/float_source/
FLOAT_SOURCE_POSTFIX=.mat
% ===============================
%
% Mapping Output Path
%
FLOAT_MAPPED_DIRECTORY=/home/awong/argo/OW/data/float_mapped/
FLOAT_MAPPED_PREFIX=map_
FLOAT_MAPPED_POSTFIX=.mat
% ===============================
%
% Calibration Output Path
%
FLOAT_CALIB_DIRECTORY=/home/awong/argo/OW/data/float_calib/
FLOAT_CALIB_PREFIX=cal_
FLOAT_CALSERIES_PREFIX=calseries_
FLOAT_CALIB_POSTFIX=.mat
% ===============================
%
% Diagnostic Plots Output Path
%
FLOAT_PLOTS_DIRECTORY=/home/awong/argo/OW/data/float_plots/
% ===============================
%
% Constants File Path
%
CONFIG_DIRECTORY=/home/awong/argo/OW/data/constants/
CONFIG_COASTLINES=coastdat.mat
CONFIG_WMO_BOXES=wmo_boxes.mat
CONFIG_SAF=TypicalProfileAroundSAF.mat
% ===============================
%
% Objective Mapping Parameters
%
% In the subpolar North Atlantic, it is recommended to use scales of:
% MAPSCALE_LONGITUDE_LARGE=3.2 MAPSCALE_LONGITUDE_SMALL=2,
% MAPSCALE_LATITUDE_LARGE=2 MAPSCALE_LATITUDE_SMALL=1,
% MAPSCALE_PHI_LARGE=0.1 MAPSCALE_PHI_SMALL=0.02 (MAP_USE_PV=1)
% MAPSCALE_AGE_LARGE=2 and MAPSCALE_AGE_SMALL=0.69
% max number of historical casts used in objective mapping
CONFIG_MAX_CASTS=300
% 1=use PV constraint, 0=don't use PV constraint, in objective mapping
MAP_USE_PV=0
% 1=use SAF separation criteria, 0=don't use SAF separation criteria, in objective mapping
MAP_USE_SAF=0
% spatial decorrelation scales, in degrees
MAPSCALE_LONGITUDE_LARGE=6
MAPSCALE_LONGITUDE_SMALL=3
MAPSCALE_LATITUDE_LARGE=3
MAPSCALE_LATITUDE_SMALL=1
% cross-isobath scales, dimensionless, see BS(2005)
MAPSCALE_PHI_LARGE=0.5
MAPSCALE_PHI_SMALL=0.1
% temporal decorrelation scale, in years
MAPSCALE_AGE_LARGE=20
MAPSCALE_AGE_SMALL=10
% exclude the top xxx dbar of the water column
MAP_P_EXCLUDE=200
% only use historical data that are within +/- yyy dbar from float data
MAP_P_DELTA=250