Issues with Compilation Errors in CMAQv51+ Using KPP 3.1.1 and gfortran #109
Unanswered
Caroramirezz
asked this question in
Q&A
Replies: 2 comments
-
|
This problem seems to be identical to that shown here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
When upgrading from an older KPP version to KPP 3, please read also https://kpp.readthedocs.io/en/stable/getting_started/00_revision_history.html#kpp-3-0-0 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello KPP Community,
I'm currently working with a project originally written in KPP 2.2.3 and I've been encountering some issues when trying to compile the code with different versions of gfortran and KPP.
Setup:
Initial Setup: KPP 3.1.1 with the latest version of gfortran
Errors Encountered: When compiling, I encountered multiple "no IMPLICIT type" errors related to symbols in my Fortran code.
Attempted Fixes:
Downgraded gfortran to version 7.1: The initial error was replaced by a different set of issues related to the compiler not finding f951.
Switched KPP versions to 2.4 (oldest .tar file I could find): I continued to face similar issues, indicating that the problem might be related to either the gfortran version or incompatibilities between the KPP versions.
Given that the original code was written in KPP 2.2.3, I'm trying to determine the best combination of KPP and gfortran versions to use to successfully compile and run the code.
Has anyone faced similar issues? Any guidance on how to resolve this would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions