Changes between Version 164 and Version 165 of LnDevel


Ignore:
Timestamp:
Dec 17, 2021, 9:37:56 AM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LnDevel

    v164 v165  
    6969* Added diagnostic routine to compute the continuous ranked probability score, CRPS (PDAF_diag_crps)
    7070* Code revisions:
     71  * Renaming of routines: prefix PDAF-D_ replaced by PDAF_
    7172  * modernized use of MPI: now we use 'USE MPI' instead of 'include mpif.h'. This solves the issue of gfortran 10, which claimed argument mismatches
    7273  * modernized use of netCDF (with 'use netcdf' instead of 'include netcdf.inc'). This also resolves the issue of gfortran 10