SUBROUTINE bmf_splitoptions(string, array)
ARGUMENTS
- string name of the option to
be modified (character*(*))
- array values
At this time, only 'halo' and 'grid' are supported
DESCRIPTION
Routine which modify values used by bmf_split mode. Using the option 'halo'
is equivalent to call bmf_splithalo. The arrays can be specified in a
f90-like
way, i.e. (/ val11, val12 ; val21, val22 /)
EXAMPLE
call bmf_splitoptions('halo',(/1,0,1,0,4,3,4,3/))
call bmf_splitoptions('grid',(/25,25/))
VOIR AUSSI
BMF_*
Author: Luc Corbeil, September 5 2001
Return to RPN Librairies home page