Skip to content

Commit

Permalink
update chap_cases.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Aug 28, 2024
1 parent 1d2f8c2 commit 6ebd581
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scm/doc/TechGuide/chap_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,21 @@ Activate environment:
> conda activate env_ufscasegen
.. note::

It may be possible for conda to fail to solve for the environment when attempting to use the yml file. It
should still be possible to create the same environment manually:
.. code:: bash
> conda create --name env_ufscasegen
> conda install -n env_ufscasegen --channel=conda-forge python=3.8.5
> conda install -n env_ufscasegen --channel=conda-forge netcdf4
> conda install -n env_ufscasegen --channel=conda-forge f90nml
> conda install -n env_ufscasegen --channel=conda-forge xarray
> conda install -n env_ufscasegen --channel=conda-forge numpy
> conda install -n env_ufscasegen --channel=conda-forge shapely
> conda install -n env_ufscasegen --channel=conda-forge xesmf
.. _`ufscasegen`:

UFS_case_gen.py
Expand Down

0 comments on commit 6ebd581

Please sign in to comment.