Changeset 18498
- Timestamp:
- 09/10/14 14:38:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/SeaiceAnalysis.cpp
r18496 r18498 131 131 xDelete<IssmDouble>(xyz_list); 132 132 xDelete<IssmDouble>(B); 133 xDelete<IssmDouble>(M); 133 134 delete gauss; 134 135 return Ke; … … 207 208 oceanvx_input->GetInputValue(&oceanvx,gauss); 208 209 oceanvy_input->GetInputValue(&oceanvy,gauss); 209 oceanssh_input->GetInputDerivativeValue(&dssh[ 2],xyz_list,gauss);210 oceanssh_input->GetInputDerivativeValue(&dssh[0],xyz_list,gauss); 210 211 211 212 /*Previous speed (finite differencing)*/ … … 215 216 } 216 217 217 /*Atm espheric forcing*/218 /*Atmospheric forcing*/ 218 219 vnorm = sqrt(windvx*windvx + windvy*windvy); 219 220 constant_part = concentration*air_coef*rho_air*(air_lin_drag_coef+air_quad_drag_coef*vnorm);
Note:
See TracChangeset
for help on using the changeset viewer.