Ignore:
Timestamp:
03/01/17 23:27:31 (8 years ago)
Author:
adhikari
Message:

CHG:GiaIvins switched back to Gia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/trans.js

    r21530 r21584  
    1414                this.isthermal       = 1;
    1515                this.isgroundingline = 0;
    16                 this.isgiaivins           = 0;
     16                this.isgia           = 0;
    1717                this.isdamageevolution = 0;
    1818                this.ismovingfront   = 0;
     
    3434                fielddisplay(this,'isthermal','indicates whether a thermal solution is used in the transient');
    3535                fielddisplay(this,'isgroundingline','indicates whether a groundingline migration is used in the transient');
    36                 fielddisplay(this,'isgiaivins','indicates whether a postglacial rebound model is used in the transient');
     36                fielddisplay(this,'isgia','indicates whether a postglacial rebound model is used in the transient');
    3737                fielddisplay(this,'isdamageevolution','indicates whether damage evolution is used in the transient');
    3838                fielddisplay(this,'ismovingfront','indicates whether a moving front capability is used in the transient');
     
    5757                        checkfield(md,'fieldname','trans.isthermal','numel',[1],'values',[0 ,1]);
    5858                        checkfield(md,'fieldname','trans.isgroundingline','numel',[1],'values',[0, 1]);
    59                         checkfield(md,'fieldname','trans.isgiaivins','numel',[1],'values',[0, 1]);
     59                        checkfield(md,'fieldname','trans.isgia','numel',[1],'values',[0, 1]);
    6060                        checkfield(md,'fieldname','trans.isdamageevolution','numel',[1],'values',[0, 1]);
    6161                        checkfield(md,'fieldname','trans.ismovingfront','numel',[1],'values',[0, 1]);
     
    7373                        WriteData(fid,prefix,'object',this,'fieldname','isthermal','format','Boolean');
    7474                        WriteData(fid,prefix,'object',this,'fieldname','isgroundingline','format','Boolean');
    75                         WriteData(fid,prefix,'object',this,'fieldname','isgiaivins','format','Boolean');
     75                        WriteData(fid,prefix,'object',this,'fieldname','isgia','format','Boolean');
    7676                        WriteData(fid,prefix,'object',this,'fieldname','isdamageevolution','format','Boolean');
    7777                        WriteData(fid,prefix,'object',this,'fieldname','ishydrology','format','Boolean');
     
    105105        this.isthermal         = 0;
    106106        this.isgroundingline   = 0;
    107         this.isgiaivins             = 0;
     107        this.isgia             = 0;
    108108        this.isdamageevolution = 0;
    109109        this.ismovingfront     = 0;
Note: See TracChangeset for help on using the changeset viewer.