Ignore:
Timestamp:
02/14/18 09:25:04 (6 years ago)
Author:
aquiquet
Message:

Important bug in isostasy affecting post-rev71 corrected. In addition minor correction for the use of itracebug with restricted domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/steps_time_loop.f90

    r180 r181  
    2424  use bilan_eau_mod 
    2525  use bilan_flux_mod 
     26  use iso_declar, only: dt_iso 
    2627  !  use track_debug  
    2728 
     
    394395  if (itracebug.eq.1)  call tracebug(' Dans spinup_3_bed') 
    395396 
    396   if ((nbed.eq.1).and.nt.ne.1.and.isynchro.eq.1.and.(mod(abs(TIME),50.).lt.dtmin)) then 
     397  if ((nbed.eq.1).and.nt.ne.1.and.isynchro.eq.1.and.(mod(abs(TIME),dt_iso).lt.dtmin)) then 
    397398    call bedrock                 !  bedrock adjustment 
    398399  endif 
Note: See TracChangeset for help on using the changeset viewer.