source: trunk/SOURCES/no_ablation_mod.f90 @ 334

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

initial import GRISLI trunk

File size: 795 bytes
Line 
1!> \file no_ablation_mod.f90
2!! Module quand on ne calcule pas explicitement l'ablation (smb ice2sea)
3!<
4
5!> \namespace no_ablation
6!!
7!! \author Cat
8!! \date 31 oct 2011
9!! @note Used module
10!! @note use module3D_phy
11!!
12!<
13     
14module no_ablation         
15
16use module3d_phy
17implicit none
18
19
20contains
21!-------------------------------------------------------------------------------
22
23!> SUBROUTINE: init_ablation
24!! @note Attribution des parametres lies a la methode de calcul
25!>
26subroutine init_ablation
27
28end subroutine init_ablation
29
30!-----------------------------------------------------------------------------
31!> SUBROUTINE: ablation
32!!
33!>
34subroutine ablation
35
36end subroutine ablation
37
38end module no_ablation
39!-----------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.