ECMWF analysis with 2.00 version error but 1.10 works – in #10: INT2LM

in #10: INT2LM

<p> Your cas-files have 137 levels. In the lately introduced subroutine <code> vgrid_refatm_utils.f90 </code> it reads <br/> <pre> khmax = 96 ! max. number of vertical coordinate parameters </pre> <br/> please change this to <br/> <pre> khmax = 140 ! max. number of vertical coordinate parameters </pre> <br/> recompile int2lm and try again. </p>

  @burkhardtrockel in #ba489c9

<p> Your cas-files have 137 levels. In the lately introduced subroutine <code> vgrid_refatm_utils.f90 </code> it reads <br/> <pre> khmax = 96 ! max. number of vertical coordinate parameters </pre> <br/> please change this to <br/> <pre> khmax = 140 ! max. number of vertical coordinate parameters </pre> <br/> recompile int2lm and try again. </p>

Your cas-files have 137 levels. In the lately introduced subroutine vgrid_refatm_utils.f90 it reads

    khmax = 96          ! max. number of vertical coordinate parameters

please change this to
    khmax = 140          ! max. number of vertical coordinate parameters

recompile int2lm and try again.