0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_optimization_types::optidata Type Reference

optional data, such as sm, neutrons, et, tws More...

Public Attributes

real(dp), dimension(:, :), allocatable dataobs
 observed data
 
logical, dimension(:, :), allocatable maskobs
 mask of observed data
 
character(256) dir
 directory where to read opti data
 
integer(i4) timestepinput
 time step of optional data
 
character(256) varname
 variable name
 

Detailed Description

optional data, such as sm, neutrons, et, tws

data type for observed data, providing metadata for simulated data dim1 = number grid cells L1 dim2 = number of meteorological time steps

Definition at line 24 of file mo_optimization_types.f90.

Member Data Documentation

◆ dataobs

real(dp), dimension(:, :), allocatable mo_optimization_types::optidata::dataobs

observed data

Definition at line 25 of file mo_optimization_types.f90.

◆ dir

character(256) mo_optimization_types::optidata::dir

directory where to read opti data

Definition at line 27 of file mo_optimization_types.f90.

◆ maskobs

logical, dimension(:, :), allocatable mo_optimization_types::optidata::maskobs

mask of observed data

Definition at line 26 of file mo_optimization_types.f90.

◆ timestepinput

integer(i4) mo_optimization_types::optidata::timestepinput

time step of optional data

Definition at line 28 of file mo_optimization_types.f90.

◆ varname

character(256) mo_optimization_types::optidata::varname

variable name

Definition at line 29 of file mo_optimization_types.f90.


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