Hey guys! I want to know why I can’t compile when using the example GYRE_PISCES with key_single specified, and the compilation error says there are some variables type mismatch.
If you use gcc : remove the compiler option -fdefault-real-8
If you use ifort : remove the compiler option -r8
you must clean the code that was already compiled during your first try.
Add clean or even clean_config at the end of your makenemo ... command line.
See makenemo -h
