Skip to content

dennissergeev/lfric_hj_bench_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lfric_hj_bench_code

Scripts to plot results of LFRic runs for hot Jupiters

Install ANTS and its dependencies

# Create a conda environment
conda create -n ants2 python=3.12 f90nml ipykernel pip aeolus esmpy=8.4 gdal iris matplotlib numba pandas pykdtree
conda init
source ~/.bashrc
conda activate ants2
# Download mule and install it
svn co https://code.metoffice.gov.uk/svn/um/mule/trunk@119685 mule_2023.08.1
cd mule_2023.08.1/mule
python setup.py install
cd ../../
# Download and install ANTS
svn co https://code.metoffice.gov.uk/svn/ancil/ants/tags/2.0.0 ants_2.0.0
cd ants_2.0.0
python setup.py install
cd ../
# Test the installation
python -c 'import ants; print(ants.__file__)'
# Download ants_contrib
svn co https://code.metoffice.gov.uk/svn/ancil/contrib/tags/2.0.0 contrib_2.0.0

About

Scripts to plot results of LFRic runs for hot Jupiters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published