Hi all,
I am having a dataset with variables depth, latitude, longitude, temp, salt in only one dimension (i.e., i=1:2600000). Actually the data consists of profiles at different locations.
i=1 z=0 temp1 salt1 lat1 lon1
i=2 z=20 temp1 salt1 lat1 lon1
i=3 z=50 temp1 salt1 lat1 lon1
i=4 z=100 temp1 salt1 lat1 lon1
i=5 z=250 temp1 salt1 lat1 lon1
How to handle this type of data? I want to extract profiles in Indian Ocean. I tried to do with "if" command. But the program is coming out of ferret after i=53. I dont know whats the problem. Can anybody help me in this regard.