Ignore:
Timestamp:
02/08/19 08:10:04 (5 years ago)
Author:
dubos
Message:

devel/Python : moving Fortran-based features to dynamico.dev module (TBC)

Location:
codes/icosagcm/devel/Python/test/py
Files:
3 edited

Legend:

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

    r804 r805  
    7272flux = mesh.field_u() 
    7373 
    74 mesh_data = mesh.get_data() 
     74mesh_data = mesh.data() 
    7575 
    7676for i in range(N):     
  • codes/icosagcm/devel/Python/test/py/NH_3D_bubble.py

    r753 r805  
    33from dynamico import time_step 
    44from dynamico import DCMIP 
    5 from dynamico import meshes 
     5from dynamico.dev import meshes 
    66from dynamico import precision as prec 
    7 from dynamico.meshes import Cartesian_mesh as Mesh 
     7from dynamico.dev.meshes import Cartesian_Mesh as Mesh 
    88import math as math 
    99import matplotlib.pyplot as plt 
  • codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py

    r802 r805  
    1313INFO('Loading DYNAMICO modules ...') 
    1414from dynamico import unstructured as unst 
    15 from dynamico.meshes import MPAS_Format, Unstructured_PMesh as PMesh, Local_Mesh as Mesh 
     15from dynamico.dev.meshes import MPAS_Format, Unstructured_PMesh as PMesh, Local_Mesh as Mesh 
    1616from dynamico import time_step 
    1717from dynamico import maps 
Note: See TracChangeset for help on using the changeset viewer.