#include "dimensions.h"
#include "paramet.h"
#include "comgeom.h"
#include "comdissipn.h"
Go to the source code of this file.
|
subroutine | gradiv2 (klevel, xcov, ycov, ld, gdx, gdy) |
|
subroutine gradiv2 |
( |
integer |
klevel, |
|
|
real, dimension( ip1jmp1,klevel ) |
xcov, |
|
|
real, dimension( ip1jm,klevel ) |
ycov, |
|
|
integer |
ld, |
|
|
real, dimension( ip1jmp1,klevel ) |
gdx, |
|
|
real, dimension( ip1jm,klevel ) |
gdy |
|
) |
| |