#include "dimensions.h"
#include "paramet.h"
#include "comvert.h"
 
Go to the source code of this file.
 | 
| subroutine  | dudv2 (teta, pkf, bern, du, dv) | 
|   | 
      
        
          | subroutine dudv2  | 
          ( | 
          real, dimension( ip1jmp1,llm )  | 
          teta,  | 
        
        
           | 
           | 
          real, dimension( ip1jmp1,llm )  | 
          pkf,  | 
        
        
           | 
           | 
          real, dimension( ip1jmp1,llm )  | 
          bern,  | 
        
        
           | 
           | 
          real, dimension( ip1jmp1,llm )  | 
          du,  | 
        
        
           | 
           | 
          real, dimension( ip1jm,llm )  | 
          dv  | 
        
        
           | 
          ) | 
           |  |