source: trunk/SOURCES/MISMIP3D_files/fake-routines-mismip3d_mod.f90 @ 111

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

initial import GRISLI trunk

File size: 1.4 KB
Line 
1! contient des routines vides
2
3module fake_mismip
4
5use module3d_phy
6
7implicit none
8
9integer :: fake
10
11contains
12!____________________________________________________
13subroutine initial_heino
14
15if (itracebug.eq.1)  call tracebug(' Entree dans routine fake initial_heino')
16fake=1
17
18return
19end subroutine initial_heino
20
21!____________________________________________________
22 subroutine bmeltshelf
23
24!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine fake bmelt')
25 fake=1
26
27 return
28 end subroutine bmeltshelf
29
30!____________________________________________________
31 subroutine init_bmelt
32!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine fake init_bmelt')
33
34 fake=2
35
36 return
37 end subroutine init_bmelt
38
39!____________________________________________________
40subroutine input_climat_ref
41
42!cdc if (itracebug.eq.1)  call tracebug(' Heino: entree dans routine input_climat')
43fake=3
44
45return
46end subroutine input_climat_ref
47
48!____________________________________________________
49subroutine  massb_perturb_Tparam
50
51if (itracebug.eq.1)  call tracebug(' Entree dans routine fake massb_perturb_Tparam  ')
52fake=1
53end subroutine massb_perturb_Tparam
54!____________________________________________________
55subroutine massb_anteis_forcage
56
57if (itracebug.eq.1)  call tracebug(' Entree dans routine fake massb_perturb_Tparam  ')
58fake=1
59end subroutine massb_anteis_forcage
60
61end module fake_mismip
62
Note: See TracBrowser for help on using the repository browser.