Changes between Version 1 and Version 2 of init_obsvars_pdaf


Ignore:
Timestamp:
Mar 25, 2025, 7:49:51 PM (9 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • init_obsvars_pdaf

    v1 v2  
    44
    55The routine `init_obsvars_pdaf` (named `U_init_obsvars` inside PDAF) is a call-back routine that has to be provided by the user. 
     6
    67The routine is used only with the ENSRF/EAKF. The routine is called by PDAF during the analysis step and has to provide the filter with a vector of observation error variances.
    78
    8 The interface is the following:
     9The interface is:
    910{{{
    1011  SUBROUTINE init_obsvars_pdaf(step, dim_obs_f, var_f)
    11 }}}
    12 with arguments:
    13 {{{
     12
    1413  INTEGER, INTENT(in) :: step           ! Current time step
    1514  INTEGER, INTENT(in) :: dim_obs_f      ! Dimension of full observation vector