libsim Versione 7.2.6
|
◆ invalidatedd()
Data invalidated check.
Definizione alla linea 715 del file modqc.F90. 716
717!> Like vol7d_reform but manage data_id and have less options
718subroutine qc_reform(this,data_id,miss, purgeana)
719TYPE(vol7d),INTENT(INOUT) :: this !< object that has to be reformed
720integer,INTENT(inout),pointer,OPTIONAL :: data_id(:,:,:,:,:) !< data ID to use with dballe DB (for fast write of attributes)
721logical,intent(in),optional :: miss !< remove everithing related with missing position in description vector
722logical,intent(in),optional :: purgeana !< if true remove ana with all data missing
723
|