TNO Intern

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

Updated change log.

parent 765c50cf
Loading
Loading
Loading
Loading
+39 −7
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ v2.6
Improved packing of constant variables.
  src/cso_ncfile.F90

Do not pack 'time' variables.
Do not pack `time` variables.
  src/cso_pixels.F90

Support files with "sample" coordinate instead of "pixel",
@@ -39,7 +39,7 @@ Added "GetWeightsCell" methodes to assign points to grid cells.
Trap undefined values in kernel application.
  src/cso_pixels.F90

Added formula 'TropoPressures' to create variable with half-level pressures
Added formula `TropoPressures` to create variable with half-level pressures
at surface, top of boundary layer, and top of troposhere.
  src/cso_pixels.F90
  src/cso_tools.F90
@@ -57,7 +57,7 @@ Ensure that pixels crossing the dateline are simulated correctly.
v2.11
-----

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

Corrected spell error.
@@ -66,7 +66,7 @@ Corrected spell error.
Support 2D real arrays.
  src/cso_parray.F90

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


@@ -80,14 +80,46 @@ Changes to avoid compiler warnings.
Updated comment.
  src/cso_mapping.F90

Support 'fill_value' argument when reading 1D real array.
Support `fill_value` argument when reading 1D real array.
  src/cso_ncfile.F90
  src/cso_pixels.F90
  
Support kernel convolution including prior state.
  src/cso_pixels.F90
  
Added 'LinInterpWeights' routine to calculate interpolation weights.
Added `LinInterpWeights` routine to calculate interpolation weights.
  src/cso_tools.F90

!
Support latest servers.
  src/Makefile_config_metno-nebula      # deleted
  src/Makefile_config_metno-fahrenheit
  src/Makefile_config_tno-hpc3          # deleted
  src/Makefile_config_tno-hpc4
  launcher
  launcher-mpi

Added routines to broadcast/scatter 1D integer or character arrays.
  src/cso_comm.F90

Added `CompressTime` routine.
	src/cso_datetime.F90

Added `CSO_GetBasename` and `CSO_SplitExt` routines.
	src/cso_file.F90

Support listings with second `filename`, this is for example used to specify both data and state files.
Added method `Create` to initialize an empty listing that will be filled and saved.
Added method `Select` to select records based on time interval.
	src/cso_listing.F90

Updated logging messages.
	src/cso_pixels.F90

Introduced `Series` object to open multiple files from a time series for a single interval.
Pixel selection based on time values.
	src/cso_sat.F90
  src/cso_series.F90
	src/cso.F90
	src/tutorial_oper_S5p.F90
	src/Makefile_deps