-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New version number * Improve formatting * Minor updates to the manual
- Loading branch information
Showing
28 changed files
with
99 additions
and
70 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ \section{Requirements} \label{sec:requirements} | |
\item Python~\footnote{All Python scripts used in AtChem2 work equally | ||
with Python v2 and v3. Support for Python v2 will be removed in | ||
future versions of AtChem2.} | ||
\item make and cmake | ||
\item make, cmake | ||
\item Ruby (optional) | ||
\end{itemize} | ||
|
||
|
@@ -38,7 +38,7 @@ \section{Requirements} \label{sec:requirements} | |
AtChem2 has the following dependencies: | ||
|
||
\begin{itemize} | ||
\item BLAS and LAPACK | ||
\item BLAS, LAPACK | ||
\item CVODE | ||
\item openlibm | ||
\item numdiff (optional) | ||
|
@@ -58,15 +58,19 @@ \section{Download} \label{sec:download} | |
be obtained in two ways: | ||
|
||
\begin{itemize} | ||
\item with \textbf{git}: | ||
\item with \textbf{git} (This method will download the development | ||
version and it is recommended if you want to contribute to the model | ||
development): | ||
\begin{enumerate} | ||
\item Open the terminal. Move to the directory where you want to | ||
install AtChem2. | ||
\item Execute \verb|git clone https://github.com/AtChem/AtChem2.git| | ||
(if using HTTPS) or \verb|git clone [email protected]:AtChem/AtChem2.git| | ||
(if using SSH). This method will download the development version | ||
and it is recommended if you want to contribute to the model | ||
development. | ||
\item Execute: | ||
\begin{itemize} | ||
\item if using HTTPS:\\ | ||
\verb|git clone https://github.com/AtChem/AtChem2.git| | ||
\item if using SSH:\\ | ||
\verb|git clone [email protected]:AtChem/AtChem2.git| | ||
\end{itemize} | ||
\end{enumerate} | ||
\item with the \textbf{archive file}: | ||
\begin{enumerate} | ||
|
@@ -362,11 +366,12 @@ \section{Model Structure} \label{sec:model-structure} | |
|
||
\begin{table}[htb] | ||
\centering \scriptsize | ||
\caption{Directory structure of AtChem2. ``Original'' refers to version 1.0 and earlier | ||
(including AtChem-online); ``New'' refers to version 1.1 and later.} | ||
\caption{Directory structure of AtChem2.\\ | ||
$(\dag)$ Not present in AtChem-online\\ | ||
$(\ddag)$ Called \texttt{travis/} in versions 1.1.* and 1.2.*} | ||
\label{tab:atchem-dirs} | ||
\begin{tabular}{llp{3.7cm}} | ||
Original & New & Description\\ | ||
Version 1.0 and earlier & Version 1.1 and later & Description\\ | ||
\hline | ||
-- & \texttt{build/} & scripts to build the model.\\ | ||
\hline | ||
|
@@ -392,15 +397,16 @@ \section{Model Structure} \label{sec:model-structure} | |
\hline | ||
\texttt{tools/} & \texttt{tools/} & various scripts and plotting tools.\\ | ||
\hline | ||
\texttt{travis/} & \texttt{travis/} & scripts and files for the Test Suite.\\ | ||
\texttt{travis/}~$(\dag)$ & \texttt{test/}~$(\ddag)$ & scripts and files for the Test Suite.\\ | ||
\end{tabular} | ||
\end{table} | ||
|
||
In AtChem2 version 1.1 (and later versions) the directories | ||
\texttt{build/}, \texttt{mcm/}, \texttt{obj/} and \texttt{src/} | ||
contain the build scripts, the MCM data files, the files generated by | ||
the compiler, the source code; the directory \texttt{travis/} contains | ||
the files and the scripts necessary to run the | ||
the compiler, the source code; the directory | ||
\texttt{test/}~\footnote{Called \texttt{travis/} in version 1.2 and | ||
earlier.} contains the files and the scripts necessary to run the | ||
\hyperref[sec:test-suite]{Test Suite}. | ||
|
||
For the majority of the users, the most important directories are | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
2 changes: 1 addition & 1 deletion
2
test/tests/spec_yes_env_no_with_jfac/spec_yes_env_no_with_jfac.out.cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
2 changes: 1 addition & 1 deletion
2
test/tests/spec_yes_env_no_with_jfac_fail1/spec_yes_env_no_with_jfac_fail1.out.cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
2 changes: 1 addition & 1 deletion
2
test/tests/spec_yes_env_no_with_jfac_fixed/spec_yes_env_no_with_jfac_fixed.out.cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
2 changes: 1 addition & 1 deletion
2
test/tests/spec_yes_env_no_with_photo/spec_yes_env_no_with_photo.out.cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
2 changes: 1 addition & 1 deletion
2
test/tests/spec_yes_plus_fixed_env_no/spec_yes_plus_fixed_env_no.out.cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AtChem2 v1.2.1 | ||
AtChem2 v1.3-dev | ||
|
||
------------- | ||
Directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters