Skip to content

Commit

Permalink
Update changelog and authors in .zenodo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fjansson committed Jun 20, 2022
1 parent 6b2c965 commit 1d63af5
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
},
{
"orcid": "0000-0002-0948-1176",
"affiliation": "eScienceCenter",
"affiliation": "Netherlands eScience Center",
"name": "Jisk Attema"
},
{
"orcid": "0000-0003-3535-8320",
"affiliation": "Netherlands eScience Center",
"name": "Victor Azizi"
},
{
"name": "Cees Beets"
Expand Down Expand Up @@ -60,7 +65,8 @@
},
{
"orcid": "0000-0001-8367-1333",
"name": "Gijs van den Oord"
"name": "Gijs van den Oord",
"affiliation": "Netherlands eScience Center"
},
{
"orcid": "0000-0003-3217-8009",
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
Changes in DALES
================


Version 4.4 - 2022-06-20
------------------------

This version introduces configurable floating point precision (by Victor Azizi, Jisk Attema, Fredrik Jansson). The main 3D fields can be either double (default) or single precision. The choice is made at compile time, and reduces the memory requirements and computation time by about 40%. See the [Wiki](https://github.com/dalesteam/dales/wiki/Installation-notes).
A new two-moment ice microphysics scheme has been introduced (Jan Chylik, Roel Neggers, with tuning by Jisk Attema).
This version also introduces support and tuning for the Fugaku supercomputer, see
[DALES on Fugaku](https://github.com/dalesteam/dales/wiki/DALES-on-Fugaku).

### Improvements

* Automatic testing of git commits using GitHub actions (Victor Azizi)
* All function interfaces are now explicit, reducing the chance of mistakes with variable type
* Add `twp_bar`, `rwp_bar` to `tmser.nnn.nc`, commit 7da93bdc
* fielddump: time windowing, save fields only when `tmin <= current time <= tmax`, commit a65b03
* Add namelist flags to select individual fields for 3D fielddump, commit c68814
* Relative time units (s since date) in netCDF output (if xday, xyear are specified in namelist)
* All module interfaces made explicit, reducing risk of type errors
* Automatic testing with GitHub Actions, by Victor Azizi, commit 297f18
* Add netCDF error checking, commits 031d5c6, ecfeb0ba

### Optimization

* Configurable floating point precision (by Victor Azizi, Jisk Attema, Fredrik Jansson)
* Don't exchange halos of m-fields, commit e25a23
* Optimize kappa advection scheme, commit fe60b5e
* Optimized warm microphysics by Jisk Attema, commit 1758dcc0
* Reduced memory allocation, commit 41c1589

### Bugs fixed

* Remove option -malign=double
* Close the tmser.nnn.nc file at the end
* Fix slabsum calls sv0(1,1,1,n) -> sv0(:,:,:,n), commit 79712743


Version 4.3 - 2021-03-13
------------------------

Expand Down

0 comments on commit 1d63af5

Please sign in to comment.