!23456789a123456789b123456789c123456789d123456789e123456789f123456789g12
! 2017_10_28_oct28
! Not a module, but file to include standard models and implicit:
!  include 'module_implicit.f'
!
!      implicit real(kind=np) (a-h,o-z)   ! Works, but lazy bad coding.
      implicit none                      ! Good coding.
!23456789a123456789b123456789c123456789d123456789e123456789f123456789g12

