Changeset 8407
- Timestamp:
- 05/24/11 09:54:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/extrude.m
r8399 r8407 151 151 md.vel_obs_raw=project3d(md,md.vel_obs_raw,'node'); 152 152 md.surface_mass_balance=project3d(md,md.surface_mass_balance,'node'); 153 md.surface_accumulation_rate=project3d(md,md.surface_accumulation_rate,'node'); 154 md.surface_ablation_rate=project3d(md,md.surface_ablation_rate,'node'); 153 155 md.dhdt=project3d(md,md.dhdt,'node'); 154 156 md.firn_layer=project3d(md,md.firn_layer,'node',md.numlayers); 155 157 if ~isempty(md.forcings), 156 158 forcingnames=fieldnames(md.forcings); 157 numforcings=length( md.forcings);159 numforcings=length(fieldnames(md.forcings)); 158 160 for i=1:numforcings 159 161 forcing=md.forcings.(forcingnames{i});
Note:
See TracChangeset
for help on using the changeset viewer.