katmm@live_unc_edu
New Member
Good afternoon,I am working on porting CESM2.0.1 on my university's cluster, with intel/17.2 compiler and mvapich2-2.3rc1 MPI libraries. The simulation I am trying to run is compset FCSD, resolution f09_f09_mg17. While trying to run the model, I am getting an error associated with ionf_mod.F90 and the message "NetCDF: Unknown file format" (see attached cesm.log), somewhat similar to the problem discussed here: https://bb.cgd.ucar.edu/not-netcdf-error-ionfmodf90. Like this topic, I can't tell which input file is attempting to be opened when the error is thrown.I have tried to solve this problem several different ways: switching PIO_TYPENAME to "netcdf" as suggested in https://bb.cgd.ucar.edu/not-netcdf-error-ionfmodf90; implementing the fixes associated with the FCSD compset at https://bb.cgd.ucar.edu/known-issues-cesm20-cam-chem-compsets; trying to locate the input file that's causing the issue myself based on atm_in (all files are either opened successfully based on the attached log or are located in my inputdata file, i.e. it doesn't seem that anything failed to download from svn repository).Any help is much appreciated! Attached are my cesm.log, atm.log, and some build logs.