Hei all,

I'm currently writing some code which copies netcdf-files via PDL::NetCDF. (It interecepts at certain creteria, so I can't use a filesystem 'cp', but that's of no interest for now.)

I had some problems while defining the dimensions of the new file:

The 'getdimensionnames' function changes the order of dimensions (it receives them via a hash.)

I couldn't find the 'UNLIMITED' dimension.


I managed to solve this problems temporary using the $nc->{DIMIDS} hash and the $nc->{UNLIMDIM} variable, so all information exists already under the hood.

Maybe I'm just doing things to complicated?

Best regards,

Heiko


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to