FV3 Bundle
|
type to hold interpolated fields required by the obs operators More...
Private Attributes | |
integer | nobs |
number of observations More... | |
integer | nvar |
number of variables (supposed to be the More... | |
type(ufo_geoval), dimension(:), allocatable | geovals |
array of interpolated More... | |
type(ufo_vars) | variables |
variables list More... | |
logical | lalloc |
.true. if type was initialized and allocated More... | |
logical | linit |
.true. if all the ufo_geoval arrays inside geovals More... | |
type to hold interpolated fields required by the obs operators
Definition at line 38 of file ufo_geovals_mod.F90.
|
private |
array of interpolated
Definition at line 43 of file ufo_geovals_mod.F90.
|
private |
.true. if type was initialized and allocated
Definition at line 48 of file ufo_geovals_mod.F90.
|
private |
.true. if all the ufo_geoval arrays inside geovals
Definition at line 51 of file ufo_geovals_mod.F90.
|
private |
number of observations
Definition at line 39 of file ufo_geovals_mod.F90.
|
private |
number of variables (supposed to be the
Definition at line 40 of file ufo_geovals_mod.F90.
|
private |
variables list
Definition at line 46 of file ufo_geovals_mod.F90.