Ignore:
Timestamp:
01/20/18 18:47:41 (6 years ago)
Author:
dubos
Message:

devel/unstructured : python fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py

    r642 r666  
     1print 'Loading DYNAMICO modules ...' 
     2from dynamico import unstructured as unst 
     3from dynamico.meshes import MPAS_Mesh as Mesh 
     4from dynamico import time_step 
     5print '...Done' 
     6 
    17print 'Loading modules ...' 
    28import math as math 
    39import matplotlib.pyplot as plt 
    410import numpy as np 
    5 print '...Done' 
    6  
    7 print 'Loading DYNAMICO modules ...' 
    8 from dynamico import unstructured as unst 
    9 from dynamico.meshes import MPAS_Mesh as Mesh 
    10 from dynamico import time_step 
    1111print '...Done' 
    1212 
Note: See TracChangeset for help on using the changeset viewer.