We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The obsop break down when handling AVHRR obs at the location
rlon = 73.812500000000000 rlat = 79.854179382324219
The error trace back to
At line 188 of file common_obs_mom6.f90 Fortran runtime error: Index '37' of dimension 2 of array 'lat2d' above upper bound of 36
This error is caused by the grid interpolation subroutine phys2ijk
phys2ijk
Ocean-LETKF/src/obs/obsop_sst.f90
Lines 262 to 265 in 9e5bc65
It is probably due to the grid search in the tripolar coordinates.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The obsop break down when handling AVHRR obs at the location
The error trace back to
This error is caused by the grid interpolation subroutine
phys2ijk
Ocean-LETKF/src/obs/obsop_sst.f90
Lines 262 to 265 in 9e5bc65
It is probably due to the grid search in the tripolar coordinates.
The text was updated successfully, but these errors were encountered: