Changeset 24016


Ignore:
Timestamp:
06/13/19 12:16:40 (6 years ago)
Author:
tpelle
Message:

CHG: Update geothermalflux module to support ISMIP6, PICO, and PICOP melt parameterizations in HO, also update test475

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/GeothermalFluxx/GeothermalFluxx.cpp

    r20020 r24016  
    2020                case MismipFloatingMeltRateEnum:
    2121                case LinearFloatingMeltRateEnum:
     22                case BasalforcingsPicoEnum:
     23                case BasalforcingsIsmip6Enum:
    2224                        /*Nothing to be done*/
    2325                        break;
  • issm/trunk-jpl/test/NightlyRun/test475.m

    r24015 r24016  
    5050           'Bed2','Surface2','Thickness2','Floatingice2','Vx2','Vy2','Pressure2','FloatingiceMeltingrate2',...
    5151           'Bed3','Surface3','Thickness3','Floatingice3','Vx3','Vy3','Pressure3','FloatingiceMeltingrate3'};
    52 field_tolerances={7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-10,...
    53            7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-10,...
    54            7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-10};
     52field_tolerances={7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-7,...
     53           7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-7,...
     54           7e-09,8e-09,8e-09,7e-09,6e-08,7e-08,6e-09,8e-7};
    5555field_values={...
    5656           (md.results.TransientSolution(1).Base),...
Note: See TracChangeset for help on using the changeset viewer.