|
◆ vol7d_dballe_export()
subroutine vol7d_dballe_class::vol7d_dballe_export |
( |
type(vol7d_dballe), intent(inout) |
this, |
|
|
type(dbafilter), intent(in) |
filter, |
|
|
character(len=*), intent(in), optional |
template, |
|
|
logical, intent(in), optional |
attr_only |
|
) |
| |
|
private |
- Parametri
-
[in,out] | this | oggetto contenente il volume e altre info per l'accesso al DSN |
[in] | filter | filter o use |
[in] | template | specificando category.subcategory.localcategory oppure un alias ("synop", "metar","temp","generic") forza l'exportazione ad uno specifico template BUFR/CREX"
the special value "generic-frag is used to generate bufr on file where ana data is reported only once at beginning and data in other bufr after |
[in] | attr_only | set to .true. to export attr only (no data) |
Definizione alla linea 2783 del file vol7d_dballe_class.F03.
|