$> module use /home/rmahajan/opt/modulefiles/stack
$> module load hpc/1.1.0
$> module load hpc-python/3.7.5
$> module load hofx/1.0.0
(hofx) $>
$> module use /contrib/miniconda3/modulefiles
$> module use /home/Rahul.Mahajan/opt/modulefiles/stack
$> module load hpc/1.1.0
$> module load hpc-miniconda3/4.5.12
$> module load hofx/1.0.0
(hofx) $>
pip install
[Difficult to do on Hera]$> git clone https://github.com/jcsda-internal/solo
$> git clone https://github.com/jcsda-internal/r2d2
$> git clone https://github.com/noaa-emc/hofxcs
Requires python
version 3 in $PATH
$> python -m venv hofx
$> source hofx/bin/activate
(hofx) $>
(hofx) $> pip install solo
(hofx) $> pip install r2d2
(hofx) $> pip install hofxcs
$> source hofx/bin/activate
(hofx) $>