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 30 forks source link

Model 'atmesh' was requested, but is not available in the executable ./NEMS-schism_atmesh.x #164

Open platipodium opened 1 year ago

platipodium commented 1 year ago

After compiling CoastalApp including ATMESH (e.g. --component "SCHISM ATMESH") and seeing that at ATMESH is build, resulting in the executable NEMS-schism_atmesh.x, execution fails:

20230205 175947.890 TRACE            PET3  ESMF_LogSet() !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
20230205 175947.890 TRACE            PET3  ESMF_LogSet() !!!       TRACING is disabled         !!!
20230205 175947.890 TRACE            PET3  ESMF_LogSet() !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
20230205 175947.905 ERROR            PET3 module_EARTH_GRID_COMP.F90:4032 Not valid  -  Model 'atmesh' was requested, but is not available in the executable!
20230205 175947.905 ERROR            PET3 EARTH grid component01:src/addon/NUOPC/src/NUOPC_Driver.F90:788 Not valid  - Passing error in return code
20230205 175947.905 ERROR            PET3 EARTH grid component01:src/addon/NUOPC/src/NUOPC_Driver.F90:478 Not valid  - Passing error in return code
20230205 175947.905 ERROR            PET3 module_NEMS_GRID_COMP.F90:668 Not valid  - Breaking out of subroutine
20230205 175947.905 ERROR            PET3 MAIN_NEMS.F90:476 Not valid  - Aborting NEMS
20230205 175947.905 INFO             PET3 Finalizing ESMF

This occurs on Mac-darwing conda built, but I've seen it on other systems, too.