Skip to content

Commit

Permalink
Set-up modules environment for GFDL systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrasting committed Mar 2, 2016
1 parent bd77926 commit 0b71b84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/analysis/manual_frepp_analysis.csh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/csh -f
#!/bin/csh

# -------------------------------------------------
# Simple csh snippet to repair frepp analysis
#
# *** make sure to run 'module load python' ***
#
# Instructions:
# 1. Fill in ppDir, years, and chunk
Expand All @@ -12,6 +11,8 @@
#
# -------------------------------------------------

source $MODULESHOME/init/csh
module load python

set ppDir = "" # e.g. include everything up to but not including the '/pp'
set yr1 = "" # make sure it has 4 digits
Expand Down

0 comments on commit 0b71b84

Please sign in to comment.