Project

General

Profile

Split time dimension into levels

Added by H Pal over 6 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


Replies (1)

RE: Split time dimension into levels - Added by Karin Meier-Fleischer over 6 years ago

Hi,

it is not usual to use the levels for time, so in my opinion there is no way to do this.

-Karin

    (1-1/1)