Hi all,
I am trying to compile NEMO in order to run GYRE_BFM but it seems like it cannot find the config file arch_nemo.fcm in NEMO_TDIR/CUR_CONF/BLD/
Here’s the log error output
-e
WARNING: MY_GYRE configuration is already existing, we ignore “-r” & “-a” options
You are compiling an existing configuration MY_GYRE with sub-components: OCE TOP
Creating /Users/errutorculas/Developer/nemo_5.0/cfgs/MY_GYRE/WORK = /Users/errutorculas/Developer/nemo_5.0/src/OCE /Users/errutorculas/Developer/nemo_5.0/src/TOP for MY_GYRE
/Users/errutorculas/Developer/nemo_5.0/cfgs/MY_GYRE/MY_SRC content is linked to /Users/errutorculas/Developer/nemo_5.0/cfgs/MY_GYRE/WORK
Compilation
sed: -e: No such file or directory
sed: -e: No such file or directory
Unable to read config file “NEMO_TDIR/CUR_CONF/BLD/arch_nemo.fcm”, abort at /Users/errutorculas/Developer/nemo_5.0/ext/FCM/bin/…/lib/Fcm/ConfigSystem.pm line 531.
Build command started on Thu Jan 16 14:46:16 2025.
->Parse configuration: start
Config file (bld): /Users/errutorculas/Developer/nemo_5.0/cfgs/MY_GYRE/BLD/bld.cfg
ARCH FILE
This arch file was automatically created by ./build_arch-auto.sh
Thu Jan 16 11:11:21 PST 2025
%NCDF_C_PREFIX /opt/local
%NCDF_F_PREFIX /opt/local
%HDF5_PREFIX /opt/local
%XIOS_PREFIX /Users/errutorculas/Developer/trunk
%OASIS_PREFIX notdef
%PSYCLONE_HOME notdef
%NCDF_INC -I%NCDF_F_PREFIX/include -I%NCDF_C_PREFIX/include
%NCDF_LIB -L%NCDF_F_PREFIX/lib -lnetcdff -L%NCDF_C_PREFIX/lib -lnetcdf -L%HDF5_PREFIX/lib -lhdf5_hl -lhdf5 -lz -lm
%XIOS_INC -I%XIOS_PREFIX/inc
%XIOS_LIB -L%XIOS_PREFIX/lib -lxios -lstdc++
%OASIS_INC
%OASIS_LIB
%CPP cpp -Dkey_nosignedzero
%FC mpif90
%PROD_FCFLAGS -fdefault-real-8 -O3 -march=native -funroll-all-loops -fcray-pointer -ffree-line-length-none -fallow-argument-mismatch
%DEBUG_FCFLAGS -fdefault-real-8 -Og -g -fbacktrace -funroll-all-loops -fcray-pointer -ffree-line-length-none -fcheck=all -finit-real=nan -ffpe-trap=invalid,zero,overflow -ffpe-summary=invalid,zero,overflow -fallow-argument-mismatch
%FFLAGS %FCFLAGS
%LD %FC
%LDFLAGS -Wl,-rpath,%HDF5_PREFIX/lib -Wl,-rpath,%NCDF_F_PREFIX/lib -Wl,-rpath,%XIOS_PREFIX/lib
%FPPFLAGS -P -traditional
%AR ar
%ARFLAGS rs
%MK make
%USER_INC %XIOS_INC %OASIS_INC %NCDF_INC
%USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB
%CC gcc
%CFLAGS -O0 -fcommon
I would really appreciate your help. Thank you so much