UFO
ufo_example_mod::ufo_example Type Reference

Fortran derived type for the observation type. More...

Collaboration diagram for ufo_example_mod::ufo_example:

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ destructor()

final ufo_example_mod::ufo_example::destructor
final

Definition at line 25 of file new_obsop/example/ufo_example_mod.F90.

Here is the call graph for this function:

◆ setup()

procedure ufo_example_mod::ufo_example::setup

Definition at line 23 of file new_obsop/example/ufo_example_mod.F90.

◆ simobs()

procedure ufo_example_mod::ufo_example::simobs

Definition at line 24 of file new_obsop/example/ufo_example_mod.F90.

Member Data Documentation

◆ geovars [1/2]

type(oops_variables), public ufo_example_mod::ufo_example::geovars

Definition at line 21 of file new_obsop/example/ufo_example_mod.F90.

◆ geovars [2/2]

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.

◆ obsvars

type(oops_variables), public ufo_example_mod::ufo_example::obsvars

Definition at line 20 of file new_obsop/example/ufo_example_mod.F90.


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