Changeset 13802
- Timestamp:
- 10/22/12 15:45:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/startup.py
r13789 r13802 28 28 sys.path.append(ISSM_DIR + '/lib') 29 29 30 #Deal with scipy import:31 import scipy32 import numpy33 import nose34 35 #Import modules that are absolutely needed in ISSM {{{36 from model import *37 from mesh import *38 from mask import *39 from geometry import *40 from constants import *41 from surfaceforcings import *42 from basalforcings import *43 from matice import *44 from friction import *45 from flowequation import *46 from fielddisplay import *47 from timestepping import *48 from initialization import *49 from rifts import *50 from debug import *51 from settings import *52 from solver import *53 from ismumps import *54 from pairoptions import *55 from petscversion import *56 from asmoptions import *57 from iluasmoptions import *58 from jacobiasmoptions import *59 from jacobicgoptions import *60 from matlaboptions import *61 from mumpsoptions import *62 from soroptions import *63 from stokesoptions import *64 from generic import *65 from hydrology import *66 from miscellaneous import *67 from private import *68 from triangle import *69 from setmask import *70 from plotoptions import *71 from plotmodel import *72 #}}}73 74 30 print("\n To get started with ISSM, type issmdoc at the command prompt.\n\n")
Note:
See TracChangeset
for help on using the changeset viewer.