Changes between Version 1 and Version 2 of PDAFomi_diag_crps


Ignore:
Timestamp:
Apr 17, 2026, 9:03:16 AM (11 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_diag_crps

    v1 v2  
    2222    INTEGER, INTENT(inout) :: nobs                   ! Number of observation types
    2323    REAL, POINTER, INTENT(inout) :: crps_ptr(:,:)    ! Pointer to vector of CRPS values
    24     INTEGER, INTENT(in) :: perturb                   ! 1: add perturbations to observations;
     24                                                     !   the second index is for the observation type; the first is
     25                                                     !   crps_ptr(1, :) = CRPS
     26                                                     !   crps_ptr(2, :) = reli
     27                                                     !   crps_ptr(3, :) = pot_CRPS
     28                                                     !   crps_ptr(4, :) = uncert
     29     INTEGER, INTENT(in) :: perturb                   ! 1: add perturbations to observations;
    2530                                                     ! 0: use unperturbed observations
    2631    INTEGER, INTENT(in) :: verbose                   ! Verbosity flag, >0 for output