problem with COSMO-CLM forced by IFS at 0.075° – in #9: CCLM

in #9: CCLM

<p> The ncd_out.txt file does not contain the vcoord listing. I made a typo in the ncdump call above, sorry! Please try again with <code> ncdump -v vcoord .. </code> , i.e. by not using the <code> -h </code> option. </p> <p> Is the error message you send: <br/> <code> ERROR * Vertical coordinates not descending for type * 2 </code> <br/> complete? From the source code listing there should be two more parameters: <br/> <pre> <span class="caps">ELSEIF</span> (vcoord%ivctype == 2) <span class="caps">THEN</span></pre> </p> ! For this type the vertical coordinates should be descending IF ( vcoord%vert_coord(2) &gt; vcoord%vert_coord(1) ) THEN <span class="caps"> WRITE </span> (yerrmsg,’(A,I5,2F10.5)’) &amp; ‘ <span class="caps"> ERROR </span> *** Vertical coordinates not descending for type *** ‘, &amp; vcoord%ivctype, vcoord%vert_coord(1), vcoord%vert_coord(2) istatus = 2008 RETURN <span class="caps"> ENDIF </span> <p> </p>

  @burkhardtrockel in #2dcddea

<p> The ncd_out.txt file does not contain the vcoord listing. I made a typo in the ncdump call above, sorry! Please try again with <code> ncdump -v vcoord .. </code> , i.e. by not using the <code> -h </code> option. </p> <p> Is the error message you send: <br/> <code> ERROR * Vertical coordinates not descending for type * 2 </code> <br/> complete? From the source code listing there should be two more parameters: <br/> <pre> <span class="caps">ELSEIF</span> (vcoord%ivctype == 2) <span class="caps">THEN</span></pre> </p> ! For this type the vertical coordinates should be descending IF ( vcoord%vert_coord(2) &gt; vcoord%vert_coord(1) ) THEN <span class="caps"> WRITE </span> (yerrmsg,’(A,I5,2F10.5)’) &amp; ‘ <span class="caps"> ERROR </span> *** Vertical coordinates not descending for type *** ‘, &amp; vcoord%ivctype, vcoord%vert_coord(1), vcoord%vert_coord(2) istatus = 2008 RETURN <span class="caps"> ENDIF </span> <p> </p>

The ncd_out.txt file does not contain the vcoord listing. I made a typo in the ncdump call above, sorry! Please try again with ncdump -v vcoord .. , i.e. by not using the -h option.

Is the error message you send:
ERROR * Vertical coordinates not descending for type * 2
complete? From the source code listing there should be two more parameters:

ELSEIF (vcoord%ivctype == 2) THEN

! For this type the vertical coordinates should be descending IF ( vcoord%vert_coord(2) > vcoord%vert_coord(1) ) THEN WRITE (yerrmsg,’(A,I5,2F10.5)’) & ‘ ERROR *** Vertical coordinates not descending for type *** ‘, & vcoord%ivctype, vcoord%vert_coord(1), vcoord%vert_coord(2) istatus = 2008 RETURN ENDIF