Changeset 638
- Timestamp:
- 05/28/09 17:01:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/ice/diagnostic2d.m
r34 r638 8 8 % 9 9 % See also: ICEDIAGNOSTIC, ICEDIAGNOSTIC3D, ICEDIAGNOSTIC_CORE_NONLINEAR 10 11 %global variables 12 iceglobal 10 13 11 14 %recover inputs … … 36 39 u_g=diagnostic_core_linear(m_dhu,'diagnostic_hutter',inputs); 37 40 41 if fem.ismacayealpattyn, 42 gridset=fem.m_dh.gridset; 43 fem.m_dh.ys=Reducevector_g(u_g); 44 end 45 38 46 %Computation of depth averaged pressure with MacAyeal's assumptions (P_bar=1/2*rho_ice*g*H in Pa) 39 47 u_g(4:6:m_dhu.gridset.gsize)=1/2*md.rho_ice*md.g*md.thickness;
Note:
See TracChangeset
for help on using the changeset viewer.