source: trunk/SOURCES/Eurasie40_files/fake-routines-eurasie_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: 832 bytes
Line 
1!> \file fake-routines-eurasie_mod.f90
2!! Module qui contient des routines vides
3!<
4
5!> \namespace fake_eurasie
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
15! contient des routines vides
16
17module fake_eurasie
18
19use module3d_phy
20use deform_declar
21implicit none
22
23integer :: fake
24
25contains
26!____________________________________________________
27subroutine initial_heino
28
29if (itracebug.eq.1)  call tracebug(' Entree dans routine fake initial_heino')
30fake=1
31
32return
33end subroutine initial_heino
34
35!____________________________________________________
36subroutine track_change_T
37
38if (itracebug.eq.1)  call tracebug(' Entree dans routine fake track_change_T')
39fake=1
40return
41end subroutine track_change_T
42
43end module fake_eurasie
44!
Note: See TracBrowser for help on using the repository browser.