N24

From krc
(Difference between revisions)
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
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;">
 
   
 
   
:''Does not have exact Davinci counterpart''
+
:'''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
 
   
 
   
:'''Closest Equivalent Parameter:'''
 
::*[[hour|hour]]
 
 
</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
+
::*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: Same as davinci
 +
 +
::*Range = Same as Davinci
 +
 
::*Default Value = 24
 
::*Default Value = 24
  
 
:'''Input Parameter Name:'''
 
:'''Input Parameter Name:'''
::*N24
+
::*Same as Davinci
 
   
 
   
 
:'''Example:'''
 
:'''Example:'''
Line 44: 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''
+
::''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]
 
:''See the default master input file as an example:'' [http://krc.mars.asu.edu/images/e/e5/master.inp.pdf master.inp]

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
Personal tools