N2

From krc
(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 5: Line 5:
 
</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 Calculated per Hour:''' See KRC Definition
+
'''Data Points Calculated per Hour:''' Data points calculated by the model every hour. This is different from [[N24|N24]] because not all data points calculated are included in the output.
 
</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;">
 
   
 
   
:''Does not have exact Davinci counterpart''
+
:'''Davinci Definition'''
 +
::*Same as Physical Definition
 +
:'''Values:'''
 +
::*Input = Integer Value Parameter
 +
 +
::*Units: Unitless
 +
 +
::*Range = at least 24 & must be a multiple of [[N24|N24]] and 24 (because there are 24 hours in a day)
 +
 +
::*Default Value = 288
 +
:'''Input Parameter Name:'''
 +
::*N2
 
   
 
   
:'''Closest Equivalent Parameter:'''
+
:'''Related Functions:'''
::*[[hour|hour]]
+
::*[[evalN2_krc()|evalN2_krc()]]
 
</div>
 
</div>
 
</div>
 
</div>
Line 33: Line 44:
  
 
:'''Definition:'''
 
:'''Definition:'''
::Data points calculated by the model every hour. This is different from [[N24|N24]] because not all data points calculated are included in the output.
+
::*Same as Physical Definition
 
:'''Values:'''
 
:'''Values:'''
 
::*Input = Integer Value Parameter in I10 (that is "I", for Integer) FORTRAN format
 
::*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.
 
::::i.e. Integer value, with a field width of 10, including leading blank spaces, plus or minus sign.
 
   
 
   
::*Units: Unitless
+
::*Units: Same as Davinci
 
   
 
   
::*Range = at least 24 & must be a multiple of  [[N24|N24]] and 24 (because there are 24 hours in a day)
+
::*Range = Same as Davinci
 
   
 
   
 
::*Default Value = 384
 
::*Default Value = 384
  
 
:'''Input Parameter Name:'''
 
:'''Input Parameter Name:'''
::*N2
+
::*Same as Davinci
 
   
 
   
 
:'''Example:'''
 
:'''Example:'''

Latest revision as of 16:09, 25 July 2017

Parameter Variable and Physical Definition

Data Points Calculated per Hour: Data points calculated by the model every hour. This is different from N24 because not all data points calculated are included in the output.


Davinci Usage

Davinci Definition
  • Same as Physical Definition
Values:
  • Input = Integer Value Parameter
  • Units: Unitless
  • Range = at least 24 & must be a multiple of N24 and 24 (because there are 24 hours in a day)
  • Default Value = 288
Input Parameter Name:
  • N2
Related Functions:


KRC Usage

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 = 384
Input Parameter Name:
  • Same as Davinci
Example:
N2 = 384
Also, specify N24 (i.e. N24 = 96)
384 data points calculated divided by 24 hours in a day => 16 data points calculated per hour in a day
96 data points output divided by 24 hours in a day => only 4 data points output per hour in a day of the total 16 data points calculated per hour in a day


See the default master input file as an example: master.inp
Personal tools