source: trunk/SOURCES/Hemin15_files/fake-routines-hemin15_mod.f90 @ 14

Last change on this file since 14 was 14, checked in by dumas, 9 years ago

Nouvelle version Hemin-15 : Hemisphere Nord 15km

File size: 1006 bytes
Line 
1!> \file fake-routines-hemin15_mod.f90
2!! Module qui contient des routines vides
3!<
4
5!> \namespace fake_nor
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
15module fake_hemin15
16
17use module3d_phy
18implicit none
19
20integer :: fake
21
22contains
23!____________________________________________________
24subroutine initial_heino
25
26if (itracebug.eq.1)  call tracebug(' Entree dans routine fake initial_heino')
27fake=1
28
29return
30end subroutine initial_heino
31
32!____________________________________________________
33subroutine track_change_T
34
35if (itracebug.eq.1)  call tracebug(' Entree dans routine fake track_change_T')
36fake=1
37return
38end subroutine track_change_T
39
40!____________________________________________________
41subroutine time_step_recul
42
43if (itracebug.eq.1)  call tracebug(' Entree dans routine fake time_step_recul')
44! quand on n'utilise pas le recul
45end subroutine time_step_recul
46
47end module fake_hemin15
48!
Note: See TracBrowser for help on using the repository browser.