Thickness Layer Ratios

From krc
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:.5em;">
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:.5em;">
 
<div style="font-size:125%; line-height:120%; padding:1px; padding-left:2px; background-color:#eeeeee; border-bottom:1px solid #aaaaaa;">
 
<div style="font-size:125%; line-height:120%; padding:1px; padding-left:2px; background-color:#eeeeee; border-bottom:1px solid #aaaaaa;">
'''Input Parameter Variable'''
+
'''Input Parameter'''
 
</div>
 
</div>
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
'''''thick'''''
+
''[[RLAY|RLAY]]''
 +
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 15: Line 16:
 
</div>
 
</div>
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
The thickness of the upper ''material'' of a surface. ''thick'' is effective when a user desires to adjust the thermal inertias of two materials while keeping the thickness of the upper material constant. For example, a thin layer of dust on top of bedrock.  
+
The scaling factor by which the layers geometrically change thickness.
:*When ''thick'' is used as an input parameter, [[evalN1_krc()|evalN1_krc()]] is called automatically, and calculates several parameters to create model stability for a material with this thickness.
+
 
:*Therefore, manually adjusting the following parameters, which are used in evalN1_krc(), may result in a non-stable model:
+
:*If RLAY < 1: Layers will geometrically decrease in thickness
::*The layer at which material properties change (i.e. [[IC|IC]]).
+
:*If RLAY = 1: Layers will not geometrically change in thickness
::*The number of seasons calculated in the run (i.e. [[N1|N1]])
+
:*If RLAY > 1: Layers will geometrically increase in thickness
::*The model's start season (i.e. [[JDISK|JDISK]])
+
::*The increment between seasons, in Julian Dates or L<sub>S</sub> (i.e. [[DELJUL|DELJUL]] or [[DELLS|DELLS]], respectively)
+
::*The length of one solar day (i.e. [[PERIOD|PERIOD]])
+
 
</div>
 
</div>
 
</div>
 
</div>
+
 
 
   
 
   
 
<span id="{{{1}}}"></span>
 
<span id="{{{1}}}"></span>
Line 33: Line 31:
 
</div>
 
</div>
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
:'''Definition:'''
+
:'''Davinci Definition:'''
 
::*Same as Physical Definition
 
::*Same as Physical Definition
 
:'''Values:'''
 
:'''Values:'''
Line 39: Line 37:
 
::*Input = Real Value Parameter
 
::*Input = Real Value Parameter
 
   
 
   
::*Units: Meters
+
::*Units: Unitless
 
   
 
   
::*Range = 0 or greater
+
::*Range = Greater than 0  
 
   
 
   
::*Default Value = 0 ''(i.e. no layering)''
+
::*Default Value = 1.2
 
:'''Input Parameter Name:'''
 
:'''Input Parameter Name:'''
::*thick
+
::*RLAY
  
:'''Related Functions:'''
 
::*[[evalN1_krc()|evalN1_krc()]]
 
:::*
 
 
</div>
 
</div>
 
</div>
 
</div>
Line 60: Line 55:
 
</div>
 
</div>
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
:''Does not have exact Davinci counterpart''
+
:'''KRC Definition:'''
 +
::*Same as Physical Definition
 +
:'''Values:'''
 +
::*Input = Real Value Parameter in F10.2 FORTRAN format
 +
::::i.e. Floating point value, with a field width of 10, including leading blank spaces, plus or minus sign, decimal point and 2 integers after the decimal point.
 
   
 
   
 +
::*Units: Same as Davinci
 
   
 
   
 +
::*Range = Same as Davinci
 +
 +
::*Default Value = Same as Davinci
 +
 +
:'''Input Parameter Name:'''
 +
::*Same as Davinci
 +
:'''Example:'''
 +
:::''See the default master input file as an example:'' [http://krc.mars.asu.edu/images/e/e5/master.inp.pdf master.inp]
 +
</div>
 +
</div>
 +
 +
 +
 
:'''Closest Related Parameter''':
 
:'''Closest Related Parameter''':
::*[[RLAY|RLAY]]
+
::*[[thick|thick]]
 
   
 
   
 
::*[[FLAY|FLAY]]
 
::*[[FLAY|FLAY]]

Revision as of 13:53, 17 August 2018

Input Parameter

Physical Definition

The scaling factor by which the layers geometrically change thickness.

  • If RLAY < 1: Layers will geometrically decrease in thickness
  • If RLAY = 1: Layers will not geometrically change in thickness
  • If RLAY > 1: Layers will geometrically increase in thickness


Davinci Usage

Davinci Definition:
  • Same as Physical Definition
Values:
  • Input = Real Value Parameter
  • Units: Unitless
  • Range = Greater than 0
  • Default Value = 1.2
Input Parameter Name:
  • RLAY


KRC Usage

KRC Definition:
  • Same as Physical Definition
Values:
  • Input = Real Value Parameter in F10.2 FORTRAN format
i.e. Floating point value, with a field width of 10, including leading blank spaces, plus or minus sign, decimal point and 2 integers after the decimal point.
  • Units: Same as Davinci
  • Range = Same as Davinci
  • Default Value = Same as Davinci
Input Parameter Name:
  • Same as Davinci
Example:
See the default master input file as an example: master.inp


Closest Related Parameter:

</div> </div>

Personal tools