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

PIO error in building (csm_share step) -compset X in CESM

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?
 
Top