bahls@arsc_edu
New Member
We are attempting to run a CESM case (res=T31_T31 / compset=F) and the code is crashing a few seconds after starting with the following error:
14 n65
15 n65
pio_support::pio_die:: myrank= 1 : ERROR: ionf_mod.F90:
211 : Invalid argument
This error is coming from the "atm" code and seems to be netcdf related, but we're unsure what the "Invalid argument" error is telling us.
We were able to track down the netcdf that's being read when this error is produced (using strace) and it is:
${DIN_LOC_ROOT_CSMDATA}/data/atm/cam/inic/gaus/cami_0000-01-01_48x96_L26_c091218.nc
This file appears to have valid header information.
We're using PGI-9.0.4, OpenMPI-1.4.1 and netcdf-3.6.3 (compiled with PGI) using
the "midnight" machine as a template.
If you have any thoughts on how we might resolve this issue, we'd appreciate any input.
Don
14 n65
15 n65
pio_support::pio_die:: myrank= 1 : ERROR: ionf_mod.F90:
211 : Invalid argument
This error is coming from the "atm" code and seems to be netcdf related, but we're unsure what the "Invalid argument" error is telling us.
We were able to track down the netcdf that's being read when this error is produced (using strace) and it is:
${DIN_LOC_ROOT_CSMDATA}/data/atm/cam/inic/gaus/cami_0000-01-01_48x96_L26_c091218.nc
This file appears to have valid header information.
We're using PGI-9.0.4, OpenMPI-1.4.1 and netcdf-3.6.3 (compiled with PGI) using
the "midnight" machine as a template.
If you have any thoughts on how we might resolve this issue, we'd appreciate any input.
Don