Changeset 22220


Ignore:
Timestamp:
11/03/17 10:59:49 (7 years ago)
Author:
Eric.Larour
Message:

CHG: new glacier_levelset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-NatGeoScience2016/src/m/classes/maskpsl.m

    r22157 r22220  
    1010                ocean_levelset = NaN;
    1111                land_levelset = NaN;
     12                glacier_levelset = NaN;
    1213        end
    1314        methods (Static)
     
    6667                        fielddisplay(self,'ocean_levelset','is the vertex on the ocean ? yes if = 1, no if = 0');
    6768                        fielddisplay(self,'land_levelset','is the vertex on the land ? yes if = 1, no if = 0');
     69                        fielddisplay(self,'glacier_levelset','is the vertex on a glacier ? yes if = 1, no if = 0');
    6870                end % }}}
    6971                function marshall(self,prefix,md,fid) % {{{
Note: See TracChangeset for help on using the changeset viewer.