source:
trunk/LMDZ.GENERIC/libf/phystd/comhdiff_mod.F90
@
1477
Last change on this file since 1477 was 1397, checked in by , 10 years ago | |
---|---|
File size: 238 bytes |
Line | |
---|---|
1 | MODULE comhdiff_mod |
2 | IMPLICIT NONE |
3 | #include "dimensions.h" |
4 | #include "paramet.h" |
5 | |
6 | LOGICAL alpha_var,slab_upstream |
7 | REAL zmasqu(ip1jmp1),zmasqv(ip1jm), & |
8 | unsfv(ip1jm),unsev(ip1jm),unsfu(ip1jmp1),unseu(ip1jmp1) |
9 | |
10 | END MODULE comhdiff_mod |
Note: See TracBrowser
for help on using the repository browser.