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.
|
- module CPowerVariables
- implicit none
- public
- ! variables
- integer :: NumberOfgenerators
- real(8) :: GeneratorPowerRating
- real(8) :: MudPump1
- real(8) :: MudPump2
- real(8) :: CementPump
- real(8) :: RotaryTable
- real(8) :: Drawworks
- real(8) :: TopDrive
- contains
- end module CPowerVariables
|