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

Timeseries post-processing on derecho

bmduran

Brandon Duran
New Member
Hi @aswann2 , I was having similar issues with postprocessing, where my existing script (that worked previously) was no longer running successfully and hanging on the singularity call. I believe it may be related to changes to the default NCAR environment on Derecho/Casper?

In my timeseries script, adding the following 3 lines before the module use /glade/work/bdobbins/Software/Modules call fixed this!

module purge
module load ncarenv/23.09
module reset


Hope this helps!
 
Top