Thickness of Material
From krc
(Difference between revisions)
(Created page with "<span id="{{{1}}}"></span> <div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:.5em;"> <div style="font-size:125%; line-height:120%; padding:1...") |
|||
Line 1: | Line 1: | ||
+ | <span id="{{{1}}}"></span> | ||
+ | <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;"> | ||
+ | '''Input Parameter Variable''' | ||
+ | </div> | ||
+ | <div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;"> | ||
+ | '''''thick''''' | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
<span id="{{{1}}}"></span> | <span id="{{{1}}}"></span> | ||
<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;"> | ||
Line 5: | Line 15: | ||
</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. |
+ | :*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: | ||
+ | ::*The layer at which material properties change (i.e. [[IC|IC]]). | ||
+ | ::*The number of seasons calculated in the run (i.e. [[N1|N1]]) | ||
+ | ::*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> | ||
Line 16: | Line 33: | ||
</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:''' |
− | ::* | + | ::*Same as Physical Definition |
− | + | :'''Values:''' | |
− | + | ||
+ | ::*Input = Real Value Parameter | ||
+ | |||
+ | ::*Units: Meters | ||
+ | |||
+ | ::*Range = 0 or greater | ||
+ | |||
+ | ::*Default Value = 0 ''(i.e. no layering)'' | ||
+ | :'''Input Parameter Name:''' | ||
+ | ::*thick | ||
+ | :'''Related Functions:''' | ||
+ | ::*[[evalN1_krc()|evalN1_krc()]] | ||
+ | :::* | ||
</div> | </div> | ||
</div> | </div> | ||
Line 31: | Line 60: | ||
</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'' |
− | ::*[[ | + | |
− | + | ||
+ | :'''Closest Related Parameter''': | ||
+ | ::*[[RLAY|RLAY]] | ||
+ | |||
+ | ::*[[FLAY|FLAY]] | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
[[Category:Variable Glossary]][[Category:Real Value Variable]] | [[Category:Variable Glossary]][[Category:Real Value Variable]] |
Revision as of 14:40, 22 July 2018
Input Parameter Variable
thick
Physical Definition
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.
- When thick is used as an input parameter, 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:
Davinci Usage
- Definition:
- Same as Physical Definition
- Values:
- Input = Real Value Parameter
- Units: Meters
- Range = 0 or greater
- Default Value = 0 (i.e. no layering)
- Input Parameter Name:
- thick
- Related Functions: