Changeset 25278
- Timestamp:
- 07/14/20 17:15:53 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp
r25276 r25278 449 449 Vector<IssmDouble> *RSLg = NULL; 450 450 Vector<IssmDouble> *RSLg_old = NULL; 451 Vector<IssmDouble> *BPg = NULL;452 451 453 452 Vector<IssmDouble> *RSLgo = NULL; //ocean convolution of the perturbation to gravity potential. … … 467 466 IssmDouble eustatic; 468 467 IssmDouble Ixz, Iyz, Izz; 469 int bp_compute_fingerprints= 0;470 468 471 469 if(VerboseSolution()) _printf0_(" converging on ocean components\n"); … … 557 555 558 556 559 /*if we had bottom pressure loading, add dynamic sea level560 * 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 567 557 delete RSLg_old; 568 delete BPg;569 558 570 559 return RSLg;
Note:
See TracChangeset
for help on using the changeset viewer.