from ispy3 import abutils
from ispy3 import absetup
from sp import getsp
import logging

logging.basicConfig(filename='atm.log',format='%(message)s', level=logging.INFO)

stelpar = getsp()

abutils.hrd2atm(stelpar,-0.60, tmproot=absetup.TMPROOT, odfs='A')

