From 0b71b84ee4430dfaec175e5f4f2209462a1941b9 Mon Sep 17 00:00:00 2001 From: John Krasting Date: Wed, 2 Mar 2016 08:13:54 -0500 Subject: [PATCH] Set-up modules environment for GFDL systems --- tools/analysis/manual_frepp_analysis.csh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/analysis/manual_frepp_analysis.csh b/tools/analysis/manual_frepp_analysis.csh index 08b0a57fc4..4528737798 100755 --- a/tools/analysis/manual_frepp_analysis.csh +++ b/tools/analysis/manual_frepp_analysis.csh @@ -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 @@ -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