netcdf export attribute annotations
More...
|
| character(len=linelength) | title |
| | file scoped title attribute More...
|
| |
| character(len=linelength) | model |
| | file scoped model attribute More...
|
| |
| character(len=linelength) | mesh |
| | mesh type More...
|
| |
| character(len=linelength) | grid |
| | grid type More...
|
| |
| character(len=linelength) | history |
| | file scoped history attribute More...
|
| |
| character(len=linelength) | source |
| | file scoped source attribute More...
|
| |
| character(len=linelength) | conventions |
| | file scoped conventions attribute More...
|
| |
| character(len=linelength) | stdname |
| | dependent variable standard name More...
|
| |
| character(len=linelength) | longname |
| | dependent variable long name More...
|
| |
Definition at line 55 of file NCModel.f90.
◆ set()
| procedure ncmodelexportmodule::ncexportannotation::set |
|
private |
◆ conventions
| character(len=linelength) ncmodelexportmodule::ncexportannotation::conventions |
|
private |
Definition at line 62 of file NCModel.f90.
62 character(len=LINELENGTH) :: conventions
◆ grid
| character(len=linelength) ncmodelexportmodule::ncexportannotation::grid |
|
private |
Definition at line 59 of file NCModel.f90.
59 character(len=LINELENGTH) :: grid
◆ history
| character(len=linelength) ncmodelexportmodule::ncexportannotation::history |
|
private |
Definition at line 60 of file NCModel.f90.
60 character(len=LINELENGTH) :: history
◆ longname
| character(len=linelength) ncmodelexportmodule::ncexportannotation::longname |
|
private |
Definition at line 64 of file NCModel.f90.
64 character(len=LINELENGTH) :: longname
◆ mesh
| character(len=linelength) ncmodelexportmodule::ncexportannotation::mesh |
|
private |
Definition at line 58 of file NCModel.f90.
58 character(len=LINELENGTH) :: mesh
◆ model
| character(len=linelength) ncmodelexportmodule::ncexportannotation::model |
|
private |
Definition at line 57 of file NCModel.f90.
57 character(len=LINELENGTH) :: model
◆ source
| character(len=linelength) ncmodelexportmodule::ncexportannotation::source |
|
private |
Definition at line 61 of file NCModel.f90.
61 character(len=LINELENGTH) :: source
◆ stdname
| character(len=linelength) ncmodelexportmodule::ncexportannotation::stdname |
|
private |
Definition at line 63 of file NCModel.f90.
63 character(len=LINELENGTH) :: stdname
◆ title
| character(len=linelength) ncmodelexportmodule::ncexportannotation::title |
|
private |
Definition at line 56 of file NCModel.f90.
56 character(len=LINELENGTH) :: title
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Export/NCModel.f90