@@ -53,73 +53,81 @@ this:lnsp a bald:Array ;
53
53
54
54
this:co2_latitude_ref a bald:Reference,
55
55
bald:Subject ;
56
- bald:array this:latitude ;
57
- bald:childBroadcast ( 1 1 181 1 ) .
56
+ bald:sourceShape ( 1 60 181 360 ) ;
57
+ bald:target this:latitude ;
58
+ bald:targetReshape ( 1 1 181 1 ) ;
59
+ bald:targetShape ( 181 ) .
58
60
59
61
this:co2_levelist_ref a bald:Reference,
60
62
bald:Subject ;
61
- bald:array this:levelist ;
62
- bald:childBroadcast ( 1 60 1 1 ) .
63
+ bald:sourceShape ( 1 60 181 360 ) ;
64
+ bald:target this:levelist ;
65
+ bald:targetReshape ( 1 60 1 1 ) ;
66
+ bald:targetShape ( 60 ) .
63
67
64
68
this:co2_longitude_ref a bald:Reference,
65
69
bald:Subject ;
66
- bald:array this:longitude ;
67
- bald:childBroadcast ( 1 1 1 360 ) .
70
+ bald:sourceShape ( 1 60 181 360 ) ;
71
+ bald:target this:longitude ;
72
+ bald:targetReshape ( 1 1 1 360 ) ;
73
+ bald:targetShape ( 360 ) .
68
74
69
75
this:co2_time_ref a bald:Reference,
70
76
bald:Subject ;
71
- bald:array this:time ;
72
- bald:childBroadcast ( 1 1 1 1 ) .
77
+ bald:sourceShape ( 1 60 181 360 ) ;
78
+ bald:target this:time ;
79
+ bald:targetReshape ( 1 1 1 1 ) ;
80
+ bald:targetShape ( 1 ) .
73
81
74
82
this:lnsp_latitude_ref a bald:Reference,
75
83
bald:Subject ;
76
- bald:array this:latitude ;
77
- bald:childBroadcast ( 1 1 181 1 ) .
84
+ bald:sourceShape ( 1 60 181 360 ) ;
85
+ bald:target this:latitude ;
86
+ bald:targetReshape ( 1 1 181 1 ) ;
87
+ bald:targetShape ( 181 ) .
78
88
79
89
this:lnsp_levelist_ref a bald:Reference,
80
90
bald:Subject ;
81
- bald:array this:levelist ;
82
- bald:childBroadcast ( 1 60 1 1 ) .
91
+ bald:sourceShape ( 1 60 181 360 ) ;
92
+ bald:target this:levelist ;
93
+ bald:targetReshape ( 1 60 1 1 ) ;
94
+ bald:targetShape ( 60 ) .
83
95
84
96
this:lnsp_longitude_ref a bald:Reference,
85
97
bald:Subject ;
86
- bald:array this:longitude ;
87
- bald:childBroadcast ( 1 1 1 360 ) .
98
+ bald:sourceShape ( 1 60 181 360 ) ;
99
+ bald:target this:longitude ;
100
+ bald:targetReshape ( 1 1 1 360 ) ;
101
+ bald:targetShape ( 360 ) .
88
102
89
103
this:lnsp_time_ref a bald:Reference,
90
104
bald:Subject ;
91
- bald:array this:time ;
92
- bald:childBroadcast ( 1 1 1 1 ) .
105
+ bald:sourceShape ( 1 60 181 360 ) ;
106
+ bald:target this:time ;
107
+ bald:targetReshape ( 1 1 1 1 ) ;
108
+ bald:targetShape ( 1 ) .
93
109
94
- this:latitude a bald:Array,
95
- bald:Reference ;
96
- bald:array this:latitude ;
110
+ this:latitude a bald:Array ;
97
111
bald:first_value 90.0 ;
98
112
bald:last_value -90.0 ;
99
113
bald:shape ( 181 ) ;
100
114
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/latitude/> ;
101
115
NetCDF:units " degrees_north" .
102
116
103
- this:levelist a bald:Array,
104
- bald:Reference ;
105
- bald:array this:levelist ;
117
+ this:levelist a bald:Array ;
106
118
bald:first_value 1 ;
107
119
bald:last_value 60 ;
108
120
bald:shape ( 60 ) ;
109
121
NetCDF:long_name " model_level_number" .
110
122
111
- this:longitude a bald:Array,
112
- bald:Reference ;
113
- bald:array this:longitude ;
123
+ this:longitude a bald:Array ;
114
124
bald:first_value 0.0 ;
115
125
bald:last_value 359.0 ;
116
126
bald:shape ( 360 ) ;
117
127
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
118
128
NetCDF:units " degrees_east" .
119
129
120
- this:time a bald:Array,
121
- bald:Reference ;
122
- bald:array this:time ;
130
+ this:time a bald:Array ;
123
131
bald:first_value " 2006-04-01T00:00:00" ^^xsd:dateTime ;
124
132
bald:shape ( 1 ) ;
125
133
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/time/> ;
0 commit comments