-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation including namelist tables (#322)
* update documentation including namelist tables * update version
- Loading branch information
Showing
6 changed files
with
432 additions
and
316 deletions.
There are no files selected for viewing
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 +1 @@ | ||
ICEPACK 1.2.1 | ||
ICEPACK 1.2.2 |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
:tocdepth: 3 | ||
|
||
.. _adding: | ||
|
||
Other things | ||
============= | ||
|
||
|
||
.. _debugger: | ||
|
||
Running with a Debugger | ||
------------------------- | ||
|
||
Availability and usage of interactive debuggers varies across machines. Contact your | ||
system administrator for additional information about what’s available on your system. | ||
To run with an interactive debugger, the following general steps should be taken. | ||
|
||
- Setup a case | ||
- Modify the env file and Macros file to add appropriate modules and compiler/ linker flags | ||
- Build the model | ||
- Get interactive hardware resources as needed | ||
- Open a csh shell | ||
- Source the env.${machine} file | ||
- Source cice.settings | ||
- Change directories to the run directory | ||
- Manually launch the executable thru the debugger | ||
|
||
|
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 |
---|---|---|
|
@@ -16,3 +16,4 @@ Developer Guide | |
dg_driver.rst | ||
dg_scripts.rst | ||
dg_adding_tracers.rst | ||
dg_other.rst |
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
Oops, something went wrong.