source: trunk/SOURCES/Alps_files/fake-routines-alps_mod.f90 @ 356

Last change on this file since 356 was 356, checked in by aquiquet, 2 years ago

Adding new geometries: the Alps at 1 and 2km

File size: 998 bytes
Line 
1!> \file fake-routines-alps_mod.f90
2!! Module qui contient des routines vides
3!<
4
5!> \namespace fake_alps
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_alps
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_alps
48!
Note: See TracBrowser for help on using the repository browser.