![]() |
Jump to DART Documentation Main Index |
Explain in general terms what this is.
DART namelists are always read from file input.nml.
We adhere to the F90 standard of starting a namelist with an ampersand '&' and terminating with a slash '/' for all our namelist input. Character strings that contain a '/' must be enclosed in quotes to prevent them from prematurely terminating the namelist.
&NAMELIST_NML name=value, name=value, name=value /
Any comments about the namelist as a whole.
Item | Type | Description |
---|---|---|
name | type | (often multi-line) description |
types_mod utilities_mod random_seq_mod time_manager_mod ensemble_manager_mod
use this_module_name_mod, only : | subr/function name |
name2 | |
name3 |
A note about documentation style. Optional arguments are enclosed in brackets [like this].
real(r8), intent(in) :: arg1 real(r8), optional, intent(in) :: arg2
describe what this subroutine does.
arg1 | Describe arg1. |
arg2 | Describe optional arg2. |
logical, :: function1 integer, intent(in) :: arg1
Describe function.
function1 | describe what this function returns |
arg1 | describe function argument |
type bob_type private integer :: bob1 integer :: bob2 end type bob_type
describe bob
Component | Description |
---|---|
bob1 | Describe bob1. |
bob2 | Describe bob2. |
describe files used by code
Routine | Message | Comment |
---|---|---|
subroutine_name | error message text | what it means to the end user. |
none at this time
none at this time
no discussion
DART software - Copyright UCAR. This open source software is provided by UCAR, "as is", without charge, subject to all terms of use at http://www.image.ucar.edu/DAReS/DART/DART_download
Contact: | DART core group |
Revision: | $Revision$ |
Source: | $URL$ |
Change Date: | $Date$ |
Change history: | try "svn log" or "svn diff" |