We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 914ff4b + 5bbfd1f commit 393ca29Copy full SHA for 393ca29
VERSION
@@ -1 +1 @@
1
-1.21.1
+1.21.2
src/mir/key/style/ECMWFStyle.cc
@@ -186,7 +186,8 @@ static std::string target_gridded_from_parametrisation(const param::MIRParametri
186
}
187
188
if (user.has("area")) {
189
- if (field.has("gridded_regular_ll") && user.has("grid") && !same_points(user, field)) {
+ std::vector<double> grid_v;
190
+ if (field.has("gridded_regular_ll") && same->get("grid", grid_v) && !same_points(user, field)) {
191
check_rotated_regular_ll();
192
return prefix + "regular-ll";
193
0 commit comments