libsim  Versione6.3.0

◆ qcclidealloc()

subroutine modqccli::qcclidealloc ( type(qcclitype), intent(inout)  qccli)
private

Deallocazione della memoria.

Parametri
[in,out]qccliOggetto per l controllo climatico

Definizione alla linea 754 del file modqccli.F90.

754  inddativarr, indnetwork ) = rmiss
755  cycle
756  end if
757 
758  ! find percentile in volume
759 
760  perc25=rmiss
761  perc50=rmiss
762  perc75=rmiss
763 
764 
765  if (qccli%height2level) then
766  k=iclv(indana)
767  else
768  k=0
769  end if
770 
771  if (.not. c_e(k)) then
772  qccli%v7d%voldatir (indana ,indtime ,indlevel ,indtimerange ,&
773  inddativarr, indnetwork ) = rmiss
774  cycle

Generated with Doxygen.