source: issm/oecreview/Archive/24307-24683/ISSM-24576-24577.diff

Last change on this file was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 843 bytes
  • ../trunk-jpl/src/m/classes/frictiontemp.m

     
    5757                        md = checkfield(md,'fieldname','friction.gamma','NaN',1,'Inf',1,'numel',1,'>',0.);
    5858
    5959                        %Check that temperature is provided
    60                         md = checkfield(md,'fieldname','initialization.temperature','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1]);
     60                        md = checkfield(md,'fieldname','initialization.temperature','NaN',1,'Inf',1,'size','universal');
    6161                end % }}}
    6262                function disp(self) % {{{
    6363                        disp(sprintf('Basal shear stress parameters: tau_b = coefficient^2 * Neff ^r * |u_b|^(s-1) * u_b * 1/f(T)\n(effective stress Neff=rho_ice*g*thickness+rho_water*g*bed, r=q/p and s=1/p)'));
Note: See TracBrowser for help on using the repository browser.