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

Analyzing CESM data with Python

stephensa2042

New Member
Hi,

I am new to the CESM and I have run a default case provided by a training tutorial and would like to use the .nc file and create a 500 hpa geopotential heights map using python. Any help or points in the right direction will be much appreciated. Thanks!
 

strandwg

Moderator
Staff member
Hi,

I am new to the CESM and I have run a default case provided by a training tutorial and would like to use the .nc file and create a 500 hpa geopotential heights map using python. Any help or points in the right direction will be much appreciated. Thanks!

There are many visualization packages for netCDF files that are built on Python, including PyNGL, pyferret, and others. Unidata provides a list:

 
Top