Changeset 174


Ignore:
Timestamp:
01/08/18 18:39:59 (6 years ago)
Author:
aquiquet
Message:

Removing unused file and bug correction for bmelt following a climatic index

Location:
trunk/SOURCES
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/GrIce2sea_files/climat_GrIce2sea_years_perturb_mod.f90

    r164 r174  
    444444        !afq -- as in Pollard and Deconto, melt is more efficient at high temperature... -> 
    445445        if (coefbmshelf.gt.1.) then 
    446            coefbmshelf = 1. + ( 1. - coefbmshelf ) * 5. !afq.... tuning for the degla?... 
     446           coefbmshelf = 1. + ( coefbmshelf - 1. ) * 5. !afq.... tuning for the degla?... 
    447447        end if 
    448448         
Note: See TracChangeset for help on using the changeset viewer.