File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,21 @@ Activate environment:
298
298
299
299
> conda activate env_ufscasegen
300
300
301
+ .. note ::
302
+
303
+ It may be possible for conda to fail to solve for the environment when attempting to use the yml file. It
304
+ should still be possible to create the same environment manually:
305
+ .. code :: bash
306
+
307
+ > conda create --name env_ufscasegen
308
+ > conda install -n env_ufscasegen --channel=conda-forge python=3.8.5
309
+ > conda install -n env_ufscasegen --channel=conda-forge netcdf4
310
+ > conda install -n env_ufscasegen --channel=conda-forge f90nml
311
+ > conda install -n env_ufscasegen --channel=conda-forge xarray
312
+ > conda install -n env_ufscasegen --channel=conda-forge numpy
313
+ > conda install -n env_ufscasegen --channel=conda-forge shapely
314
+ > conda install -n env_ufscasegen --channel=conda-forge xesmf
315
+
301
316
.. _`ufscasegen` :
302
317
303
318
UFS_case_gen.py
You can’t perform that action at this time.
0 commit comments