diff --git a/Loop_sim.py b/Loop_sim.py index 6195495..9688f0d 100644 --- a/Loop_sim.py +++ b/Loop_sim.py @@ -95,7 +95,7 @@ # Simulate everything Homogeneous Sweeps for Simulation Length 1.2e6 ParamsDict["Simul_length"] = 1.2e6 ParamsDict["Snip"] = 100 # Gets multiplied by 100 so this is 1 e4 (or 1%) - +''' # B_e goes from 2->5 for b_e in np.arange(start=2,stop=5,step=0.1): @@ -110,7 +110,7 @@ tau_i=numpy.array([10.0])) ParamsDict["tag"] = "FixedPt_G" + str(ParamsDict["G"]) + "_b_e" + str(ParamsDict["B_e"]) Simul_Pipeline(ParamsDict=ParamsDict) - +''' #B_e : 3- >5 for b_e in np.arange(start=3,stop=5,step=0.1): diff --git a/simul-job.csh b/simul-job.csh index 7f77a63..991fb7c 100644 --- a/simul-job.csh +++ b/simul-job.csh @@ -4,7 +4,7 @@ #PBS -N simul-job #PBS -l select=1:ncpus=12:mem=8GB # Minimum acceptable walltime: day-hours:mins:secs -#PBS -l walltime=48:00:00 +#PBS -l walltime=168:00:00 # Send e-mail if job ends or aborts #PBS -m bea #PBS -M psiu5120@uni.sydney.edu.au