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/MISMIP3D_files/lect-mismip3d_mod.f90

    r4 r237  
    111111  do j=1,ny 
    112112     do i=1,nx 
    113         if ((bsoc(i,j)+h(i,j)*ro/row -sealevel).lt.0.) then 
     113        if ((bsoc(i,j)+h(i,j)*ro/row -sealevel_2d(i,j)).lt.0.) then 
    114114           flot(i,j)=.true. 
    115115        else 
Note: See TracChangeset for help on using the changeset viewer.