BMF
|
(BMF_splitinit, OBSOLETE (use bmf_splitstart))
|
|
SUBROUTINE bmf_splitinit(npex,npey,path,prefix,date,hour,min,sec,num,numlen,unit)
ARGUMENTS
IN
- npex Number of processors for x axis
- npey Number of processors for y axis
- path Path to the splitted files
- prefix Prefix (character*2)
- date date (integer, YYYYMMDD)
- hour hours
- min minutes
- sec seconds
- num multiple of unit;: optional
- numlen number of digits for num, optional
- unit 1 character to
represent type of units, optional
Prefix, date, hour, min, sec, num, numlen et unit are passed directly
to prog_filename: please refer to librmn documentation.
DESCRIPTION
Routine which starts bmf_split mode: it permits to write bmf
fields by dividing them for a later use in a parallel context.
Files corresponding to the return value of prog_filename
will be open and used for writing by bmf_splitwr* routines.
EXAMPLE
call bmf_splitinit(2,2,'../../','aa',20010614,9,10,11
, 1,-1,' ')
In this case, filenames will be:
../../aa20010614091011-00-00_001
../../aa20010614091011-00-01_001
../../aa20010614091011-01-00_001
../../aa20010614091011-01-01_001
SEE ALSO
BMF_* , PROG_FILENAME
Authorr: Luc Corbeil, September 5 2001
Return to RPN Librairies home page