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

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

CHG: added new review

File size: 843 bytes
RevLine 
[24684]1Index: ../trunk-jpl/src/m/classes/frictiontemp.m
2===================================================================
3--- ../trunk-jpl/src/m/classes/frictiontemp.m (revision 24576)
4+++ ../trunk-jpl/src/m/classes/frictiontemp.m (revision 24577)
5@@ -57,7 +57,7 @@
6 md = checkfield(md,'fieldname','friction.gamma','NaN',1,'Inf',1,'numel',1,'>',0.);
7
8 %Check that temperature is provided
9- md = checkfield(md,'fieldname','initialization.temperature','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1]);
10+ md = checkfield(md,'fieldname','initialization.temperature','NaN',1,'Inf',1,'size','universal');
11 end % }}}
12 function disp(self) % {{{
13 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.