You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the code on Betzy and ran into some problems. Here is what I did to fix them.
1 Conda environment
Creating a conda env from the requirements.txt file did not work, I assume due to the specified builds being unavailable on different machines. Here is a shortened conda_env.yaml file that should be more portable and worked for me:
I cannot access the default weight file under the default path. However, the file is not needed if you want to plot on regular lat-lon grids. BUT: you currently still need to provide an argument for the "weight" parameter, which must point to an existing file. Here is an example that successfully produced plots in my test:
Hey,
I was testing the code on Betzy and ran into some problems. Here is what I did to fix them.
1 Conda environment
Creating a conda env from the
requirements.txt
file did not work, I assume due to the specified builds being unavailable on different machines. Here is a shortenedconda_env.yaml
file that should be more portable and worked for me:To create the environment:
conda env create -p /path/to/save/env/xesmf-env --file conda_env.yaml
(note theenv
beforecreate
).2 Providing the path to the CLM outputs
Note that the CLI argument
path_1
currently MUST include a trailing "/", so:3 Weight file
I cannot access the default weight file under the default path. However, the file is not needed if you want to plot on regular lat-lon grids. BUT: you currently still need to provide an argument for the "weight" parameter, which must point to an existing file. Here is an example that successfully produced plots in my test:
The text was updated successfully, but these errors were encountered: