Added by H Pal over 7 years ago
Hi,
I have a nc file with 20 years of data structured like this:
dimensions:
lev = UNLIMITED ; // (2 currently)
lon = 1 ;
lat = 1 ;
time = 3650 ;
Where time represents a daily dataset that goes for 10 years. The lev dimension represents year1 and year2
I would like to have more levels so that each one represents 1 year. So that I end up with
lev = 20
time=365
Any suggestions?
Many thanks
Hi,
it is not usual to use the levels for time, so in my opinion there is no way to do this.
-Karin