JDISK

From krc
(Difference between revisions)
Jump to: navigation, search
 
Line 20: Line 20:
 
:'''Values:'''
 
:'''Values:'''
 
   
 
   
::*Input = Real Value Parameter
+
::*Input = Integer Value Parameter
 
   
 
   
 
::*Units: Seasonal Indicator (L<sub>S</sub>)
 
::*Units: Seasonal Indicator (L<sub>S</sub>)
Line 50: Line 50:
 
::*Same as Physical Definition
 
::*Same as Physical Definition
 
:'''Values:'''
 
:'''Values:'''
::*Input = Real Value Parameter in F10.2 FORTRAN format
+
::*Input = Integer Value Parameter in I10 (that is "I", for Integer) 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.
+
::::i.e. Integer value, with a field width of 10, including leading blank spaces, plus or minus sign.
 
   
 
   
 
::*Units: Same as Davinci
 
::*Units: Same as Davinci
Line 68: Line 68:
  
  
[[Category:Parameter Glossary]][[Category:Real Value Parameter]]
+
[[Category:Parameter Glossary]][[Category:Integer Value Parameter]]

Latest revision as of 12:35, 25 July 2017

Parameter Variable and Physical Definition

Season Index Output Start: The season where data is begun to be output.


Davinci Usage

Definition:
  • Same as Physical Definition
Values:
  • Input = Integer Value Parameter
  • Units: Seasonal Indicator (LS)
  • Range = Greater then 0
  • Default Value = 721
Input Parameter Name:
  • JDISK
Related Parameters:
  • Parameters that are limiting factors for JDISK:
  • N5 - JDISK ≤ 720



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 = 81
Input Parameter Name:
  • Same as Davinci
Example:
See the default master input file as an example: master.inp
Personal tools