This commit is contained in:
张壹 2025-05-10 12:51:01 +08:00
parent 51deb618aa
commit 2c5a28d27d
5 changed files with 64802 additions and 64802 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,7 @@ int read_shc_file()
// Prepare observation sites // Prepare observation sites
int init_observations() int init_observations()
{ {
grid_points_2d(obsp, -179.5, 179.5, -89.5, 89.5, 1.0, 1.0, 1737.4 + 30.0, TopLeft); grid_points_2d(obsp, -179.5, 179.5, -89.5, 89.5, 1.0, 1.0, 1737.4 + 100.0, TopLeft);
std::cout << "Done initializing obervations points\n"; std::cout << "Done initializing obervations points\n";
return 0; return 0;