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

CESM error about pio_support

I encoutered a problem when I run the CESM. The attached is the log file of ccsm. The error is:

Opened existing file cam_initial_0002.nc -1
Opened existing file cam_initial_0005.nc -1
Opened existing file cam_initial_0006.nc -1
Opened existing file cam_initial_0009.nc -1
Opened existing file cam_initial_0003.nc -1

abort:
abort:
abort:
pio_support::pio_die:: myrank= -1 : ERROR: nf_mod.F90: 1216 :
PNETCDF not enabled in the build

I don't know the error is about the ncdata (cam_initial_0002.nc cam_initial_0005.nc ...) or about pio library?

ps: when I build the executable, I use "./xmlchange PIO_TYPENAME=pnetcdf"

$ grep -r "PIO_TYPENAME" *.xml
env_run.xml:entry id="PIO_TYPENAME" value="pnetcdf"
env_run.xml:entry id="OCN_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="LND_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="ROF_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="ICE_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="ATM_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="CPL_PIO_TYPENAME" value="nothing"
env_run.xml:entry id="GLC_PIO_TYPENAME" value="nothing"
 
Top