Changeset 21945 for issm/trunk-jpl/src/m/classes/trans.js
- Timestamp:
- 08/12/17 12:23:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/trans.js
r21802 r21945 15 15 this.isgroundingline = 0; 16 16 this.isgia = 0; 17 this.isesa = 0; 17 18 this.isdamageevolution = 0; 18 19 this.ismovingfront = 0; … … 36 37 fielddisplay(this,'isgroundingline','indicates whether a groundingline migration is used in the transient'); 37 38 fielddisplay(this,'isgia','indicates whether a postglacial rebound model is used in the transient'); 39 fielddisplay(this,'isesa','indicates whether an elastic adjustment model is used in the transient'); 38 40 fielddisplay(this,'isdamageevolution','indicates whether damage evolution is used in the transient'); 39 41 fielddisplay(this,'ismovingfront','indicates whether a moving front capability is used in the transient'); … … 60 62 checkfield(md,'fieldname','trans.isgroundingline','numel',[1],'values',[0, 1]); 61 63 checkfield(md,'fieldname','trans.isgia','numel',[1],'values',[0, 1]); 64 checkfield(md,'fieldname','trans.isesa','numel',[1],'values',[0, 1]); 62 65 checkfield(md,'fieldname','trans.isdamageevolution','numel',[1],'values',[0, 1]); 63 66 checkfield(md,'fieldname','trans.ismovingfront','numel',[1],'values',[0, 1]); … … 77 80 WriteData(fid,prefix,'object',this,'fieldname','isgroundingline','format','Boolean'); 78 81 WriteData(fid,prefix,'object',this,'fieldname','isgia','format','Boolean'); 82 WriteData(fid,prefix,'object',this,'fieldname','isesa','format','Boolean'); 79 83 WriteData(fid,prefix,'object',this,'fieldname','isdamageevolution','format','Boolean'); 80 84 WriteData(fid,prefix,'object',this,'fieldname','ishydrology','format','Boolean'); … … 110 114 this.isgroundingline = 0; 111 115 this.isgia = 0; 116 this.isesa = 0; 112 117 this.isdamageevolution = 0; 113 118 this.ismovingfront = 0;
Note:
See TracChangeset
for help on using the changeset viewer.