|
@@ -13,8 +13,8 @@ configure_ecearth()
|
|
ssh frontal1
|
|
ssh frontal1
|
|
fi
|
|
fi
|
|
export EC_DEP=/projects/acad/ecearth/opt
|
|
export EC_DEP=/projects/acad/ecearth/opt
|
|
- if [ -f $EC_DEP/modules ]; then
|
|
|
|
- source $EC_DEP/modules
|
|
|
|
|
|
+ if [ -f $EC_DEP/modules.load ]; then
|
|
|
|
+ source $EC_DEP/modules.load
|
|
fi
|
|
fi
|
|
}
|
|
}
|
|
|
|
|