Convert id to ijk

rmf_convert_id_to_ijk(id, dis, type = "r")

Arguments

id

cell id, providing the place of the number in an input file 3d array

dis

a discretisation file object

type

'r' or 'modflow' specifying type of id. See details. Defaults to 'r'

Details

a modflow id provides the place of the number in an input file 3d array (not like the way R uses ids for arrays or matrices; rows and columns are switched)