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/Hemin40_files/bmelt-hemin40-depth_mod.f90

    r4 r237  
    8585         do i=1,nx 
    8686 
    87             if ((sealevel-bsoc(i,j)).lt.600) then 
     87            if ((sealevel_2d(i,j)-bsoc(i,j)).lt.600) then 
    8888                    bmshelf(i,j)=0.2 ! 0.45!   0.65   
    8989                    bmgrz(i,j)=0.2 ! 0.45 !  0.65 
     
    129129shelf:    if (flot(i,j)) then    ! partie flottante 
    130130 
    131             if ((sealevel-bsoc(i,j)).lt.600) then 
     131            if ((sealevel_2d(i,j)-bsoc(i,j)).lt.600) then 
    132132                    if ((j.lt.75).and.(i.lt.145) ) then  !Atlantique  
    133133                    bmelt(i,j)=(.6+.4*coefbmshelf)*bmshelf(i,j) 
Note: See TracChangeset for help on using the changeset viewer.