SUBROUTINE bmf_splitwritey(nom,gni,gnj,nk,time1,time2, hgrid,vgrid,dtyp,scat,vecteur)
ARGUMENT
- nom Variable name
- gni,gnj,nk Size of the array
- time1 Timestamp 1 (YYYYMMDD)
- time2 Timestamp 2 (HHMMSSCC)
- hgrid, vgrid Horizontal and vertical grid
descriptors
- dtyp Data type
- scat Scatter
list indicator
- vecteur Array to be written
DESCRIPTION
Routine which write array "vecteur" in all files opened by bmf_splitinit.
The splitting is ruled by parameters gni, gnj, those from bmf_splitinit
and bmf_splithalo. In this particular case, the splitting occurs only on
the second ("y") axis
EXAMPLE
call
bmf_splitwritey('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