source:
issm/oecreview/Archive/24307-24683/ISSM-24576-24577.diff
Last change on this file was 24684, checked in by , 5 years ago | |
---|---|
File size: 843 bytes |
-
../trunk-jpl/src/m/classes/frictiontemp.m
57 57 md = checkfield(md,'fieldname','friction.gamma','NaN',1,'Inf',1,'numel',1,'>',0.); 58 58 59 59 %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'); 61 61 end % }}} 62 62 function disp(self) % {{{ 63 63 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.