noaa-ocs-modeling / CoastalApp

CoastalApp will be deprecated. Please switch to https://github.com/oceanmodeling/ufs-coastal . CoastalApp is a NUOPC application implemented following UFS best practices to couple coastal ocean models and other domains (Sea Ice, Atmosphere, Wave, Inland Hydrology, ...)
https://github.com/oceanmodeling/ufs-coastal
Creative Commons Zero v1.0 Universal
13 stars 32 forks source link

CoastalApp Compilation fails on PAHM on femto #157

Open platipodium opened 1 year ago

platipodium commented 1 year ago

Compilation on femto of the complete system fails upon PAHM

./build.sh -plat femto --compiler intel --component "pahm atmesh adcirc schism ww3 ww3data" --tp parmetis
pahm_mod.F90(15): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PAHM_MESH]
  USE PaHM_Mesh
------^
pahm_mod.F90(107): error #6404: This name does not have a type, and must have an explicit type.   [NP]
    theData%numNd = np

I would guess that this error is related to environment variable handling ...

platipodium commented 1 year ago

Also fails on strand (even using clean)

./build.sh -plat strand -compiler intel -component "SCHISM PAHM ADCIRC WW3 WW3DATA ATMESH" -y --clean -2

pahm_mod.F90(15): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [PAHM_MESH]
  USE PaHM_Mesh