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) | 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 51 of file NCModel.f90.
◆ set()
procedure ncmodelexportmodule::ncexportannotation::set |
|
private |
◆ conventions
character(len=linelength) ncmodelexportmodule::ncexportannotation::conventions |
|
private |
Definition at line 57 of file NCModel.f90.
57 character(len=LINELENGTH) :: conventions
◆ grid
character(len=linelength) ncmodelexportmodule::ncexportannotation::grid |
|
private |
Definition at line 54 of file NCModel.f90.
54 character(len=LINELENGTH) :: grid
◆ history
character(len=linelength) ncmodelexportmodule::ncexportannotation::history |
|
private |
Definition at line 55 of file NCModel.f90.
55 character(len=LINELENGTH) :: history
◆ longname
character(len=linelength) ncmodelexportmodule::ncexportannotation::longname |
|
private |
Definition at line 59 of file NCModel.f90.
59 character(len=LINELENGTH) :: longname
◆ model
character(len=linelength) ncmodelexportmodule::ncexportannotation::model |
|
private |
Definition at line 53 of file NCModel.f90.
53 character(len=LINELENGTH) :: model
◆ source
character(len=linelength) ncmodelexportmodule::ncexportannotation::source |
|
private |
Definition at line 56 of file NCModel.f90.
56 character(len=LINELENGTH) :: source
◆ stdname
character(len=linelength) ncmodelexportmodule::ncexportannotation::stdname |
|
private |
Definition at line 58 of file NCModel.f90.
58 character(len=LINELENGTH) :: stdname
◆ title
character(len=linelength) ncmodelexportmodule::ncexportannotation::title |
|
private |
Definition at line 52 of file NCModel.f90.
52 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