source: trunk/LMDZ.GENERIC/libf/phystd/comhdiff_mod.F90 @ 1477

Last change on this file since 1477 was 1397, checked in by milmd, 10 years ago

In LMDZ.GENERIC replacement of all phystd .h files by module files.

File size: 238 bytes
Line 
1MODULE comhdiff_mod
2IMPLICIT 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
10END MODULE comhdiff_mod
Note: See TracBrowser for help on using the repository browser.