Changeset 786


Ignore:
Timestamp:
11/23/18 13:04:41 (5 years ago)
Author:
dubos
Message:

devel/Python : cosmetic fix in RSW_2D.py

File:
1 edited

Legend:

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

    r773 r786  
    1111import time 
    1212 
    13 nx,ny,llm,nqdyn=128,192,1,1 
    14 Lx,Ly,g,f = 8.,12.,1.,1. 
     13nx,ny,llm,nqdyn=128,128,1,1 
     14Lx,Ly,g,f = 8.,8.,1.,1. 
    1515dx,dy=Lx/nx,Ly/ny 
    1616 
     
    4545    plt.figure(); plt.pcolor(mesh.x,mesh.y,caldyn.qv) 
    4646    plt.colorbar(); plt.title('potential vorticity') 
    47     plt.savefig('fig_RSW_2D/%02d.png'%i) 
     47    plt.savefig('fig_RSW_2D/%03d.png'%i) 
    4848#    plt.figure(); plt.pcolor(mesh.x,mesh.y,h) 
    4949#    plt.colorbar(); plt.title('h') 
Note: See TracChangeset for help on using the changeset viewer.