Simulation Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
303 B

  1. module CRigSizeVariables
  2. implicit none
  3. public
  4. !constants
  5. integer :: Convensional_RigSize = 0
  6. ! variables
  7. integer :: RigType
  8. real(8) :: CrownHeight
  9. real(8) :: MonkeyBoandHeight
  10. real(8) :: RigFloorHeight
  11. contains
  12. end module CRigSizeVariables