Ignore:
Timestamp:
12/21/17 15:11:18 (6 years ago)
Author:
dubos
Message:

devel/unstructured : update some test cases

File:
1 edited

Legend:

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

    r642 r646  
    5454 
    5555#Lx, nx, llm, thetac, T, Nslice, courant = 2000., 100, 50, 30., 5., 10, 2.8 
    56 Lx, nx, llm, thetac, T, Nslice, courant = 2000., 50, 25, 30, 5., 10, 2.8 
     56Lx, nx, llm, thetac, T, Nslice, courant = 2000., 8, 80, 30, 5., 10, 2.8 
    5757#Lx, nx, llm, thetac, T, Nslice, courant = 3000., 75, 25, -30, 5., 10, 2.8 
    5858 
     
    130130    m,S,u,Phi,W = next_flow(m,S,u,Phi,W) 
    131131    time2, elapsed2 =time.time(), unst.getvar('elapsed') 
    132     factor = 1000./(4*nt) 
    133     print 'ms per call to caldyn_hevi : ', factor*(time2-time1), factor*(elapsed2-elapsed1) 
     132    factor = 1000./nt 
     133    print 'ms per full time step : ', factor*(time2-time1), factor*(elapsed2-elapsed1) 
    134134    factor = 1e9/(4*nt*nx*ny*llm) 
    135     print 'nanosec per gridpoint per call to caldyn_hevi : ', factor*(time2-time1), factor*(elapsed2-elapsed1) 
     135    print 'nanosec per gridpoint per full time step : ', factor*(time2-time1), factor*(elapsed2-elapsed1) 
    136136         
Note: See TracChangeset for help on using the changeset viewer.