memory problem

From: FV <fillipavarino_at_nyahnyahspammersnyahnyah>
Date: Mon Jul 21 2014 - 01:29:01 MDT

Dear all
 I am trying to run a scrip that computes wind from vorticity like this:


cdf_file = addfile ( "filename.grb" ,"r" )
vrt = cdf_file->VO_GDS0_ISBL(:,::-1,:)
v = new ((/ntime,241,480/), double)
uv=vr2uvG(vrt)
 v=uv(1,:,:,:)

and I got the error message

fatal:vr2uvG: Unable to allocate memory for temporary arrays

Could anyone please help me?

thanks in advance

Filipa

Received on Mon Jul 21 07:29:08 2014

This archive was generated by hypermail 2.1.8 : Fri Aug 01 2014 - 15:10:55 MDT