# Create new conda enironment conda create -n [environmentName] # Append necessary channels conda config --append channels noaa-gfdl conda config --append channels conda-forge # Run `conda install` on ...