Changeset 27797


Ignore:
Timestamp:
06/21/23 14:23:42 (22 months ago)
Author:
Cheng Gong
Message:

ADD: CalvingMIP Exp 2 and 4, second half with no calving, use md.calvingcalvingmip.experiment=0

Location:
issm/trunk-jpl/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r27795 r27797  
    11701170                                /*Get wrate*/
    11711171                                wrate_input->GetInputValue(&wrate,gauss);
     1172                                break;
     1173                        case 0:
     1174                                /* This is for second half of Exp 2 and 4: to set c=0*/
     1175                                wrate = vel;
    11721176                                break;
    11731177                        default:
  • issm/trunk-jpl/src/m/classes/calvingcalvingmip.m

    r27789 r27797  
    4141
    4242                        md = checkfield(md,'fieldname','calving.min_thickness','>=',0,'NaN',1,'Inf',1,'numel',1);
    43                         md = checkfield(md,'fieldname','calving.experiment','values',[1, 2, 3, 4, 5]);
     43                        md = checkfield(md,'fieldname','calving.experiment','values',[0, 1, 2, 3, 4, 5]);
    4444                end % }}}
    4545                function disp(self) % {{{
Note: See TracChangeset for help on using the changeset viewer.