-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbashrc_remote
42 lines (35 loc) · 1.34 KB
/
bashrc_remote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
export PATH=/gpfs1/apps/bin:$PATH
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/gpfs1/apps/conda/jamd1/conda/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/gpfs1/apps/conda/jamd1/conda/etc/profile.d/conda.sh" ]; then
. "/gpfs1/apps/conda/jamd1/conda/etc/profile.d/conda.sh"
else
export PATH="/gpfs1/apps/conda/jamd1/conda/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
conda activate isca_env # activate conda environment
cd Isca # Make current directory the Pycharm project directory
# directory of the Isca source code
export GFDL_BASE=/gpfs1/home/jamd1/Isca/isca_source
# "environment" configuration for emps-gv4
export GFDL_ENV=ubuntu_conda
# temporary working directory used in running the model
export GFDL_WORK=/gpfs1/scratch/other/jamd1/isca_work
# directory for storing model output
export GFDL_DATA=/gpfs1/scratch/other/jamd1/isca_output
# Socrates source code location
export GFDL_SOC=/gpfs1/home/jamd1/Isca/isca_source/src/atmos_param/socrates/src/trunk/