#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 7.6e-3 3.5]}}}
array set $Base {Dstar {Double {[Arrhenius 7.6e-3 3.5]}}}

return { DiffModel Charge ActiveModel Discrete Abs.Error D0 Dstar}

