|
◆ qctemdelete()
subroutine qctemdelete |
( |
type(qctemtype), intent(inout) |
qctem | ) |
|
Cancellazione.
- Parametri
-
[in,out] | qctem | Oggetto 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") 563 if (indbattrcli > 0) then
|