27 lines
1011 B
Plaintext
27 lines
1011 B
Plaintext
#
|
|
# NOTE: On Derecho you may need to "module load conda"
|
|
#
|
|
# use the top level bash script:
|
|
# ../py_env_create # Do this each time you update your CTSM Version
|
|
# conda activate ctsm_pylib # Do this anytime you want to run a CTSM python script
|
|
# Or the individual conda commands:
|
|
# conda create -n ctsm_pylib # Do this one time for each machine
|
|
# conda install -n ctsm_pylib --file conda_env_ctsm_py.txt # Do this each time you update your CTSM Version
|
|
# conda activate ctsm_pylib # Do this anytime you want to run a CTSM python script
|
|
#
|
|
python=3.7.9
|
|
pandas
|
|
tqdm
|
|
scipy
|
|
netcdf4
|
|
requests
|
|
packaging
|
|
numpy=1.19.5
|
|
xarray=0.17.0
|
|
xesmf
|
|
numba=0.55.2 # Avoid 0.56 until numpy>=1.20. This is the minimum for xesmf
|
|
pylint=2.8.3
|
|
black=22.3.0 # NOTE: The version here needs to be coordinated with the black github action under ../.github/workflows
|
|
cartopy=0.20.2
|
|
matplotlib=3.3.2
|