Skip to content

Commit

Permalink
Tweaked one of the comments.
Browse files Browse the repository at this point in the history
*********1*********2*********3*********4*********5*********6*********7**
Longer commit message body describing the commit.
Can contain lists as follows:
	* Item 1
	* Item 2
	* Item 3

A good commit message should be written like an email, a subject
followed by a blank line, followed by a more descriptive body.

Can also contain a tag at the bottom describing what type of commit this is.
[BFB] - Bit-For-Bit
[FCC] - Flag Climate Changing
[Non-BFB] - Non Bit-For-Bit
[CC] - Climate Changing
[NML] - Namelist Changing

See confluence for a more detailed description about these tags.
  • Loading branch information
cameronsmith1 committed Jun 21, 2017
1 parent 6ba3a53 commit b0cafed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_acme.template.csh
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ alias acme_newline "echo ''"
set first_argument = $1
if ( $first_argument != '' ) then
echo 'This script does everything needed to configure/compile/run a case. As such, it'
echo 'provides complete provenance for each run and makes sharing with newbies easy. Future'
echo 'users should make sure that everything required for a run is in this script, the ACME'
echo 'git repo, or the inputdata svn repo.'
echo 'provides complete provenance for each run and makes sharing simulation configurations easy.'
echo 'Users should make sure that everything required for a run is in this script, the ACME'
echo 'git repo, and/or the inputdata svn repo.'
echo '** This script accepts no arguments. Please edit the script as needed and resubmit without arguments. **'
exit 5
endif
Expand Down

0 comments on commit b0cafed

Please sign in to comment.