Changeset 25683


Ignore:
Timestamp:
10/13/20 10:49:26 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: wrong sign for moulin storage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Moulin.cpp

    r25508 r25683  
    367367
    368368        /*Load vector*/
    369         Ke->values[0] = - Am/(rho_water*g)/dt;
     369        Ke->values[0] = +Am/(rho_water*g)/dt;
    370370
    371371        /*Clean up and return*/
     
    393393        element->GetInputValue(&moulin_load,node,HydrologyMoulinInputEnum);
    394394
    395         pe->values[0] = moulin_load -Am/(rho_water*g) * phi_old/dt;
     395        pe->values[0] = moulin_load +Am/(rho_water*g) * phi_old/dt;
    396396
    397397        /*Clean up and return*/
Note: See TracChangeset for help on using the changeset viewer.