Ignore:
Timestamp:
04/25/19 17:30:50 (5 years ago)
Author:
aquiquet
Message:

Grisli-iloveclim branch merged to trunk at revision 253 + some corrections for water conservation

Location:
branches/iLoveclim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/iLoveclim

  • branches/iLoveclim/SOURCES/bilan_eau_mod.f90

    r244 r254  
    4747        diff_H=0. 
    4848        sum_H_old = sum(H(2:nx-1,2:ny-1),mask=ice(2:nx-1,2:ny-1)==1) 
     49        H_beau_old(:,:)=H(:,:) 
    4950        tot_water(:,:)=0. 
    5051        bm_dt(:,:)=0. 
     
    135136 
    136137 
    137 if (isynchro.eq.1) then 
     138!afq -- if (isynchro.eq.1) then 
     139if ((isynchro.eq.1).or.(nt.eq.1)) then 
     140 
    138141! on raisonne en bilan annuel pour simplifier : 
    139142!~      where (ice(2:nx-1,2:ny-1).eq.1) 
Note: See TracChangeset for help on using the changeset viewer.