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