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

python

  1. J

    NCL CAPE/CIN calculation to Python?

    Hi all, I ran a CAM-Chem case in CESM2.1.3 and output CIN, but all values were 0. I've seen elsewhere that this is a known issue with CAM-Chem and that CIN tends only to be output by WACCM (I guess this is my fault for going for the cheaper model). I'd like to calculate CIN manually but the...
  2. J

    Problem processing PFT-level output

    Hi all, I've been working with some PFT-level data from CLM5 (e.g. NPP for each PFT) and have been using Python code from the NCAR-ESDS documentation to do the processing (Sparse arrays and the CESM land model component — NCAR-ESDS 0.1 documentation). This worked great until this week and I am...
  3. J

    CamDiag.py script cannot import 'end_diag_script': Why?

    I've been working on getting the CAM diagnostic code up and running, but I keep running into this error message: Traceback (most recent call last): File "./run_diag", line 55, in <module> from CamDiag import end_diag_script ImportError: cannot import name 'end_diag_script' from 'CamDiag'...
  4. S

    Analyzing CESM data with Python

    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!
Top