|
FV3 Bundle
|
Fortran module to handle adt observations. More...
Data Types | |
| type | ufo_adt |
| Fortran derived type for adt observation operator. More... | |
Functions/Subroutines | |
| subroutine, public | ufo_adt_simobs (self, geovals, hofx, obss) |
Variables | |
| integer, parameter | max_string =800 |
Fortran module to handle adt observations.
| subroutine, public ufo_adt_mod::ufo_adt_simobs | ( | type(ufo_adt), intent(in) | self, |
| type(ufo_geovals), intent(in) | geovals, | ||
| real(c_double), dimension(:), intent(inout) | hofx, | ||
| type(c_ptr), intent(in), value | obss | ||
| ) |
| [in] | obss | adt observations |
Definition at line 35 of file ufo_adt_mod.F90.
|
private |
Definition at line 22 of file ufo_adt_mod.F90.