Changeset 28087


Ignore:
Timestamp:
01/31/24 11:58:52 (15 months ago)
Author:
dmangini
Message:

CHG: taking care of MOLHO when extracting models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model.m

    r27930 r28087  
    813813                                        md2.stressbalance.spcvx(nodestoflag2)=md2.inversion.vx_obs(nodestoflag2);
    814814                                        md2.stressbalance.spcvy(nodestoflag2)=md2.inversion.vy_obs(nodestoflag2);
     815                                        %MOLHO
     816                                        md2.stressbalance.spcvx_base(nodestoflag2)=md2.inversion.vx_obs(nodestoflag2);
     817                                        md2.stressbalance.spcvy_base(nodestoflag2)=md2.inversion.vy_obs(nodestoflag2);
     818                                        md2.stressbalance.spcvx_shear(nodestoflag2)=0.;
     819                                        md2.stressbalance.spcvy_shear(nodestoflag2)=0.;
    815820                                else
    816821                                        md2.stressbalance.spcvx(nodestoflag2)=NaN;
Note: See TracChangeset for help on using the changeset viewer.