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

trying to understand the physics data structure...

pkelly

New Member
Since the physics grid stores horizontal data in an arbitrary number of columns or chunks, how can I know the corresponding lat and lon coordinates of each chunk?

I am trying to better understand how momentum tendencies are converted from the physics grid to the dynamics grid.

Thanks for any insight.
 

eaton

CSEG and Liaisons
The phys_grid module contains the methods get_rlat_all_p and get_rlon_all_p which respectively return the latitudes and longitudes for all columns in a chunk.
 
Top