#include "dimensions.h"
#include "paramet.h"
#include "comgeom.h"
#include "iniprint.h"
Go to the source code of this file.
Functions/Subroutines |
subroutine | diagedyn (tit, iprt, idiag, idiag2, dtime, ucov, vcov, ps, p, pk, teta, q, ql) |
Function/Subroutine Documentation
subroutine diagedyn |
( |
character*15 |
tit, |
|
|
integer |
iprt, |
|
|
integer |
idiag, |
|
|
integer |
idiag2, |
|
|
real |
dtime, |
|
|
real, dimension(ip1jmp1,llm) |
ucov, |
|
|
real, dimension(ip1jm,llm) |
vcov, |
|
|
real, dimension(ip1jmp1) |
ps, |
|
|
real, dimension (ip1jmp1,llmp1 ) |
p, |
|
|
real, dimension (ip1jmp1,llm ) |
pk, |
|
|
real, dimension(ip1jmp1,llm) |
teta, |
|
|
real, dimension(ip1jmp1,llm) |
q, |
|
|
real, dimension(ip1jmp1,llm) |
ql |
|
) |
| |