Changeset 673


Ignore:
Timestamp:
01/31/18 15:12:00 (6 years ago)
Author:
dubos
Message:

devel/unstructured : update DCMIP 3.1 test case

File:
1 edited

Legend:

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

    r632 r673  
    9595 
    9696caldyn_thermo, caldyn_eta = unst.thermo_entropy, unst.eta_lag 
    97 caldyn = unst.Caldyn_NH(caldyn_thermo,caldyn_eta, mesh,params,thermo,params,params.g) 
     97caldyn = unst.Caldyn_NH(caldyn_thermo,caldyn_eta, mesh,thermo,params,params.g) 
    9898 
    9999mesh.plot_e(mesh.le/mesh.de) ; plt.title('le/de') 
     
    136136 
    137137for it in range(Nslice): 
    138     unst.setvar('debug_hevi_solver',True) 
     138    #    unst.setvar('debug_hevi_solver',True) 
    139139    time1, elapsed1 =time.time(), unst.getvar('elapsed') 
    140140    flow = scheme.advance(flow,nt) 
Note: See TracChangeset for help on using the changeset viewer.