Changeset 765 for codes/icosagcm


Ignore:
Timestamp:
10/21/18 13:39:10 (6 years ago)
Author:
jisesh
Message:

devel/Python : removed debugging print statements

File:
1 edited

Legend:

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

    r764 r765  
    7979    print 'ztop(ptop) according to Eq. 7:', T0/lap*(1.-(ptop/p0)**(Rd*lap/g))  
    8080    print(np.shape(alpha_k),np.shape(alpha_l)) 
    81     print(mesh.__dict__.keys()) 
    8281    thermo = dyn.Ideal_perfect(Cpd, Rd, p0, T0) 
    8382 
     
    9897    Sik, ujk, Wil  = gas.s*mass_ik, mesh.field_u(), mesh.field_w() 
    9998     
    100     print(np.shape(ujk)) 
    101     print('P_ik',p_ik[0,:]) 
    102  
    10399    u_ek = mesh.ucov3D(ulon(x_ek, y_ek, eta_ek), 0.*eta_ek) 
    104  
    105     print(np.shape(u_ek)) 
    106100 
    107101    print 'ztop (m) = ', Phi_il[0,-1]/g, ztop 
Note: See TracChangeset for help on using the changeset viewer.