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
problem using regrid
Re: problem using regrid
problem solved using the following command
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?!
Code: Select all
ncpdq -O -h -a -lat air.nc air.nc
Does it matters?!