Changeset 9635
- Timestamp:
- 09/06/11 16:48:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ismodelselfconsistent.m
r9632 r9635 295 295 296 296 if md.timestepping.time_step<=0, 297 message('model not consistent: field timestepp ping.time_step must be positive for a transient run')297 message('model not consistent: field timestepping.time_step must be positive for a transient run') 298 298 end 299 299 if(md.timestepping.cfl_coefficient>1 | md.timestepping.cfl_coefficient<0), … … 319 319 %NDT 320 320 if md.timestepping.time_step~=0, 321 message(['model not consistent: for a steadystate computation, timestepp ping.time_step must be zero.']);321 message(['model not consistent: for a steadystate computation, timestepping.time_step must be zero.']); 322 322 end 323 323 … … 335 335 336 336 if md.timestepping.time_step<=0, 337 message('model not consistent: field timestepp ping.time_step must be positive for a transient run')337 message('model not consistent: field timestepping.time_step must be positive for a transient run') 338 338 end 339 339 … … 508 508 509 509 %DT and NDT 510 fields={'timestepp ping.time_step','timesteppping.final_time'};510 fields={'timestepping.time_step','timestepping.final_time'}; 511 511 checkgreaterstrict(md,fields,0); 512 512
Note:
See TracChangeset
for help on using the changeset viewer.