this is really a python question
Hi all,
I'm running @Kristen Krumhardt 's CESM-FOSI postprocessing code. It seems to be running in Kristen's id in the past on Casper. But it is not working for me (/glade/u/home/hglim/analysis/FEISTY/NOTE/kristenk/fish-offline-kristens_branch/notebooks/DPLE_FEISTY_upper_fields.ipynb). Anyone have any thoughts?
I copied Kristen's environment from /glade/u/home/kristenk/my-cesm-experiment/environment.yml
then did as below.
conda env create -f environment.yml
Error messages look like this when running (/glade/u/home/hglim/analysis/FEISTY/NOTE/kristenk/fish-offline-kristens_branch/notebooks/DPLE_FEISTY_upper_fields.ipynb) but we don't know yet how can we deal with.
Screen-Shot-2022-08-04-at-12.07.40.png Screen-Shot-2022-08-04-at-12.08.05.png Screen-Shot-2022-08-04-at-12.08.19.png
by command "dso_anoms.load()"
This is a 142GB array. If you didn't request more than that when you opened your session, it will fail.
If you want to save to disk, use to_zarr
. We've generally found that distributed writes of large datasets to netCDF tend to fail.
Last updated: May 16 2025 at 17:14 UTC