~um-glaciology/um-feism/main

« back to all changes in this revision

Viewing changes to simulations/EISMINT_II/A/EISMINT_II_A.py

  • Committer: Douglas Brinkerhoff
  • Date: 2013-01-28 17:37:04 UTC
  • mfrom: (2.1.12 um-feism)
  • Revision ID: douglas.brinkerhoff@umontana.edu-20130128173704-k5o22w2nwnybvx4y
Merged my model edits with the branch on launchpad.  I suggest that everyone pull this version asap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import sys
2
2
src_directory = '../../../'
3
3
sys.path.append(src_directory)
4
 
 
5
4
import src.model
 
5
import src.helper
6
6
import src.solvers
7
7
import src.physical_constants
8
8
import pylab