N24
From krc
(Difference between revisions)
(4 intermediate revisions by one user not shown) | |||
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;"> | ||
− | '''Parameter Variable and Definition''' | + | '''Parameter Variable and Physical Definition''' |
</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;"> | ||
− | '''Data Points Output per Hour:''' The number of data points | + | '''Data Points Output per Hour:''' The number of data points per hour to be output by KRC in a 24 hour period. |
</div> | </div> | ||
</div> | </div> | ||
Line 17: | Line 17: | ||
<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;"> | ||
− | :'' | + | :'''Davinci Definition''' |
+ | ::*Same as Physical Definition | ||
+ | :'''Values:''' | ||
+ | ::*Input = Integer Value Parameter | ||
+ | |||
+ | ::*Units: Unitless | ||
+ | |||
+ | ::*Range = Any factor or multiple of 24 (i.e. 3, 12, 24, 48, etc.). And must be divisible by [[N2|N2]] | ||
+ | |||
+ | ::*Default Value = 96 | ||
+ | :'''Input Parameter Name:''' | ||
+ | ::*N24 | ||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
Line 31: | Line 40: | ||
</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;"> | ||
− | + | :'''KRC Definition:''' | |
+ | ::*Same as Physical Definition | ||
+ | |||
:'''Values:''' | :'''Values:''' | ||
− | ::* | + | ::*Input = Integer Value Parameter in I10 (that is "I", for Integer) FORTRAN format |
+ | ::::i.e. Integer value, with a field width of 10, including leading blank spaces, plus or minus sign. | ||
+ | |||
+ | ::*Units: Same as davinci | ||
+ | |||
+ | ::*Range = Same as Davinci | ||
+ | |||
::*Default Value = 24 | ::*Default Value = 24 | ||
− | |||
− | |||
− | |||
:'''Input Parameter Name:''' | :'''Input Parameter Name:''' | ||
− | ::* | + | ::*Same as Davinci |
:'''Example:''' | :'''Example:''' | ||
Line 46: | Line 60: | ||
:N24 = 96 | :N24 = 96 | ||
− | ::''96 data points output divided by 24 hours in a day => 4 data points output per hour in a day''</div> | + | ::''96 data points output divided by 24 hours in a day => 4 data points output per hour in a day. Therefore, data point output for every 15 minutes'' |
+ | |||
+ | :''See the default master input file as an example:'' [http://krc.mars.asu.edu/images/e/e5/master.inp.pdf master.inp] | ||
+ | </div> | ||
</div> | </div> | ||
[[Category:Parameter Glossary]][[Category:Integer Value Parameter]] | [[Category:Parameter Glossary]][[Category:Integer Value Parameter]] |
Latest revision as of 17:29, 19 July 2017
Parameter Variable and Physical Definition
Data Points Output per Hour: The number of data points per hour to be output by KRC in a 24 hour period.
Davinci Usage
- Davinci Definition
- Same as Physical Definition
- Values:
- Input = Integer Value Parameter
- Units: Unitless
- Range = Any factor or multiple of 24 (i.e. 3, 12, 24, 48, etc.). And must be divisible by N2
- Default Value = 96
- Input Parameter Name:
- N24
KRC Usage
- KRC Definition:
- Same as Physical Definition
- Values:
- Input = Integer Value Parameter in I10 (that is "I", for Integer) FORTRAN format
- i.e. Integer value, with a field width of 10, including leading blank spaces, plus or minus sign.
- Units: Same as davinci
- Range = Same as Davinci
- Default Value = 24
- Input Parameter Name:
- Same as Davinci
- Example:
- N24 = 96
- 96 data points output divided by 24 hours in a day => 4 data points output per hour in a day. Therefore, data point output for every 15 minutes
- See the default master input file as an example: master.inp