PDAFlocal_set_increment_weights Subroutine

subroutine PDAFlocal_set_increment_weights(dim_l, weights)

Set vector of local increment weights

This routine initializes a PDAF_internal local array of increment weights. The weights are applied in in PDAF_local_l2g_cb, when the global state vector is initialized from the local state vector. These can e.g. be used to apply a vertical localization.

Revision history: * 2024-08 - Lars Nerger - Initial code * Later revisions - see repository log

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dim_l
real, intent(in) :: weights(dim_l)