Changeset 119


Ignore:
Timestamp:
06/22/17 17:03:39 (7 years ago)
Author:
aquiquet
Message:

S<sealevel bug correction

Location:
trunk/SOURCES
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/flottab2-0.7.f90

    r111 r119  
    215215                FLOT(I,J)=.false. 
    216216                BOOST=.false. 
    217  
    218217             endif 
    219218             !cdc correction topo pour suivre  variations sealevel 
     
    227226!cdc  1m           H(i,j)=min(1.,max(0.,(sealevel - Bsoc(i,j))*row/ro-0.01)) 
    228227             H(i,j)=0. 
    229              surnet=H(i,j)*(1.-ro/row) 
    230              S(i,j)=surnet+sealevel 
     228             S(i,j)=sealevel 
    231229             B(i,j)=S(i,j)-H(i,j) 
    232230          endif arch 
     
    249247    !~ print*,'flottab 2',flot(132,183),ice(132,183) 
    250248    !~ if (S(132,183).LT.sealevel) print*,'BUGGGGGGGGGGGGG !!!!!!!!!!!!!!!!' 
    251  
     249        
    252250!!$ do i=1,nx 
    253251!!$    do j=1,ny 
  • trunk/SOURCES/steps_time_loop.f90

    r117 r119  
    8181     where(.not.flot(:,:)) 
    8282        S(:,:)=Bsoc(:,:)+H(:,:) 
     83        S(:,:)=max(S(:,:),sealevel) 
    8384        B(:,:)=Bsoc(:,:) 
    8485     end where 
Note: See TracChangeset for help on using the changeset viewer.