source: trunk/SOURCES/Hudson_files/fake-routines-hudson_mod.f90 @ 334

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

initial import GRISLI trunk

File size: 764 bytes
Line 
1! contient des routines vides
2
3module fake_heino
4
5use module3d_phy
6
7implicit none
8
9integer :: fake
10
11contains
12!____________________________________________________
13!subroutine bmeltshelf
14
15!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine fake bmelt')
16!fake=1
17
18!return
19!end subroutine bmeltshelf
20
21!____________________________________________________
22!subroutine init_bmelt
23!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine fake init_bmelt')
24
25!fake=2
26
27!return
28!end subroutine init_bmelt
29
30!____________________________________________________
31subroutine input_climat_ref
32
33!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine input_climat')
34fake=3
35
36return
37end subroutine input_climat_ref
38
39end module fake_heino
40!
Note: See TracBrowser for help on using the repository browser.