Changes between Version 164 and Version 165 of LnDevel
- Timestamp:
- Dec 17, 2021, 9:37:56 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v164 v165 69 69 * Added diagnostic routine to compute the continuous ranked probability score, CRPS (PDAF_diag_crps) 70 70 * Code revisions: 71 * Renaming of routines: prefix PDAF-D_ replaced by PDAF_ 71 72 * 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 72 73 * modernized use of netCDF (with 'use netcdf' instead of 'include netcdf.inc'). This also resolves the issue of gfortran 10