Hi everyone, I am new to using MPAS.I tried to run a simulation with a 60-3km variable resolution and got a series of output files.
Output streams I wrote: io_type="pnetcdf,cdf5" for large files.
But I can't use the "CDO sinfon" command, or "ncdump" or other way to view the basic information of the data.
There was an error that reports "not a valid cdm file"(from panoply)
I also tried the MPAS_convert program, and it reported an error:
However, static files that can be opened via "cdo sinfon" can be converted by mpas_convert.
Thank you!
Output streams I wrote: io_type="pnetcdf,cdf5" for large files.
But I can't use the "CDO sinfon" command, or "ncdump" or other way to view the basic information of the data.
Code:
cdo sinfon: Open failed on >ea_cptp.init.nc<
Unsupported file type
Code:
ncdump: ea_cptp.init.nc: NetCDF: Unknown file format
There was an error that reports "not a valid cdm file"(from panoply)
I also tried the MPAS_convert program, and it reported an error:
Code:
Error: Problems opening input file /home/yycheng/diag.2012-06-20_00.00.00.nc
This could result from an input file with no unlimited dimension.
However, static files that can be opened via "cdo sinfon" can be converted by mpas_convert.
Thank you!