Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Build error while compiling with POP2

Hi, I am trying to build CAM with pop2 ocean component, go this error.I couldn't trace back to the problem which is causing it. Any idea how to get over this. Attached the build log file and build commands below./configure -nc_inc /gpfs1/home/Libs/INTEL/NETCDF4/netcdf-4.1.3/include -nc_lib /gpfs1/home/Libs/INTEL/NETCDF4/netcdf-4.1.3/lib -fc mpiifort -target_os linux -fc_type intel -spmd -cc mpiicc -dyn fv -hgrid 1.9x2.5 -microphys mg1 -pbl uw -phys cam5 -ntasks 512 -ocn pop2 gmake -j64 2>&1 | tee LOG-gmake ++++++++++++++++++++++++ifort: command line warning #10212: -fp-model precise evaluates in source precision with Fortran./iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90(46): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [OCN_COMP_MCT]   use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct-------^/iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist.   [OCN_INIT_MCT]   use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct---------------------------^/iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist.   [OCN_RUN_MCT]   use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct-----------------------------------------^/iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist.   [OCN_FINAL_MCT]   use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct------------------------------------------------------^/iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90(1129): error #6632: Keyword arguments are invalid without an explicit interface.   [NLFILENAME]                            NLFilename=NLFilename )----------------------------^compilation aborted for /iitm2/cccr-res/karumuri/charan/new_test/cesm1_2_0/models/drv/driver/ccsm_comp_mod.F90 (code 1)gmake: *** [ccsm_comp_mod.o] Error 1 ++++++++++++++++++++++++ Thank you. Charan Teja
 
Top