Calling /home/csp/my_cesm_sandbox_beta/components/cmeps/cime_config/buildnml
ERROR: ESMFMKFILE not found None
<config_compilers version="2.0">
<!-- customize these fields as appropriate for your
system. Examples are prodived for Mac OS X systems with
homebrew and macports. -->
<environment_variables comp_interface="nuopc">
<env name="ESMFMKFILE">/Users/sacks/ESMF/esmf8.2.0b18/lib/libO/Darwin.gfortranclang.64.mpich3.default/esmf.mk</env>
</environment_variables>
<compiler COMPILER="intel" MACH="csp">
<!-- homebrew -->
<CPPDEFS>
<append>-DFORTRANUNDERSCORE -DNO_R16</append>
</CPPDEFS>
<LDFLAGS>
<append compile_threaded="TRUE"> -fopenmp</append>
</LDFLAGS>
<!-- brew install gcc without-multilib cmake mpich hdf5 enable-fortran netcdf enable-fortran -->
<SFC> ifort </SFC>
<SCC> icc </SCC>
<SCXX> icpc </SCXX>
<MPIFC> mpiifort </MPIFC>
<MPICC> mpiicc </MPICC>
<MPICXX> mpiicpc</MPICXX>
<CXX_LINKER>FORTRAN</CXX_LINKER>
<SUPPORTS_CXX>TRUE</SUPPORTS_CXX>
<NETCDF_PATH>/usr/local/netcdf</NETCDF_PATH>
<SLIBS>
<append>$(shell $(NETCDF_PATH)/bin/nf-config --flibs)</append>
</SLIBS>
</compiler>
</config_compilers>