libsim  Versione6.3.0

◆ qctemdelete()

subroutine qctemdelete ( type(qctemtype), intent(inout)  qctem)

Cancellazione.

Parametri
[in,out]qctemOggetto per il controllo temporale

Definizione alla linea 553 del file modqctem.F90.

553  if (indbattrinv > 0) then
554  if( invalidated(qctem%v7d%voldatiattrb&
555  (indana,indtime,indlevel,indtimerange,inddativarr,indnetwork,indbattrinv))) then
556  call l4f_category_log(qctem%category,l4f_warn,&
557  "It's better to do a reform on ana to v7d after peeling, before spatial QC")
558  cycle
559  end if
560  end if
561 
562  ! gross error check
563  if (indbattrcli > 0) then

Generated with Doxygen.