source: branches/GRISLIv3/SOURCES/no_ablation_mod.f90 @ 474

Last change on this file since 474 was 420, checked in by dumas, 15 months ago

Use only in no_claving and no_ablation : compile but not tested

File size: 751 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!!
10!<
11
12module no_ablation         
13
14  implicit none
15
16contains
17  !-------------------------------------------------------------------------------
18
19  !> SUBROUTINE: init_ablation
20  !! @note Attribution des parametres lies a la methode de calcul
21  !>
22  subroutine init_ablation
23
24  end subroutine init_ablation
25
26  !-----------------------------------------------------------------------------
27  !> SUBROUTINE: ablation
28  !!
29  !>
30  subroutine ablation
31
32  end subroutine ablation
33
34end module no_ablation
35!-----------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.