Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Do the variables lat and lon from CLM output files mean the center location or the boundary location of a gridcell?

Xueli Huo

Member
Hi

I am regridding a data product to the spatial resolution of clm. It's not clear to me whether the lat and lon in CLM mean the boundary or center location of a gridcell by checking the long_name of the two variables. Then I ncdump -v lat A_GLOBAL_CLM_OUTPUT_FILE.nc, and see the values of lat include -90 and 90 and the values of lon are from 0 to 358.75.

Does this mean that the lat and lon represent the boundary instead of center location of a gridcell?

Sincerely,
Xueli
 

slevis

Moderator
Although I see why the lat values of -90 and 90 would make you think that they represent boundary values instead of centers, the answer is that these are center values in clm's output.
 
Top