My Project
Public Attributes | List of all members
control::river Type Reference

Public Attributes

character(len=80) name
 
character(len=80) file
 
integer location
 
real(sp), dimension(max_layersdistribution
 

Detailed Description

Definition at line 575 of file mod_main.f90.

Member Data Documentation

◆ distribution

real(sp), dimension(max_layers) control::river::distribution

Definition at line 579 of file mod_main.f90.

579  REAL(SP) :: DISTRIBUTION(MAX_LAYERS)

◆ file

character(len=80) control::river::file

Definition at line 577 of file mod_main.f90.

577  CHARACTER(LEN=80) FILE

◆ location

integer control::river::location

Definition at line 578 of file mod_main.f90.

578  INTEGER LOCATION

◆ name

character(len=80) control::river::name

Definition at line 576 of file mod_main.f90.

576  CHARACTER(LEN=80) NAME

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