miketsukuba@gmail_com
New Member
Hi,I'm new to CESM 1-2-2-1,I tried to build the case for -compset X on Ubuntuand in the building csm_share I have received the error of pio as:cesm1_2_2_1/models/drv/shr/seq_io_mod.F90:1170:58: rcode = pio_def_dim(cpl_io_file,'time',PIO_UNLIMITED,dimid(1)) 1Error: Symbol ‘pio_unlimited’ at (1) has no IMPLICIT type I guess it is similar to the:https://bb.cgd.ucar.edu/building-ubuntu-compiling-fails but could not succeed. Attached please find macro and log files. Kind RegardsMike--------------------------------------------------------------Jedwards@ replied:You get that error when you fail to link successfullyto a netcdf and/or pnetcdf library.This line in Macros are almost certainly incorrect:NETCDF_PATH:= /usr/binit should probably be /usr ------------------------------------------------------------I changed NETCDF_PATH:=/usr and also SLIBS+=# -L$(LIB_NETCDF) -lnetcdff -lnetcdf $(shell $(NETCDF_PATH)/bin/nc-config --flibs) (/bin was missing) but still I receive the same error.BTW, I changed gmake to make in the GNU make command in env_build.xml file as:Could it be cause of other errors?