[Thread Prev][Thread Next][Index]

Re: [ferret_users] saving the file of ensemble members



Dear Satyesh,

thanks for your email. I will get back to you after trying this method. 

regards, saurabh

On Tue, Jul 17, 2018 at 9:31 PM, Satyesh Ghetiya <satyeshghetiya@xxxxxxxxx> wrote:
Hi Saurabh,

  You can use 'save' command with 'repeat' loop, every time listing just one subset of the full ensemble variable. For example if your variable is 'var', find the 'I' index range (by 'sh data') and use the following: 
 Suppose 'I' index ranges from 1 to 144, then your syntax will become as follows (you can further look what 'ilimits' and 'klimits' etc. does)  :

save/file=Yourfile.nc/ilimits=1:144/i=1 var[d=1];
repeat/range=2:144/name=aa (save/file=Yourfile.nc/append var[d=1,i=`aa`;])

I hope this is relevant and helps you.


On Tue, Jul 17, 2018 at 1:38 PM, saurabh rathore <rohitsrb2020@xxxxxxxxx> wrote:



--
Ghetiya Satyeshkumar Girdharbhai,
Scientist/Engineer 'SC',
OIBMD, OSG, ECSA,
NRSC,
Hyderabad.



--


REGARDS

Saurabh Rathore
Research Scholar (PhD.)
Centre For Oceans, Rivers, Atmosphere & Land Science Technology
Indian Institute Of Technology, Kharagpur
contact :- 91- 8345984434

[Thread Prev][Thread Next][Index]