Ignore:
Timestamp:
01/09/19 17:09:26 (5 years ago)
Author:
aquiquet
Message:

Sealevel is now treated as a 2D variable (sealevel_2d while sealevel remains the eustatic sea level), results should remain identical as sealevel_2d is equal to sealevel in this revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/isostasie_mod-0.3.f90

    r181 r237  
    103103    do i=1,nx 
    104104       do j=1,ny 
    105           if (ro*h0(i,j).ge.-row*(BSOC0(i,j)-sealevel)) then 
     105          if (ro*h0(i,j).ge.-row*(BSOC0(i,j)-sealevel_2d(i,j))) then 
    106106 
    107107             !        glace ou terre 
     
    110110          else 
    111111             !        ocean 
    112              charge(i,j)=-rowg*(Bsoc0(i,j)-sealevel) 
     112             charge(i,j)=-rowg*(Bsoc0(i,j)-sealevel_2d(i,j)) 
    113113          endif 
    114114       end do 
Note: See TracChangeset for help on using the changeset viewer.