UFO
|
Fortran derived type for the observation type. More...
Public Member Functions | |
procedure | setup => ufo_example_setup |
procedure | simobs => ufo_example_simobs |
final | destructor |
Public Attributes | |
type(oops_variables), public | obsvars |
type(oops_variables), public | geovars |
character(len=max_string), dimension(:), allocatable, public | geovars |
Fortran derived type for the observation type.
TODO: fill in this type.
Definition at line 18 of file new_obsop/example/ufo_example_mod.F90.
|
final |
Definition at line 25 of file new_obsop/example/ufo_example_mod.F90.
procedure ufo_example_mod::ufo_example::setup |
Definition at line 23 of file new_obsop/example/ufo_example_mod.F90.
procedure ufo_example_mod::ufo_example::simobs |
Definition at line 24 of file new_obsop/example/ufo_example_mod.F90.
type(oops_variables), public ufo_example_mod::ufo_example::geovars |
Definition at line 21 of file new_obsop/example/ufo_example_mod.F90.
character(len=max_string), dimension(:), allocatable, public ufo_example_mod::ufo_example::geovars |
Definition at line 26 of file new_qc/example/ufo_example_mod.F90.
type(oops_variables), public ufo_example_mod::ufo_example::obsvars |
Definition at line 20 of file new_obsop/example/ufo_example_mod.F90.