-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
obs converter argument mismatch: quickskat, NSIDC, GSI2DART #352
Comments
i4 passed to i8 for various state_structure_mod calls is also going need to be fixed. |
i8 to i4 conversion for gfortran in model_mod. See issue NCAR#352 for more details on various argument mismatches we will need to fix for newer compilers
quick note on quikscat build, type mismatch. Will open as a separate issue /__w/DART/DART/observations/obs_converters/quikscat/quikscat_JPL_mod.f90:873:47: 815 | retn=sfrdata(sds_id,start,stride,edge,buffer) |
correction, have to use |
gfortran --version
GNU Fortran (GCC) 11.2.0
quikscat
GSI2DART/enkf/mpi_readobs.f90
These GSI2DART bugs will be moved to their own issue as they are not a problem with Fortran standards but rather just a general issue with the MPI implementation in this code which needs a complete refactor.
NSIDC
AIRS (there is a lot in this)
The text was updated successfully, but these errors were encountered: