Ignore:
Timestamp:
12/19/17 15:26:51 (7 years ago)
Author:
dubos
Message:

devel/unstructured : bubble test case with Fortran time stepping

File:
1 edited

Legend:

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

    r641 r642  
    3838#scheme = time_step.RKn_simple(1,caldyn.bwd_fast_slow, dt) # forward Euler scheme 
    3939print dt, scheme.csjl, scheme.cfjl 
    40 step = unst.Caldyn_step(mesh,scheme) 
    41 step.setup_TRSW() 
     40step = unst.caldyn_step_TRSW(mesh,scheme,nt) 
    4241 
    4342u0 = Omega*radius/12. # cf Williamson (1991), p.13 
     
    6362for i in range(20): 
    6463    if True: 
    65         for j in range(nt): 
    66             step.next() 
     64        step.next() 
    6765        gh,u = step.mass, step.u 
    6866        print i, gh.shape, gh.min(), gh.max(), u.min(), u.max() 
Note: See TracChangeset for help on using the changeset viewer.