Ignore:
Timestamp:
05/24/17 17:46:02 (7 years ago)
Author:
aquiquet
Message:

Implementation of Schoof4Schoof parametrisation instead of Tsai4Schoof. Detection of floating points stuck inside grounded points (marais). Islands and marais are discarded for Schoof computation. flottab reverted to determin_tache and front (icebergs have to be put in calving for mass conservation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Netcdf-routines/sortie_netcdf_GRISLI_mod.0.2-hassine.f90

    r107 r110  
    908908                   tab(:,:) = tot_water(:,:) 
    909909                endif 
    910                 if (itab.eq.59) then  
     910                if (itab.eq.59) then 
    911911                   tab(:,:) = gr_line_schoof(:,:) 
    912912                endif  
     
    968968                            if (ilemy(i,j)) then 
    969969                               tab(i,j)=2 
     970                            else if (fleuvemy(i,j)) then 
     971                               tab(i,j)=5        ! actual grounded streams 
    970972                            else 
    971973                               tab(i,j)=1 
Note: See TracChangeset for help on using the changeset viewer.