Ignore:
Timestamp:
04/26/13 08:08:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated python surfaceforcings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/surfaceforcings.m ΒΆ

    r14742 r14764  
    4848                                md = checkfield(md,'surfaceforcings.issmbgradients','numel',[1],'values',[0 1]);
    4949                                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);
    5252                                        if(obj.isdelta18o==0)
    5353                                                md = checkfield(md,'surfaceforcings.monthlytemperatures','forcing',1,'NaN',1);
Note: See TracChangeset for help on using the changeset viewer.