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

Processing Output with Python

nmarisca1

Noribeth Mariscal
New Member
I'm currently following the ACOM Python Tutorial (NCAR/ACOM-Python-Tutorial) so that I can use it to plot CESM outputs in Cheyenne. I'm coming across a few issues when attempting to follow the tutorial:
- When creating the Conda environment 'tutorial' using (see below), it won't finish solving the environment. It's been under that stage for over an hour now, when it says it should only take about 5 minutes.
conda env update -f environments/tutorial.yaml
- for whats pasted below, the install_extensions.sh script is not in the scripts directory. Unsure why this is.
conda activate acom-tutorial
./scripts/install_extensions.sh

I would really appreciate any insight on these issues. Thank you.
 
Top