Rev | Line | |
---|
[20498] | 1 | Index: ../trunk-jpl/src/m/classes/slr.js
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/slr.js (revision 20260)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/slr.js (revision 20261)
|
---|
| 5 | @@ -53,6 +53,9 @@
|
---|
| 6 | this.defaultoutputs = function(md){ // {{{
|
---|
| 7 | return ['Sealevel'];
|
---|
| 8 | }//}}}
|
---|
| 9 | + this.classname= function(){// {{{
|
---|
| 10 | + return "slr";
|
---|
| 11 | + }// }}}
|
---|
| 12 | this.disp= function(){// {{{
|
---|
| 13 |
|
---|
| 14 | console.log(sprintf(' Sealevelrise solution parameters:'));
|
---|
| 15 | @@ -112,18 +115,19 @@
|
---|
| 16 | }//}}}
|
---|
| 17 | //properties
|
---|
| 18 | //{{{
|
---|
| 19 | - deltathickness = NaN;
|
---|
| 20 | - sealevel = NaN;
|
---|
| 21 | - maxiter = 0;
|
---|
| 22 | - reltol = 0;
|
---|
| 23 | - abstol = 0;
|
---|
| 24 | - love_h = 0; //provided by PREM model
|
---|
| 25 | - love_k = 0; //ideam
|
---|
| 26 | - rigid = 0;
|
---|
| 27 | - elastic = 0;
|
---|
| 28 | - eustatic = 0;
|
---|
| 29 | - degacc = 0;
|
---|
| 30 | - requested_outputs = [];
|
---|
| 31 | - transitions = [];
|
---|
| 32 | + this.deltathickness = NaN;
|
---|
| 33 | + this.sealevel = NaN;
|
---|
| 34 | + this.maxiter = 0;
|
---|
| 35 | + this.reltol = 0;
|
---|
| 36 | + this.abstol = 0;
|
---|
| 37 | + this.love_h = 0; //provided by PREM model
|
---|
| 38 | + this.love_k = 0; //ideam
|
---|
| 39 | + this.rigid = 0;
|
---|
| 40 | + this.elastic = 0;
|
---|
| 41 | + this.eustatic = 0;
|
---|
| 42 | + this.degacc = 0;
|
---|
| 43 | + this.requested_outputs = [];
|
---|
| 44 | + this.transitions = [];
|
---|
| 45 | + this.setdefaultparameters();
|
---|
| 46 | //}}}
|
---|
| 47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.