Changes between Version 1 and Version 2 of PDAFomi_diag_crps
- Timestamp:
- Apr 17, 2026, 9:03:16 AM (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_diag_crps
v1 v2 22 22 INTEGER, INTENT(inout) :: nobs ! Number of observation types 23 23 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; 25 30 ! 0: use unperturbed observations 26 31 INTEGER, INTENT(in) :: verbose ! Verbosity flag, >0 for output
