You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run VIC.5.1.0.rc2/vic/drivers/image and it gives me the following error:
../shared_image/src/get_nc_dimension.c:42: errno: NetCDF: Invalid dimension ID or name: Error getting dimension id MISSING in /home/edna/Desktop/datosedna/domain_file.nc
I have already checked my domain_file.nc several times
and has the correct dimensions ands names:
<class 'netCDF4._netCDF4.Dataset'>
root group (NETCDF3_64BIT_OFFSET data model, file format NETCDF3):
history: Thu Aug 25 12:05:31 2022: ncks -6 domain_file.nc netCDF3_64bit_offset.nc
NCO: netCDF Operators version 4.9.1 (Homepage = http://nco.sf.net/, Code = http://github.com/nco/nco)
dimensions(sizes): lat(107), lon(99), month(12)
variables(dimensions): float64 AREA(lat, lon), float64 FRAC(lat, lon), int32 MASK(lat, lon), float64 dur(month, lat, lon), float64 lat(lat), float64 lon(lon) , int32 month(month), float64 t_pk(month, lat, lon)
groups:
Try running the program using the sample data from
FindleyLake and the error is the same.
Does anyone know how I can correct the error or what is the cause?
The text was updated successfully, but these errors were encountered:
I am trying to run VIC.5.1.0.rc2/vic/drivers/image and it gives me the following error:
../shared_image/src/get_nc_dimension.c:42: errno: NetCDF: Invalid dimension ID or name: Error getting dimension id MISSING in /home/edna/Desktop/datosedna/domain_file.nc
I have already checked my domain_file.nc several times
and has the correct dimensions ands names:
<class 'netCDF4._netCDF4.Dataset'>
root group (NETCDF3_64BIT_OFFSET data model, file format NETCDF3):
history: Thu Aug 25 12:05:31 2022: ncks -6 domain_file.nc netCDF3_64bit_offset.nc
NCO: netCDF Operators version 4.9.1 (Homepage = http://nco.sf.net/, Code = http://github.com/nco/nco)
dimensions(sizes): lat(107), lon(99), month(12)
variables(dimensions): float64 AREA(lat, lon), float64 FRAC(lat, lon), int32 MASK(lat, lon), float64 dur(month, lat, lon), float64 lat(lat), float64 lon(lon) , int32 month(month), float64 t_pk(month, lat, lon)
groups:
Try running the program using the sample data from
FindleyLake and the error is the same.
Does anyone know how I can correct the error or what is the cause?
The text was updated successfully, but these errors were encountered: