Changeset 253


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

Initial value of water conservation variables corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/bilan_eau_mod.f90

    r237 r253  
    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. 
     
    130131 
    131132 
    132 if (isynchro.eq.1) then 
     133!afq -- if (isynchro.eq.1) then 
     134if ((isynchro.eq.1).or.(nt.eq.1)) then 
     135 
    133136! on raisonne en bilan annuel pour simplifier : 
    134137!~      where (ice(2:nx-1,2:ny-1).eq.1) 
Note: See TracChangeset for help on using the changeset viewer.