problem using regrid

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
p.heidary

problem using regrid

#1 Unread post by p.heidary »

Dear scientist
I am trying to use forcing data (ncep/ncar reanalysis http://www.esrl.noaa.gov/psd/data/gridd ... lysis.html)
so modified wc13 application to use that fields , I have changed the time variable of the data to be compatible with wc13 and changed the longitude to the range [-360 0] also renamed the lon, lat to lon_rho, lat_rho
But everything goes to zero. "Iout", "Jout" and "Fout" under the regrid subroutine is zero,. Also found=F,foundi=T, foundj=F in interpolate.F and off course Uwind, Vwind, Tair, Qair, Pair, swrad, lwrad_down and others are zero.

could you please guide me!? Thanx in advance.
pooria

p.heidary

Re: problem using regrid

#2 Unread post by p.heidary »

problem solved using the following command

Code: Select all

ncpdq -O -h -a -lat air.nc air.nc
but i faced with another problem about "RoughMat". Many of its elements is zero and the RoughMat.max() is nan, also "RoughMat[RoughMat<>0].max()" is nan.
Does it matters?!

Post Reply