Stream: general

Topic: python question


view this post on Zulip Matt Long (Jan 15 2020 at 18:46):

this is really a python question

view this post on Zulip Hyunggyu Lim (Aug 04 2022 at 16:07):

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

view this post on Zulip Hyunggyu Lim (Aug 04 2022 at 16:08):

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

view this post on Zulip Hyunggyu Lim (Aug 04 2022 at 16:11):

by command "dso_anoms.load()"

view this post on Zulip Deepak Cherian (Aug 05 2022 at 15:06):

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