TNO Intern

Commit e6ff5d2e authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated changelog.

parent b4bc4623
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -54,6 +54,19 @@ Ensure that pixels crossing the dateline are simulated correctly.
  src/tutorial_oper_S5p.F90


v2.11
-----

Removed comment from 'use MPI' statements after compiler complained.
  src/cso_comm.F90

Corrected spell error.
  src/cso_datetime.F90

Support 2D real arrays.
  src/cso_parray.F90

Support labels 'hours', 'minutes', 'seconds', etc.
  src/cso_datetime.F90 

+6 −1
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@
!
!     Reshape size of pointer array with n elements, copy current values.
!
! HISTORY
!
! 2025-02, Arjo Segers
!   Support 2D real arrays.
!
!
!### macro's #####################################################
!
@@ -320,7 +325,7 @@ contains

  !**********************************************************************
  !***
  !*** r1
  !*** r2
  !***
  !**********************************************************************

+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@
!
! CSO_Profile - conversion of vertical profiles
!
! HISTORY
!
! 2024-09, Arjo Segers
!   Added 'Apply_WeightedSumAdj' method.
!
!###############################################################################
!
#define TRACEBACK write (csol,'("in ",a," (",a,", line",i5,")")') rname, __FILE__, __LINE__; call csoErr