Ignore:
Timestamp:
01/09/19 17:09:26 (6 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/Greeneem_files/lect-greeneem_mod.f90

    r113 r237  
    8686       do i=1,nx 
    8787 
    88           archimed = Bsoc(i,j)+H(i,j)*ro/row -sealevel 
     88          archimed = Bsoc(i,j)+H(i,j)*ro/row -sealevel_2d(i,j) 
    8989 
    9090          if ((archimed.LT.0.).and.(H(I,J).gt.1.E-3)) then    ! le point flotte 
Note: See TracChangeset for help on using the changeset viewer.