[Thread Prev][Thread Next][Index]

Re: [ferret_users] cumulative distribution curve



 I guess you created the nc file from a text file else you may list it to a file .  Add zeros to years which are not having occurrences  and actual values for years where there is data.  Then define a time axis with unit as year and define  grid with the time axis first and read data in to grid.. 
Later you can use set var/bad=0 to mask the missing data.. 
Sincerely, 
Sudheer 

On Mon, Dec 2, 2019, 21:38 gopika suresh <gopikasurvay@xxxxxxxxx> wrote:
Dear sudheer, 
Thanks for the clarification. But how it is possible to put date stamp against each occurrences? 

Thanks
Gopika 

On Mon, 2 Dec 2019 at 9:26 PM, Sudheer Joseph <sjo.india@xxxxxxxxx> wrote:
Hi Gopika,
                    Basic issue here is that you have just 36( in file and reading 33 as per your code)  points in your data file and you are defining a grid with length of 201 and trying to read data in to it  your data is not 2d but 1d only. Ferret will not be able to understand which years among the 201 years you have occurrences un


--
Gopz
--
Gopz

[Thread Prev][Thread Next][Index]