Changeset 18519
- Timestamp:
- 09/15/14 15:22:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r18507 r18519 127 127 end 128 128 %2014 September 11 129 if (md.seaice==0);129 if isa(md.seaice,'double'); 130 130 md.seaice=seaice() 131 131 end 132 132 end% }}} 133 133 end … … 149 149 150 150 %Change some of the defauls 151 md.timestepping.in_years = false; 152 md.constants.g = 9.80616; %Same as TOPAZ 151 md.timestepping.in_years = false; 152 md.timestepping.time_step = 600; 153 md.timestepping.final_time = 600; 154 md.constants.g = 9.80616; %Same as TOPAZ 153 155 else 154 156 error('model constructor not supported yet');
Note:
See TracChangeset
for help on using the changeset viewer.