Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
BoBEAS
Commits
1b966a04
Commit
1b966a04
authored
5 years ago
by
jelt
Browse files
Options
Download
Email Patches
Plain Diff
Remove tilde file
parent
aa88d63a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
SCRIPTS/setup_python_tide.sh~
SCRIPTS/setup_python_tide.sh~
+0
-35
No files found.
SCRIPTS/setup_python_tide.sh~
deleted
100755 → 0
View file @
aa88d63a
module unload anaconda/2.2.0-python2
module load anaconda
git clone https://ashbre@bitbucket.org/jdha/nrct.git $WORK/nrct
module unload anaconda
module load anaconda/2.2.0-python2
yes | conda create --name nrct_tide scipy=0.17.0 numpy matplotlib basemap netcdf4 libgfortran=1.0.0
source activate nrct_tide
yes | conda install -c https://conda.anaconda.org/conda-forge seawater=3.3.4 # Note had to add https path
yes | conda install -c https://conda.anaconda.org/srikanthnagella thredds_crawler
yes | conda install -c https://conda.anaconda.org/srikanthnagella pyjnius
#module load java
LD_LIBRARY_PATH=/opt/java/jdk1.8.0_51/jre/lib/amd64/server/:$LD_LIBRARY_PATH
source deactivate nrct_tide
cd $WORK/nrct/Python
git checkout Generalise-tide-input
python setup.py build
export PYTHONPATH=~/.conda/envs/nrct_tide/lib/python2.7/site-packages/:$PYTHONPATH
#export PYTHONPATH=/work/n01/n01/jelt/jelt-conda/envs/nrct_tide/lib/python2.7/site-packages/:$PYTHONPATH
python setup.py install --prefix ~/.conda/envs/nrct_tide
#python setup.py install --prefix /work/n01/n01/jelt/jelt-conda/envs/nrct_tide
cd $WDIR
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment