!> \file no_ablation_mod.f90 !! Module quand on ne calcule pas explicitement l'ablation (smb ice2sea) !< !> \namespace no_ablation !! !! \author Cat !! \date 31 oct 2011 !! @note Used module !! @note use module3D_phy !! !< module no_ablation use module3d_phy implicit none contains !------------------------------------------------------------------------------- !> SUBROUTINE: init_ablation !! @note Attribution des parametres lies a la methode de calcul !> subroutine init_ablation end subroutine init_ablation !----------------------------------------------------------------------------- !> SUBROUTINE: ablation !! !> subroutine ablation end subroutine ablation end module no_ablation !-----------------------------------------------------------------------------