source: trunk/SOURCES/Eurasie_files/fake-routines-eurasie_mod.f90 @ 297

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

New geography Eurasie at 40, 20 and 10km. Compilation validated but not execution

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