//GP3_defaults - set default param values for simulations with cell GP3 // Any param value can be overwritten subsequently. // THIS VERSION CURRENT 09/19/2004 to present. str snapshot_act = "../../common/gp3_act_spont_snapshot.save" str snapshot_pas = "../../common/gp3_pas_spont_snapshot.save" str allcompsfilename = "../../common/gp3allcompnames.asc" int ncomps = 615 // total # compartments in model. // Keep this up to date! str dendfilename = "../../common/gp3dendritenames.asc" int num_dendcomps = 541 // total # dendritic compartments str outputcompsfname = "../../common/gp3outputnames.asc" int num_outputcomps = 19 // # compts listed in output_compnames str STNfilename = "../../common/gp3_stn/gp3stn_1.asc" int num_STN // # STN inputs: counted during file reading str clusterfname = {STNfilename} int num_clusters = 100 // # compts receiving clusters float mean_cluster_level = 6 // overall cluster level to maintain float G_mult_Na_cluster = 6 // Na cluster level at synapse subset float G_mult_Kdr_cluster = 6 // Kdr cluster level at same synapses float G_mult_KA_cluster = 1 str striatumfname = "../../common/gp3dendritenames.asc" int num_striatum_compts = 541 int num_striatum_per_comp = 2 float num_pallidal = 10 // all in soma float PI = 3.14159 //Passive properties float RA = 1.74 // uniform float CM = 0.024 // all unmyelinated regions float CM_my = 0.00024 // myelinated axon segments. float RM_sd = 1.47 // soma float RM_ax = {RM_sd} // unmyelinated axonal regions float RM_my = 10 // myelinated axon segments. float ELEAK_sd = -0.060 // soma & dend float ELEAK_ax = -0.060 // axon float EREST_ACT = -0.060 /* Channel densities now set in either actpars.g or paspars.g for active or passive model. */