forked from NCAR/CESM_postprocessing
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sourced from alperaltuntas, ada_cdf5 branch. Support for Ada and netC…
…DF 64-bit format, with FOSS toolchain. Sourced from alperaltuntas, ada_cdf5 branch. Modified to support ocn_za compilation using FOSS toolchain. Modified to create a conda env from scratch, and install prerequisites from env_reqs.txt. Fixed deactivate Skips conda create if env already present. Still testing this script Hack to get diagnostics to build, as >=2.10 seems to require Python3 to install. A central file to pre-install dependencies before the submodules start to install. May not be necessary, but I got it to work, so..
- Loading branch information
Abishek Gopal
committed
Feb 18, 2020
1 parent
469c5da
commit a1f820f
Showing
5 changed files
with
103 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash -l | ||
|
||
echo "Loading modules for CESM_postprocessing tool..." | ||
|
||
module purge | ||
ml NCL/6.6.2-foss-2018b | ||
ml NCO/4.7.9-foss-2018b | ||
ml netCDF/4.6.1-foss-2018b-cdf5 | ||
#ml python/2.7.13-generic | ||
ml Python/2.7.15-foss-2018b | ||
#ml Anaconda3/5.2.0 | ||
ml Miniconda2/4.3.21 | ||
|
||
#source /ihesp/user/agopal/CESM_postprocessing/cesm-env2/bin/activate | ||
#export PYTHONPATH=/ihesp/user/agopal/CESM_postprocessing/pynio/site-packages:$PYTHONPATH | ||
#export PYTHONPATH=/ihesp/user/agopal/CESM_postprocessing/pynio/build/lib.linux-x86_64-2.7/PyNIO:$PYTHONPATH | ||
#export PYTHONPATH=/ihesp/user/agopal/CESM_postprocessing/cesm-env2/lib/python2.7/site-packages/PyNIO:$PYTHONPATH | ||
#export PYNIOPATH=/ihesp/user/agopal/CESM_postprocessing/pynio/site-packages/PyNIO | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
jinja2>=2.10 | ||
#jinja2>=2.10 | ||
jinja2==2.7.3 | ||
numpy>=1.8.1 | ||
ilamb>=2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
scipy==1.1.0 | ||
pandas==0.23.1 | ||
numpy==1.16.5 | ||
netCDF4==1.5.3 | ||
mpi4py==2.0.0 | ||
#cf_units>=2.0.0 | ||
matplotlib>=1.4.3 | ||
Jinja2==2.7.3 | ||
sympy>=0.7.6 |