This commit is contained in:
2025-05-12 10:41:04 +08:00
parent 613c73c812
commit 3377641ee3
14 changed files with 32 additions and 19 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)