Changeset 14764 for issm/trunk-jpl/src/m/classes/surfaceforcings.m
- Timestamp:
- 04/26/13 08:08:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/surfaceforcings.m ΒΆ
r14742 r14764 48 48 md = checkfield(md,'surfaceforcings.issmbgradients','numel',[1],'values',[0 1]); 49 49 if(obj.ispdd) 50 md = checkfield(md,'surfaceforcings.desfac','<=',1 );51 md = checkfield(md,'surfaceforcings.s0p','>=',0 );50 md = checkfield(md,'surfaceforcings.desfac','<=',1,'numel',1); 51 md = checkfield(md,'surfaceforcings.s0p','>=',0,'numel',1); 52 52 if(obj.isdelta18o==0) 53 53 md = checkfield(md,'surfaceforcings.monthlytemperatures','forcing',1,'NaN',1);
Note:
See TracChangeset
for help on using the changeset viewer.