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/calving_frange.f90

    r126 r146  
    122122  mass_total=0d0 
    123123!afq for CONSEAU  calvtest=0. 
    124   mass_total=0d0 
    125124 
    126125! calcul du dhdt lagrangien 
     
    159158 
    160159!ifint:    if((front(i,j).gt.0).and.(front(i,j).lt.4)) then 
    161         ifint:    if(front(i,j).lt.4) then 
     160!cdc pb avec front        ifint:    if(front(i,j).lt.4) then 
     161        ifint:    if((H(i-1,j).lt.2.).or.(H(i+1,j).lt.2.).or.(H(i,j-1).lt.2.).or.(H(i,j+1).lt.2)) then ! si on est au bord avec test sur H 
    162162! ifint: le point doit avoir au - 1 voisin mais ne pas etre entouré de glace 
    163163! ce qui evite la formation des polynies dans les shelfs 
     
    491491                     S(i,j)=H(i,j)*(1.-ro/row) + sealevel 
    492492                     B(i,j)=S(i,j) - H(i,j) 
     493          ! ATTENTION ne pas mettre ice=0 sinon degradation bilan d'eau (bm et bmelt non comptabilises dans ce cas) 
    493494                   endif 
    494495                   !H(i,j)=1              
Note: See TracChangeset for help on using the changeset viewer.