metno / emep-ctm

Open Source EMEP/MSC-W model
GNU General Public License v3.0
27 stars 18 forks source link

fail to open Logan_P.nc #35

Closed FlorenceLi closed 6 years ago

FlorenceLi commented 6 years ago

I am currently trying to run EMEP rv4-15(base run). It failed to open netCDF file “Logan_P.nc”

BC: O3 Mace Head correction for year  2015
 WARNING SET LATFUNC TO CONSTANT 1
 file does not exist: Logan_P.ncNetCDF: HDF error                                                               
 STOP-ALL ERROR: ReadField_CDF : file needed but not found
application called MPI_Abort(MPI_COMM_WORLD, 9) - process 0

And then I tried to open the file with ncview, it showed:

ncview: can't recognize format of input file /home/emep/EMEP_MSC-W_model.rv4.15.OpenSource/input/Logan_P.nc

Any idea to solve this problem? Thanks.

avaldebe commented 6 years ago

It looks like the file was corrupted on download or unpacking. Can you check the md5 signature of the file? I run it with

md5sum EMEP_MSC-W_model.rv4.15.OpenSource/input/Logan_P.nc

and get:

15f926017da279a755a5c2b5f5be5226  EMEP_MSC-W_model.rv4.15.OpenSource/input/Logan_P.nc
FlorenceLi commented 6 years ago

I checked the md5 signature of the file and got a different value, then I downloaded the input files again and replaced the Logan.nc. The file can be opened now. I really appreciate your replying.