currently SET data sets:1> ./rainfall.topo.nc (default)
Hi,If I am understanding correctly, you should do this manually by listing each coordinates' rain and elevation value to a text file and then reading it later. Following are few steps:(1) let m_rain=if mean_rainfall ge 0 then mean_rainfall else (-1)! To make bad values or missing values as -1. Later use -1 as bad(2) list/clobber/file=Elevation_rain.dat/nohead/form=(f9.3,x,f9.3,x,f9.3,x,f9.3,) topo,m_rain,x[gx=topo],y[gy=topo]! ^ Last x and y are just to keep track of lat and long in case required in future.(3) Come out of ferret session and restart new session and read the file by : file/var=ele,m_r,lon,lat Elevation_rain.dat ; sh da ;By this you can do rain vs elevation analysis.On Mon, May 27, 2019 at 6:49 AM Pratik Kad <pratikkad17@xxxxxxxxx> wrote:Regards,G Satyesh, India.
- Follow-Ups:
- Re: [ferret_users] How to set Z-axis as elevation
- From: Martin Schmidt
- References:
- [ferret_users] How to set Z-axis as elevation
- From: Pratik Kad
- Re: [ferret_users] How to set Z-axis as elevation
- From: Satyesh Ghetiya
- Previous by thread: Re: [ferret_users] How to set Z-axis as elevation
- Next by thread: Re: [ferret_users] How to set Z-axis as elevation
[Thread Prev][Thread Next][Index]