SUBROUTINE bmf_splitwrite(nom,gni,gnj,nk,time1,time2, hgrid,vgrid,dtyp,scat,vecteur)
ARGUMENT
- nom Variable name
- gni,gnj,nk Array size
- time1 Timestamp 1 (YYYYMMDD)
- time2 Timestamp 2 (HHMMSSCC)
- hgrid, vgrid Horizontal and vertical grid
descriptor
- dtyp Data type
- scat Scatter list
indicator
- vecteur Array to be written
DESCRIPTION
Routine which write the array "vecteur" in all files opened by
bmf_splitinit. The array is splitted according to parameters gni,
gnj, those of bmf_splitinit and bmf_splithalo.
EXAMPLE
call
bmf_splitwrite('HU',23,12,28,20010614,10212110,0,0,41,0,hu)
SEE ALSO
BMF_*
Author: Luc Corbeil, September 5 2001
Return to RPN Librairies home page