Changeset 22221


Ignore:
Timestamp:
11/03/17 11:01:20 (7 years ago)
Author:
Eric.Larour
Message:

CHG: fixing issue with RSL vs SL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp

    r22166 r22221  
    264264        }
    265265
    266         /*compute: sea level change = initial sea level + (N_gia_rate+N_esa_rate - U_gia_rate - U_esa_rate )  * dt + steric_rate * dt*/
     266        /*compute: sea level change = initial sea level + (N_gia_rate+N_esa_rate)  * dt + steric_rate * dt*/
    267267        if(geodetic){
    268268                SL->AXPY(N_gia_rate,dt);
    269269                SL->AXPY(N_esa_rate,dt);
    270                 SL->AXPY(U_gia_rate,-dt); //notice -dt!
    271                 SL->AXPY(U_esa_rate,-dt); //same here
    272270        }
    273271        SL->AXPY(steric_rate_g,dt);
Note: See TracChangeset for help on using the changeset viewer.