source: branches/iLoveclim/SOURCES/Greenmint40_files/fake-routines-greenmint_mod.f90 @ 30

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

initial import GRISLI trunk

File size: 859 bytes
Line 
1!> \file fake-routines-greenmint_mod.f90
2!! Module qui contient des routines vides
3!<
4
5!> \namespace fake_greenmint
6!! Module qui contient des routines vides
7!! \author ...
8!! \date ...
9!! @note Used module
10!! @note   - use module3D_phy
11!! @note   - use deformation_mod_2lois
12!<
13
14
15! contient des routines vides
16
17module fake_greenmint
18
19use module3d_phy
20use deformation_mod_2lois 
21
22implicit none
23
24integer :: fake
25
26contains
27!____________________________________________________
28subroutine initial_heino
29
30if (itracebug.eq.1)  call tracebug(' Entree dans routine fake initial_heino')
31fake=1
32
33return
34end subroutine initial_heino
35
36!____________________________________________________
37subroutine track_change_T
38
39if (itracebug.eq.1)  call tracebug(' Entree dans routine fake track_change_T')
40fake=1
41return
42end subroutine track_change_T
43
44end module fake_greenmint
45!
Note: See TracBrowser for help on using the repository browser.