Re: netCDF problem with rev 14 : LFS support absent?
Posted: Tue Nov 16, 2010 11:22 am
Further details:
This is the end of ndb.kindx for a well-behaved run (well-behaved in the sense that everything works normally: r_setup is created, no largedb needed since this is a coarse grid, no netcdf error, classic netcdf offset)
Now I post the end of ndb.kindx for the guilty run, whose errors I have already reported in the previous posts (just to remind: no netcdf error produced after rev 16, run ends at 95% wrongly without producing readable errors, this is a large file written with 64 offset)
As you can see from the comparison, something is wrong and the file is not created correctly. Indeed io_disconnect was never called for this run by ioQINDX as my prints showed you.
Marco
This is the end of ndb.kindx for a well-behaved run (well-behaved in the sense that everything works normally: r_setup is created, no largedb needed since this is a coarse grid, no netcdf error, classic netcdf offset)
Code: Select all
-bash-3.2$ ncdump ndb.kindx |tail
15, 15, 15, 15, 15, 9, 9, 9, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 9,
9, 15, 15, 15, 15, 15, 15, 15, 15, 15, 9, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 8, 9, 9, 9,
15, 15, 15, 15, 15, 9, 9, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 9,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 8, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 8, 15, 15, 15, 15, 15, 15,
15, 15, 15, 15, 15, 15, 8, 15, 15, 8 ;
}
Code: Select all
-bash-3.2$ ncdump ndb.kindx |tail
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
1, 1, 1, 1, 1, 1, 1
Marco