You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling Clima with the gfortran-8 (packaged with gcc-8) the following compilation error occours:
CLIMA/RRTM/rrtatm.f:878:38:
CALL CMPALT(2,PTMP,TTMP,
1
Error: Actual argument contains too few elements for dummy argument 'pm' (2/3400) at (1)
CLIMA/RRTM/rrtatm.f:943:32:
which is repeated for all of the calls of CMPALT in rrtatm.f
This can be fixed by using the legacy flag in ClimaMake by adding the -std=legacy flag to FCFLAG
The text was updated successfully, but these errors were encountered:
When compiling Clima with the gfortran-8 (packaged with gcc-8) the following compilation error occours:
which is repeated for all of the calls of
CMPALT
inrrtatm.f
This can be fixed by using the legacy flag in
ClimaMake
by adding the-std=legacy
flag toFCFLAG
The text was updated successfully, but these errors were encountered: