This commit is contained in:
2025-09-03 12:55:19 +08:00
parent 613c73c812
commit ea91e2e867
13 changed files with 26 additions and 21 deletions

View File

@@ -266,7 +266,7 @@ Please see instructions or contact the author for more information.");
}
gctl::save_netcdf_grid(grid_name, out_data, xnum, ynum, xmin, dx, ymin, dy,
label_index[0], label_index[1], label_index[2]);
gctl::BtmLeft, label_index[0], label_index[1], label_index[2]);
std::string save_dataname;
if (col_index.size() > 1)
@@ -302,7 +302,7 @@ Please see instructions or contact the author for more information.");
}
gctl::save_netcdf_grid(grid_name, out_data, xnum, ynum, xmin, dx, ymin, dy,
label_index[0], label_index[1], label_index[2]);
gctl::BtmLeft, label_index[0], label_index[1], label_index[2]);
std::string save_dataname;
if (col_index.size() > 3)