Set dimension of local obs. vector and local obs. arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(obs_l), | intent(inout), | TARGET | :: | thisobs_l | ||
type(obs_f), | intent(inout) | :: | thisobs | |||
real, | intent(in) | :: | coords_l(:) | |||
integer, | intent(in) | :: | locweight | |||
real, | intent(in) | :: | cradius | |||
real, | intent(in) | :: | sradius | |||
integer, | intent(inout) | :: | cnt_obs_l |
Set dimension of local obs. vector and local obs. arrays (non-isotropic)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(obs_l), | intent(inout), | TARGET | :: | thisobs_l | ||
type(obs_f), | intent(inout) | :: | thisobs | |||
real, | intent(in) | :: | coords_l(:) | |||
integer, | intent(in) | :: | locweight | |||
real, | intent(in) | :: | cradius(:) | |||
real, | intent(in) | :: | sradius(:) | |||
integer, | intent(inout) | :: | cnt_obs_l |
Set dimension of local obs. vector and local obs. arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(obs_l), | intent(inout), | TARGET | :: | thisobs_l | ||
type(obs_f), | intent(inout) | :: | thisobs | |||
real, | intent(in) | :: | coords_l(:) | |||
integer, | intent(in) | :: | locweights(:) | |||
real, | intent(in) | :: | cradius(:) | |||
real, | intent(in) | :: | sradius(:) | |||
integer, | intent(inout) | :: | cnt_obs_l |