Ignore:
Timestamp:
01/14/22 10:53:05 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added new fake calving law that is proportional to ice speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp

    r26640 r26784  
    116116                        iomodel->FetchDataToInput(inputs,elements,"md.calving.stress_threshold_floatingice",CalvingStressThresholdFloatingiceEnum);
    117117                        break;
     118                case CalvingTestEnum:
     119                        break;
    118120                default:
    119121                        _error_("Calving law "<<EnumToStringx(calvinglaw)<<" not supported yet");
     
    167169                case CalvingDev2Enum:
    168170                        parameters->AddObject(iomodel->CopyConstantObject("md.calving.height_above_floatation",CalvingHeightAboveFloatationEnum));
     171                        break;
     172                case CalvingTestEnum:
     173                        parameters->AddObject(iomodel->CopyConstantObject("md.calving.speedfactor",CalvingTestSpeedfactorEnum));
    169174                        break;
    170175                default:
Note: See TracChangeset for help on using the changeset viewer.