Changeset 27210


Ignore:
Timestamp:
08/17/22 13:27:35 (3 years ago)
Author:
Eric.Larour
Message:

CHG: making sure incoming thickness is P0. Some debug info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/cores/mmemasstransport_core.cpp

    r27137 r27210  
    3535        if(VerboseSolution()) _printf0_("   computing MME mass transport\n");
    3636
    37         /*save current thickness before updating:*/
    38         InputDuplicatex(femmodel,ThicknessEnum,ThicknessOldEnum);
     37        /*save current thickness before updating, and make sure it's P0:*/
     38        femmodel->InputToP0(ThicknessEnum,ThicknessOldEnum);
    3939
    4040        /*grab thickness and ice/ocean levelsets from MmemasstransportThicknessEnum inputs in each element, assemble into a vector and feed to
     
    6464        IssmDouble time;
    6565        int frequency,count;
     66       
     67        if(VerboseModule()) _printf0_("   SolidEarth update for Mme mass transport solution");
    6668
    6769        /*retrieve parameters:*/
Note: See TracChangeset for help on using the changeset viewer.