Ignore:
Timestamp:
02/03/16 09:38:41 (8 years ago)
Author:
dumas
Message:

Nouveau module de dragging : dragging_neff_contmaj_mod.f90 | correction d'un bug sur les indices dans relaxation_water_diffusion.f90 | suppression du coef 0.1 dans le calcul de betamx et betamy pour les points cotiers dans dragging_hwat_sedim_mod.f90 pour eviter le recul rapide de la grounding line en Antarctique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/dragging_hwat_sedim_mod.f90

    r37 r41  
    325325 
    326326      if (cotemx(i,j)) then                        ! point cotier 
    327          betamx(i,j)=cf*neffmx(i,j)*0.1  
     327         betamx(i,j)=cf*neffmx(i,j)  
    328328! cat         betamx(i,j)=min(betamx(i,j),tobmax) 
    329329! version Jorge 
     
    379379 
    380380      if (cotemy(i,j)) then                        ! point cotier 
    381          betamy(i,j)=cf*neffmy(i,j)*0.1  
     381         betamy(i,j)=cf*neffmy(i,j)  
    382382! cat         betamy(i,j)=min(betamy(i,j),tobmax) 
    383383! version Jorge 
Note: See TracChangeset for help on using the changeset viewer.