Ignore:
Timestamp:
06/15/16 17:13:33 (8 years ago)
Author:
dumas
Message:

First parallelization instructions with OpenMP tested in debug : exactly the same results | isostasy called only every 50 years

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/steps_time_loop.f90

    r50 r71  
    340340        if (itracebug.eq.1)  call tracebug(' Dans spinup_3_bed') 
    341341 
    342         if ((nbed.eq.1).and.nt.ne.1.and.isynchro.eq.1) then            
    343            call bedrock()                                            !  bedrock adjustment 
     342!        if ((nbed.eq.1).and.nt.ne.1.and.isynchro.eq.1) then 
     343         if ((nbed.eq.1).and.nt.ne.1.and.isynchro.eq.1.and.(mod(abs(TIME),50.).lt.dtmin)) then 
     344           call bedrock                                              !  bedrock adjustment 
    344345        endif 
    345346 
Note: See TracChangeset for help on using the changeset viewer.