Changes between Version 14 and Version 15 of addfield


Ignore:
Timestamp:
11/20/14 11:07:09 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addfield

    v14 v15  
    2929== Implement the new field in the model ==
    3030
    31 First, load the input: 
     31First of all, you have to fetch the data in the `UpdateElements` function:
     32
     33{{{
     34#!c
     35iomodel->FetchDataToInput(elements,CalvingMeltingrateEnum);
     36}}}
     37
     38After, load the input in the computation function: 
    3239
    3340{{{