Error: Function 'findloc' at (1) has no IMPLICIT type #676
Unanswered
Blissful-Jasper
asked this question in
Q&A
Replies: 1 comment
-
Hi @xpji, findloc is a Fortran intrinsic introduced in the Fortran 2008 standard. If you can, I'd recommend updating your compiler (gfortran version 9+) If you cannot use a newer compiler, you can add this findloc routine to DART/assimilation_code/modules/assimilation/algorithm_info_mod.f90 Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,all
When I tried to compile the Lorenz 63 mode following the official website:
https://docs.dart.ucar.edu/en/stable/guide/compiling-dart.html
I found the following error.
I'm not sure if this error is related to my netcdf path setting, hope to get your answer.
here's my mkmf.template:
Beta Was this translation helpful? Give feedback.
All reactions