Changeset 117


Ignore:
Timestamp:
06/21/17 16:50:59 (7 years ago)
Author:
dumas
Message:

In steps_time_loop shortoutput is now called just after bilan_eau to avoid instabilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/steps_time_loop.f90

    r112 r117  
    6464 
    6565     call bilan_eau 
     66     if (isynchro.eq.1) then 
     67         call shortoutput 
     68         diff_H = 0. 
     69         Bm_dtt(:,:) = 0. 
     70         bmelt_dtt(:,:) = 0. 
     71         calv_dtt(:,:)=0. 
     72         ablbord_dtt(:,:)=0. 
     73         diff_H_2D(:,:)=0. 
     74      endif 
    6675      
    6776     call flottab 
     
    108117  !==================================================================== 
    109118 
    110   ! time outputs  (volume, extent, ...)  
    111   !------------------------------------------------------------------ 
    112   if ((mod(abs(TIME),NDISP*1.).lt.dtmin).or.(isynchro.eq.1).or.(nt.eq.1)) then 
    113      call shortoutput 
    114   endif 
    115  
    116  
    117119  ! horizontal plan snapshots 
    118120  !------------------------------------------------------------------ 
     
    166168   
    167169  ! end of outputs 
    168   if (isynchro.eq.1) then 
    169                  diff_H = 0. 
    170                  Bm_dtt(:,:) = 0. 
    171                  bmelt_dtt(:,:) = 0. 
    172            calv_dtt(:,:)=0. 
    173                  ablbord_dtt(:,:)=0. 
    174                  diff_H_2D(:,:)=0. 
    175         endif     
     170 
    176171  !==================================================================== 
    177172  !  
Note: See TracChangeset for help on using the changeset viewer.