| 
    FV3 Bundle
    
   | 
 
Fortran derived type to hold trajectory for ocean insitu temperature observation operator. More...
Private Attributes | |
| integer | nobs | 
| Number of observations.  More... | |
| integer | nval | 
| Number of level in model's profiles.  More... | |
| type(ufo_geoval) | temp | 
| Temperature (traj) ] Model vertical.  More... | |
| type(ufo_geoval) | salt | 
| Salinity (traj) ] profile at.  More... | |
| type(ufo_geoval) | h | 
| Layer thickness (traj) ] obs locations.  More... | |
| real(kind=kind_real), dimension(:,:), allocatable | depth | 
| Depth [nval x nobs].  More... | |
| real(kind=kind_real), dimension(:), allocatable | lono | 
| Observation location.  More... | |
| real(kind=kind_real), dimension(:), allocatable | lato | 
| Observation location.  More... | |
| real(kind=kind_real), dimension(:), allocatable | deptho | 
| Observation location.  More... | |
| real(kind=kind_real), dimension(:), allocatable | tempo | 
| temp interpolated at observation location  More... | |
| real(kind=kind_real), dimension(:), allocatable | salto | 
| salt interpolated at observation location  More... | |
| real(kind_real), dimension(:), allocatable | wf | 
| Vertical interpolation weights.  More... | |
| integer, dimension(:), allocatable | wi | 
| Vertical interpolation indices.  More... | |
| real(kind=kind_real), dimension(:,:), allocatable | jac | 
| Jacobian [2 x nobs].  More... | |
| logical | ltraj = .false. | 
| trajectory set?  More... | |
Fortran derived type to hold trajectory for ocean insitu temperature observation operator.
Definition at line 28 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Depth [nval x nobs].
Definition at line 34 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Observation location.
Definition at line 37 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Layer thickness (traj) ] obs locations.
Definition at line 33 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Jacobian [2 x nobs].
Definition at line 42 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Observation location.
Definition at line 36 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Observation location.
Definition at line 35 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
trajectory set?
Definition at line 43 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Number of observations.
Definition at line 29 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Number of level in model's profiles.
Definition at line 30 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Salinity (traj) ] profile at.
Definition at line 32 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
salt interpolated at observation location
Definition at line 39 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Temperature (traj) ] Model vertical.
Definition at line 31 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
temp interpolated at observation location
Definition at line 38 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Vertical interpolation weights.
Definition at line 40 of file ufo_insitutemperature_tlad_mod.F90.
      
  | 
  private | 
Vertical interpolation indices.
Definition at line 41 of file ufo_insitutemperature_tlad_mod.F90.