Skip to content

Commit d4627ed

Browse files
committed
Edits to the simulation management scripts
1 parent fad1b30 commit d4627ed

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

ED/Template/make_joborder.r

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ graphics.off()
1616
#------------------------------------------------------------------------------------------#
1717
#------------------------------------------------------------------------------------------#
1818
here = getwd() # Current directory
19-
srcdir = c("/prj/prjidfca/marcosl/Util/Rsc" # Possible paths with libraries
20-
,"/prj/bramsolam/marcos.longo/Util/Rsc" # R will select the first one that
21-
,"/n/home00/mlongo/Util/Rsc" # is found, or issue an error
22-
,"/Users/mlongo/Util/Rsc" # message in case none of them
23-
,"/home/mlongo/Util/Rsc" # exist.
24-
)#end c #
19+
srcdir = file.path(path.expand("~"),"Util","Rsc") # Possible paths with libraries
20+
# R will select the first one that
21+
# is found, or issue an error
22+
# message in case none of them
23+
# exist.
2524
outfile = file.path(here,"joborder.txt") # Job order
2625
defjob = FALSE # Generate the default job order?
2726
append.job = FALSE # Append job? (FALSE means new file)

ED/Template/scripts/PBS/spawn_poly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ do
19451945
echo " IAGE: ${iage}"
19461946
echo " ISIZEPFT: ${isizepft}"
19471947
echo " INITMODE: ${initmode}"
1948-
echo "This IATA cannot be initiealised with these settings!"
1948+
echo "This IATA cannot be initialised with these settings!"
19491949
exit 59
19501950
;;
19511951
esac

ED/Template/scripts/SLURM/spawn_poly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ do
24752475
echo " IAGE: ${iage}"
24762476
echo " ISIZEPFT: ${isizepft}"
24772477
echo " INITMODE: ${initmode}"
2478-
echo "This IATA cannot be initiealised with these settings!"
2478+
echo "This IATA cannot be initialised with these settings!"
24792479
exit 59
24802480
;;
24812481
esac

0 commit comments

Comments
 (0)