File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ graphics.off()
1616# ------------------------------------------------------------------------------------------#
1717# ------------------------------------------------------------------------------------------#
1818here = 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.
2524outfile = file.path(here ," joborder.txt" ) # Job order
2625defjob = FALSE # Generate the default job order?
2726append.job = FALSE # Append job? (FALSE means new file)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments