MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
ncmodelexportmodule::ncexportannotation Type Reference

netcdf export attribute annotations More...

Collaboration diagram for ncmodelexportmodule::ncexportannotation:
Collaboration graph

Private Member Functions

procedure set
 

Private Attributes

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...
 

Detailed Description

Definition at line 51 of file NCModel.f90.

Member Function/Subroutine Documentation

◆ set()

procedure ncmodelexportmodule::ncexportannotation::set
private

Definition at line 61 of file NCModel.f90.

Member Data Documentation

◆ conventions

character(len=linelength) ncmodelexportmodule::ncexportannotation::conventions
private

Definition at line 57 of file NCModel.f90.

57  character(len=LINELENGTH) :: conventions !< file scoped conventions attribute

◆ grid

character(len=linelength) ncmodelexportmodule::ncexportannotation::grid
private

Definition at line 54 of file NCModel.f90.

54  character(len=LINELENGTH) :: grid !< grid type

◆ history

character(len=linelength) ncmodelexportmodule::ncexportannotation::history
private

Definition at line 55 of file NCModel.f90.

55  character(len=LINELENGTH) :: history !< file scoped history attribute

◆ longname

character(len=linelength) ncmodelexportmodule::ncexportannotation::longname
private

Definition at line 59 of file NCModel.f90.

59  character(len=LINELENGTH) :: longname !< dependent variable long name

◆ model

character(len=linelength) ncmodelexportmodule::ncexportannotation::model
private

Definition at line 53 of file NCModel.f90.

53  character(len=LINELENGTH) :: model !< file scoped model attribute

◆ source

character(len=linelength) ncmodelexportmodule::ncexportannotation::source
private

Definition at line 56 of file NCModel.f90.

56  character(len=LINELENGTH) :: source !< file scoped source attribute

◆ stdname

character(len=linelength) ncmodelexportmodule::ncexportannotation::stdname
private

Definition at line 58 of file NCModel.f90.

58  character(len=LINELENGTH) :: stdname !< dependent variable standard name

◆ title

character(len=linelength) ncmodelexportmodule::ncexportannotation::title
private

Definition at line 52 of file NCModel.f90.

52  character(len=LINELENGTH) :: title !< file scoped title attribute

The documentation for this type was generated from the following file: