N24

From krc
(Difference between revisions)
Jump to: navigation, search
Line 31: 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;">
 
+
:'''KRC Definition:'''
 +
::*Same as Physical Definition
 +
 
:'''Values:'''
 
:'''Values:'''
::*Input = Integer Value Parameter
+
::*Input = Integer Value Parameter in I10 (that is "I", for Integer) FORTRAN format
::*Range = at least 24 & must be a divisible by [[N2|N2]]
+
::::i.e. Integer value, with a field width of 10, including leading blank spaces, plus or minus sign.
 +
 
 +
::*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 = 24
 
::*Default Value = 24
  

Revision as of 14:44, 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

Does not have exact Davinci counterpart
Closest Equivalent Parameter:


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: Unitless
  • Range = Any factor or multiple of 24 (i.e. 3, 12, 24, 48, etc.). And must be divisible by N2
  • Default Value = 24
Input Parameter Name:
  • N24
Example:
N24 = 96
96 data points output divided by 24 hours in a day => 4 data points output per hour in a day
See the default master input file as an example: master.inp
Personal tools