source: trunk/SOURCES/no_sliding.f90 @ 334

Last change on this file since 334 was 4, checked in by dumas, 10 years ago

initial import GRISLI trunk

File size: 637 bytes
Line 
1!> \file no_sliding.f90
2!! Module permet de ne pas passer dans le sliding
3!<
4
5!> \namespace no_sliding
6!! Module qui permet de ne pas tenir compte des lacs proglaciaires
7!! \author ...
8!! \date ...
9!<
10
11module no_sliding
12
13! pour ne pas passer dans le sliding
14
15USE module3D_phy
16USE param_phy_mod
17
18implicit none
19
20
21contains
22!-------------------------------------------------------------------------------
23subroutine init_sliding
24
25
26ddby(:,:) = 0.
27ddbx(:,:) = 0.
28
29end subroutine init_sliding
30
31
32!________________________________________________________________________________
33subroutine sliding
34
35
36end subroutine sliding
37end module no_sliding
38
Note: See TracBrowser for help on using the repository browser.