Changeset 25278


Ignore:
Timestamp:
07/14/20 17:15:53 (5 years ago)
Author:
Eric.Larour
Message:

CHG: do not include BP into RSL, as it's present in the dynamic sea level part!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp

    r25276 r25278  
    449449        Vector<IssmDouble> *RSLg    = NULL;
    450450        Vector<IssmDouble> *RSLg_old    = NULL;
    451         Vector<IssmDouble> *BPg    = NULL;
    452451
    453452        Vector<IssmDouble> *RSLgo    = NULL; //ocean convolution of the perturbation to gravity potential.
     
    467466        IssmDouble           eustatic;
    468467        IssmDouble                      Ixz, Iyz, Izz;
    469         int bp_compute_fingerprints= 0;
    470468       
    471469        if(VerboseSolution()) _printf0_("         converging on ocean components\n");
     
    557555       
    558556       
    559         /*if we had bottom pressure loading, add dynamic sea level
    560          * to RSL:*/
    561         femmodel->parameters->FindParam(&bp_compute_fingerprints,DslComputeFingerprintsEnum);
    562         if(bp_compute_fingerprints){
    563                 GetVectorFromInputsx(&BPg,femmodel,DslSeaWaterPressureChangeAtSeaFloor,VertexSIdEnum);
    564                 RSLg->AXPY(BPg,1);
    565         }
    566 
    567557        delete RSLg_old;
    568         delete BPg;
    569558
    570559        return RSLg;
Note: See TracChangeset for help on using the changeset viewer.