source: trunk/SOURCES/Ant15_CISM_files/fake-routines-ant_mod.f90

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

initial import GRISLI trunk

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