Changes between Version 51 and Version 52 of InitPdaf


Ignore:
Timestamp:
Feb 22, 2023, 3:49:31 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InitPdaf

    v51 v52  
    100100It is useful to define variables like these at this central position. Of course, their definition has to be adapted to the particular model used. The example codes describe the options for `locweight`.
    101101
     102The setting of `locweight` influence the weight function for the localization. If PDAF-OMI is used, the choices are standardized as follows
     103
     104||= '''locweight''' =||= '''0''' =||= '''1''' =||= '''2''' =||= '''3''' =||= '''4''' =||
     105||= '''function''' =|| unit weight ||= exponential =||||||||= 5-th order polynomial =||
     106||= '''regulation''' =||= - =||= - =||= - =||= regulation using[[BR]]mean variance =||= regulation using variance[[BR]]of single observation point =||
     107||= '''cradius''' =||||||||||||= weight=0 if distance > cradius =||
     108||= '''sradius''' =||= no impact =||= weight = exp(-d / sradius) =||||||||= weight = 0 if d >= sradius[[BR]] else[[BR]] weight = f(sradius, distance) =||
     109
     110
    102111== User-supplied routine `U_init_ens` (init_ens_pdaf.F90) ==
    103112