Re: NetCDF dataset

From: Dave Allured - NOAA Affiliate <dave.allured_at_nyahnyahspammersnyahnyah>
Date: Mon Jan 21 2013 - 16:12:21 MST

Actually that's a C language call (nc_get_vara_float), not fortran.
But yes, for either C or fortran, if you are calling the NetCDF
library directly, please go to the NetCDF user list as shown by
Dennis, not the NCL user list.

--Dave

On Mon, Jan 21, 2013 at 3:55 PM, Dennis Shea <shea@ucar.edu> wrote:
> This is the NCAR Command Language help URL.
> ---
> Your question [fortran call] should be sent to the
>
> netcdfgroup@unidata.ucar.edu
>
> Good Luck
>
> On 1/18/13 6:38 PM, Sameh Shohdy wrote:
>>
>>
>> Hello,
>> I have a Netcdf data set with three dimensions x,y,z.
>>
>> I have a position [w,r,m] I want to retrieve all point adjust to this point . it seems like cubearound this center point
>>
>> This is the command I used to retrieve the point [w,r,m]:
>>
>> CALL_NETCDF(nc_get_vara_float(this->nhandle->ncid, this->nhandle->vid, temp_startp, temp_countp, (float*)&(buffer[pointcount * 4])));
>>
>> Can anyone help me to assign the temp_countp array and how to retrieve the need points.
>>
>> Thank you
>>
>> --Sameh
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jan 21 16:12:43 2013

This archive was generated by hypermail 2.1.8 : Wed Jan 23 2013 - 20:38:31 MST