Changes between Version 14 and Version 15 of addfield
- Timestamp:
- 11/20/14 11:07:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addfield
v14 v15 29 29 == Implement the new field in the model == 30 30 31 First, load the input: 31 First of all, you have to fetch the data in the `UpdateElements` function: 32 33 {{{ 34 #!c 35 iomodel->FetchDataToInput(elements,CalvingMeltingrateEnum); 36 }}} 37 38 After, load the input in the computation function: 32 39 33 40 {{{