Ignore:
Timestamp:
10/20/17 09:31:39 (7 years ago)
Author:
aquiquet
Message:

Grisli-iLoveclim branch: merged to trunk at revision 145

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/prescribe-H-i2s_mod.f90

    r4 r146  
    127127       hp(:,:)   = Hp0(:,:) 
    128128    end where 
    129 if (itracebug.eq.1)  call tracebug(' fin prescribe_present_H_gl ') 
     129if (itracebug.eq.1)  call tracebug(' fin prescribe_present_H_gl') 
    130130 
    131131 
    132132  end subroutine prescribe_present_H_gl 
     133   
     134   !______________________________________________________________________________________ 
     135  !>  function prescribe_present_H_gl_bmelt 
     136  !! calculate the initial grounding line position 
     137  !! only grounding line points are prescribed to present value 
     138  !! @return i_hp(:,:) and hp(:,:) 
     139 
     140  subroutine prescribe_present_H_gl_bmelt 
     141 
     142    implicit none 
     143 
     144    if (itracebug.eq.1)  call tracebug(' Entree dans routine  prescribe_present_H_gl_bmelt') 
     145 
     146!    where (MK_gl0(:,:) .eq. 1) ! grounding line only !cdc pour calcule fonte basale 
     147!       i_hp(:,:) = 1                                 ! thickness prescribed to present value 
     148!       hp(:,:)   = Hp0(:,:) 
     149!    end where 
     150    i_hp(:,:) = 0 
     151if (itracebug.eq.1)  call tracebug(' fin prescribe_present_H_gl_bmelt') 
     152 
     153 
     154  end subroutine prescribe_present_H_gl_bmelt 
    133155 
    134156  !______________________________________________________________________________________ 
Note: See TracChangeset for help on using the changeset viewer.