summaryrefslogtreecommitdiff
path: root/MOR_5_levels_with_doppler_and_propagation
diff options
context:
space:
mode:
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md6
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit24
2 files changed, 30 insertions, 0 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md
new file mode 100644
index 0000000..275ee2b
--- /dev/null
+++ b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md
@@ -0,0 +1,6 @@
+To submit a job on sciclone execute in this folder
+
+---
+qsub sciclone_submit
+---
+
diff --git a/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit
new file mode 100644
index 0000000..b0a7d30
--- /dev/null
+++ b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit
@@ -0,0 +1,24 @@
+#!/bin/tcsh
+#PBS -N test_stdout
+#PBS -l walltime=00:45:00
+#PBS -l nodes=1:c11:ppn=8
+#PBS -j oe
+
+cd $PBS_O_WORKDIR
+
+../Nlevels_with_MOR.run \
+ --numTimePoints=100000 --timeSpan=2e-4 \
+ --Temperature=1e-6 \
+ --commAmplNoise=0.0 \
+ --onePhotonPhaseNoise=0.2 \
+ --twoPhotonPhaseNoise=0.0 \
+ --Split0=1e5 \
+ --EdLo=1e7 \
+ --EpRo=1 \
+ --EdRo=1e7 \
+ --EpLo=1
+
+
+xsil2graphics2 Nlevels_with_MOR.xsil
+
+