Ignore:
Timestamp:
10/08/18 10:49:07 (6 years ago)
Author:
dubos
Message:

devel/unstructured : fix recently introduced bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dynamico/meshes.py

    r747 r749  
    181181    def field_z(self,n=1): return zeros((n,self.ny,self.nx,self.llm)) 
    182182    def field_w(self,n=1): return zeros((n,self.ny,self.nx,self.llm+1)) 
    183     def field_u(self,n=1): return zeros((self.ny,2*self.nx,self.llm)) 
     183    def field_u(self,n=1): return zeros((n,self.ny,2*self.nx,self.llm)) 
    184184    def field_ps(self,n=1): return zeros((n,self.ny,self.nx)) 
    185185    def ucomp(self,u):  
Note: See TracChangeset for help on using the changeset viewer.