Ignore:
Timestamp:
04/20/10 16:35:48 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added discontinuous Galerkin for Balanced thickness solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m

    r3099 r3582  
    7171        disp('      no melting specified: values set as zero');
    7272end
     73if isnan(md.dhdt),
     74        md.dhdt=zeros(md.numberofgrids,1);
     75        disp('      no dhdt specified: values set as zero');
     76end
    7377
    7478displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
Note: See TracChangeset for help on using the changeset viewer.