-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdg_grid_regions_define_basic.m
55 lines (45 loc) · 2.91 KB
/
dg_grid_regions_define_basic.m
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
function region = dg_grid_regions_define_basic
% synposis: function region = dg_grid_regions_define_basic
%
% this function is called by dg_grid_regions_ncasts_monthly.m
% DG 2017-12-26
region = [];
region(1).label = 'SNE';
%region(1).lon = [-70, -70, -70.544, -71.5034, -72.2848, -71.5034];
%region(1).lat = [40, 40.7537, 41.1418, 41.1418, 40.7537, 39.8582];
region(1).lon = [-70, -70, -71.02379, -71.803099, -71.88708, -72.4060, -71.2699, -70];
region(1).lat = [39.55, 41.2697, 41.55261, 41.44175, 41.074622, 40.8968, 39.5765, 39.55];
region(2).label = 'NYB1';
%region(2).lon = [-71.5034, -72.2848, -73.0485, -74.0253, -72.6933];
%region(2).lat = [39.8582, 40.7537, 40.574, 39.7836, 38.8881];
region(2).lon = [-71.2699, -72.4060, -73.9595, -74.1005, -72.4335, -71.2699];
region(2).lat = [39.5765, 40.8968, 40.5902, 39.8399, 38.7224, 39.5765];
region(3).label = 'NYB2';
%region(3).lon = [-72.6933, -74.0253, -75.0020, -73.7589];
%region(3).lat = [38.8881, 39.7836, 38.7090, 38.0075];
region(3).lon = [-72.4335, -74.1005, -75.068616, -73.37602, -72.4335];
region(3).lat = [38.7224, 39.8399, 38.75436, 37.7167, 38.7224];
region(4).label = 'SS1';
%region(4).lon = [-73.7589, -75.0020, -75.0020, -75.8367, -74.4693, -74.3627];
%region(4).lat = [38.0075, 38.7090, 38.3358, 37.2612, 37.0075, 37.3657];
region(4).lon = [-73.3760, -75.068616, -75.8367, -73.98192, -73.3760];
region(4).lat = [37.7167, 38.75436, 37.2612, 36.87062, 37.7167];
region(5).label = 'SS2';
%region(5).lon = [-74.493, -75.8367, -75.9966, -75.2862, -75.1974, -74.5403];
%region(5).lat = [37.0075, 37.2612, 36.9925, 35.3358, 35.3358, 35.9925];
region(5).lon = [-73.98192, -75.8367, -76.02073, -75.36677, -74.3666, -73.98192];
region(5).lat = [36.87062, 37.2612, 36.90654, 35.230329, 35.61346, 36.87062];
region(6).label = 'MAB';
region(6).lon = [-70, -70, -71.02379, -71.803099, -71.88708, -72.4060, -73.9595, -74.1005, -75.068616, -75.8367, -76.02073, -75.36677, -74.3666, -73.98192, -73.3760, -72.4335, -71.2699, -70];
region(6).lat = [39.55, 41.2697, 41.55261, 41.44175, 41.074622, 40.8968, 40.5902, 39.8399, 38.75436, 37.2612, 36.90654, 35.230329, 35.61346, 36.87062, 37.7167, 38.7224, 39.5765, 39.55];
region(7).label = 'GB';
%region(6).lon = [-69, -69, -66.5, -66.5];
%region(6).lat = [40.6, 42.2, 42.2, 40.6];
region(7).lon = [-68.9971, -68.9971, -68.39713, -67.53589, -66.17145, -65.416655, -66.500464, -67.56492, -68.51325, -68.9971];
region(7).lat = [40.61436, 41.34471, 41.91941, 42.20676, 42.24268, 41.71587, 40.530550, 40.063606, 39.84809, 40.61436];
region(8).label = 'ENE';
region(8).lon = [-68.51325, -68.9971, -68.9971, -70, -70, -68.51325];
region(8).lat = [39.84809, 40.61436, 41.34471, 41.2697, 39.55, 39.84809];
region(9).label = 'GOM';
region(9).lon = [-68.9971, -70, -71.1572, -70.1955, -67.9136, -67.0905, -66.51, -66.17145, -67.53589, -68.39713, -68.9971];
region(9).lat = [41.34471, 41.7, 42.4879, 43.8169, 44.6210, 44.7885, 43.6, 42.24268, 42.20676, 41.91941, 41.34471];