Skip to content

Commit

Permalink
Edits to the simulation management scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaiao committed Aug 14, 2024
1 parent fad1b30 commit d4627ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions ED/Template/make_joborder.r
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ graphics.off()
#------------------------------------------------------------------------------------------#
#------------------------------------------------------------------------------------------#
here = getwd() # Current directory
srcdir = c("/prj/prjidfca/marcosl/Util/Rsc" # Possible paths with libraries
,"/prj/bramsolam/marcos.longo/Util/Rsc" # R will select the first one that
,"/n/home00/mlongo/Util/Rsc" # is found, or issue an error
,"/Users/mlongo/Util/Rsc" # message in case none of them
,"/home/mlongo/Util/Rsc" # exist.
)#end c #
srcdir = file.path(path.expand("~"),"Util","Rsc") # Possible paths with libraries
# R will select the first one that
# is found, or issue an error
# message in case none of them
# exist.
outfile = file.path(here,"joborder.txt") # Job order
defjob = FALSE # Generate the default job order?
append.job = FALSE # Append job? (FALSE means new file)
Expand Down
2 changes: 1 addition & 1 deletion ED/Template/scripts/PBS/spawn_poly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ do
echo " IAGE: ${iage}"
echo " ISIZEPFT: ${isizepft}"
echo " INITMODE: ${initmode}"
echo "This IATA cannot be initiealised with these settings!"
echo "This IATA cannot be initialised with these settings!"
exit 59
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion ED/Template/scripts/SLURM/spawn_poly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ do
echo " IAGE: ${iage}"
echo " ISIZEPFT: ${isizepft}"
echo " INITMODE: ${initmode}"
echo "This IATA cannot be initiealised with these settings!"
echo "This IATA cannot be initialised with these settings!"
exit 59
;;
esac
Expand Down

0 comments on commit d4627ed

Please sign in to comment.