#set the boron model information
array set $Base {DiffModel {Switch 0 {Constant Fermi Pair}}}
array set $Base {Charge {Switch 0 {Neutral Acceptor Donor}}}
array set $Base {ActiveModel {Switch 0 {None Solid Precipitation}}}
array set $Base {Discrete {Switch 2 {linear log s2 s4}}}

#set the error bounds for the dopant
array set $Base {Abs.Error {Double 1.0e10}}
array set $Base {D0 {Double {[Arrhenius 3.16e-4 3.53]}}}

return { DiffModel Charge ActiveModel Discrete Abs.Error D0 }

