Changes between Initial Version and Version 1 of addfield


Ignore:
Timestamp:
11/19/14 15:48:32 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addfield

    v1 v1  
     1Let's use an example to illustrate how to add a field in the model. I want to add a melting rate field to the calving parameters. This melting rate is given by the user so we add the field to the GUI interface.
     2
     3== Modify the GUI ==
     4
     5Go to `src/m/classes`
     6
     7{{{
     8#!sh
     9cd $ISSM_DIR/src/c/shared/Enum/
     10./Synchronize.sh
     11}}}