Changeset 170
- Timestamp:
- 05/01/09 14:41:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/macayeal/control.m
r35 r170 125 125 126 126 %nu_bar=10^14*ones(nel,1); %initial element viscosity distribution. 127 nu_bar=viscosity(index,nel,alpha,beta, vx_obs,vy_obs,B_bar,glen_coeff);127 nu_bar=viscosity(index,nel,alpha,beta,[],[],B_bar,glen_coeff); 128 128 129 129 %%%AK velfinder; %forward model that determines first velocity field used … … 132 132 c_velfinder; 133 133 134 if strcmp(md.control_type {1},'B'),134 if strcmp(md.control_type,'B'), 135 135 for niteration=1:nsteps, 136 136 … … 237 237 %Load results onto md: 238 238 md.cont_J=J; 239 md.cont_parameter s=B;239 md.cont_parameter=B; 240 240 241 241 elseif strcmp(md.control_type,'basal'),
Note:
See TracChangeset
for help on using the changeset viewer.