BMF

(BMF_splitoptions)



SUBROUTINE bmf_splitoptions(string, array)

ARGUMENTS

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