FV3 Bundle
|
Fortran module to handle temperature profile observations. More...
Data Types | |
type | ufo_insitutemperature |
Fortran derived type for insitu temperature profile observation operator. More... | |
Functions/Subroutines | |
subroutine, public | ufo_insitutemperature_simobs (self, geovals, hofx, obss) |
Variables | |
integer, parameter | max_string =800 |
Fortran module to handle temperature profile observations.
subroutine, public ufo_insitutemperature_mod::ufo_insitutemperature_simobs | ( | type(ufo_insitutemperature), intent(in) | self, |
type(ufo_geovals), intent(in) | geovals, | ||
real(c_double), dimension(:), intent(inout) | hofx, | ||
type(c_ptr), intent(in), value | obss | ||
) |
[in] | self | Trajectory |
[in] | geovals | Model's Tp, Sp, h interpolated at obs location |
[in] | obss | Insitu temperature observations |
[in,out] | hofx | Ti(Tp,Sp,h) |
Definition at line 34 of file ufo_insitutemperature_mod.F90.
|
private |
Definition at line 21 of file ufo_insitutemperature_mod.F90.