INERTIA

From krc
(Difference between revisions)
Jump to: navigation, search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{KRCWiki_Variable|
 
{{KRCWiki_Variable|
This variable is the thermal inertia (in units of J m<sup>-2</sup> s<sup>-1/2</sup> K<sup>-1</sup>) of the upper material.  Layer 1 is the atmosphere.  This material property begins at layer 2 and continues until it is switched at the layer set by the variable "[[IC]]".
+
This variable is the thermal inertia of the upper material.
 
|
 
|
Arguments: A value, a filename and file type.
+
J m<sup>-2</sup> s<sup>-1/2</sup> K<sup>-1</sup>
+
Return Value: none.  A file is written to disk.
+
 
|
 
|
[[Syntax]]: export(object &#61; VAL, filename &#61; STRING, type &#61; TYPE [, force &#61; 1])
+
1 3
 +
|
 +
Layer 1 is the atmosphere.  This material property begins at layer 2 and continues until it is switched at the layer set by the variable "[[IC]]".
 +
|
 +
1000
 +
|
 +
*[[IC]]
 +
*[[COND]]
 +
*[[SpHeat]]
 +
*[[COND2]]
 +
|
 +
2.3.2
 +
}}
 +
 
 +
[[Category:Variables]]
 +
 
 +
<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;">
 +
'''Parameter Variable and Physical Definition'''
 +
</div>
 +
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 +
'''Surface Thermal Inertia:''' The reluctance of a material to change temperature through heat transfer.
 +
</div>
 +
</div>
 
   
 
   
The export() function copies data to a file.  The value of type specifies the type of file written, and is one of:
 
 
   
 
   
*specpr  - SpecPR
+
<span id="{{{1}}}"></span>
*vicar  - Vicar grayscale
+
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:.5em;">
*grd    - USGS Grid
+
<div style="font-size:125%; line-height:120%; padding:1px; padding-left:2px; background-color:#eeeeee; border-bottom:1px solid #aaaaaa;">
*pgm    - Pbmplus 8-bit grayscale
+
'''Davinci Usage'''
*ppm    - Pbmplus 24-bit true-color
+
</div>
*isis    - [[PDS]]/[[ISIS]]
+
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
*ascii  - Columnar ascii matrix
+
:'''Definition:'''
*imath  - Imath format
+
::*Thermal Inertia Value of the top layer of the surface
*ers    - ER Mapper Raster
+
:'''Values:'''
*gif    - Compuserve GIF format
+
*tiff    - Tagged Image File Format
+
*jpeg    - Joint Photographic Experts Group
+
*png    - Portable Network Graphics
+
*bmp    - Microsoft Bitmap
+
*raw    - Binary output, no header
+
 
   
 
   
If the force keyword is included, then any existing file of the same name is overwritten.  Without this keyword, the write is aborted if the filename already exists.
+
::*Input = Real Value Parameter
 
   
 
   
Notes:
+
::*Units: J m<sup>-2</sup> s<sup>-1/2</sup> K<sup>-1</sup>
 
   
 
   
The standard graphics formats (GIF, TIFF, JPEG, PNG, BMP, PPM), all expect either 1 or 3 band, byte images.  A 3-band image is interpreted to be a red band, a green band and a blue band.
+
::*Range = Greater than 0
 
   
 
   
The PGM and GRD formats can not handle multiplane data.
+
::*Default Value = Value from 2 ppd TES
 +
:'''Input Parameter Name:'''
 +
::*INERTIA
 
   
 
   
The ERS format produces two files, one named "path", containing the raw raster data, and another named "path.ers", containing the ERS header.  This is the standard for ERS files.
+
:'''Related Parameters:'''
|
+
::*[[Mat1|Mat1]]
dv> a
+
345x200x10 array of float, bsq format [2,760,000 bytes]
+
 
   
 
   
  dv> export(a,"exported_data.cub",type&#61;vicar,force&#61;1)
+
::*[[Por1|Por1]]
|
+
</div>
|
+
</div>
|
+
   
*[[write]]
+
*[[filetype]]
+
<span id="{{{1}}}"></span>
*[[read]]
+
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:.5em;">
|
+
<div style="font-size:115%; line-height:120%; padding:1px; padding-left:2px; background-color:#eeeeee; border-bottom:1px solid #aaaaaa;">
|
+
'''KRC Usage'''
}}
+
</div>
 +
<div style="background:#ffffff; padding:0.8em 0.4em 0.8em 0.4em; font-size:95%;border-bottom:1px solid #aaaaaa;">
 +
:'''Definition:'''
 +
::*Surface Thermal Inertia
 +
:'''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 = Greater than 0
 +
 +
::*Default Value = 200.0
 +
:'''Input Parameter Name:'''
 +
::*Same as Davinci ''(Old Parameter Name Listed in Helplist as: SKRC)''
 +
 +
:'''Related Parameters:'''
 +
::*[[DENSITY|DENSITY]]
 +
 +
::*[[SPEC_HEAT|SPEC_HEAT]]
 +
:'''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>
  
  
[[Category:Variables]]
+
[[Category:Parameter Glossary]][[Category:Real Value Parameter]]

Latest revision as of 16:18, 19 July 2017

Description

This variable is the thermal inertia of the upper material.

Units - Change Card Index

Units: J m-2 s-1/2 K-1


Change Card Index: 1 3

Usage

Layer 1 is the atmosphere. This material property begins at layer 2 and continues until it is switched at the layer set by the variable "IC".

Example Value

1000

Mini-Nav Bar

Related Variables

Supported under version: 2.3.2

Parameter Variable and Physical Definition

Surface Thermal Inertia: The reluctance of a material to change temperature through heat transfer.


Davinci Usage

Definition:
  • Thermal Inertia Value of the top layer of the surface
Values:
  • Input = Real Value Parameter
  • Units: J m-2 s-1/2 K-1
  • Range = Greater than 0
  • Default Value = Value from 2 ppd TES
Input Parameter Name:
  • INERTIA
Related Parameters:


KRC Usage

Definition:
  • Surface Thermal Inertia
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 = Greater than 0
  • Default Value = 200.0
Input Parameter Name:
  • Same as Davinci (Old Parameter Name Listed in Helplist as: SKRC)
Related Parameters:
Example:
See the default master input file as an example: master.inp
Personal tools