source: branches/iLoveclim/SOURCES/Heino_files/fake-routines-Heino_mod.f90 @ 406

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

initial import GRISLI trunk

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