Skip to content

Commit 5e6c14a

Browse files
committed
CHANGELOG.md updated and version set to 5.6.18
1 parent 0f7f9c8 commit 5e6c14a

16 files changed

Lines changed: 30 additions & 23 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ of `major.minor.patch` with
1919

2020
## [Unreleased]
2121

22+
## [5.6.18] - 2023-07-04
23+
24+
### Fixed
25+
26+
- Soil array `wpwp` is now correctly initialized with `soilpar->wpwp` for the `"prescribed_soilpar"` setting.
27+
28+
2229
## [5.6.17] - 2023-06-30
2330

2431
### Fixed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
| | | _ \ | |_ __ ___ | |
33
| | | |_) | | | '_ ` _ \| |
44
| |___| __/ |_| | | | | | | |___
5-
|_____|_| \___/|_| |_| |_|_____| Version 5.6.17
5+
|_____|_| \___/|_| |_| |_|_____| Version 5.6.18
66

77

8-
Installation of LPJmL C Version 5.6.17
8+
Installation of LPJmL C Version 5.6.18
99

1010
Installation for Unix-like systems
1111
----------------------------------
@@ -27,7 +27,7 @@ cd lpjml
2727

2828
untar source files
2929

30-
gzip -cd lpjml-5.6.17.tar.gz|tar -xf -
30+
gzip -cd lpjml-5.6.18.tar.gz|tar -xf -
3131

3232
Directory tree after extracting the tar files:
3333

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.17
1+
5.6.18

html/install.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<HEAD>
33
<LINK REL="stylesheet" HREF="style.css" TYPE="text/css">
44
<TITLE>
5-
Installing and running LPJmL C Version 5.6.17
5+
Installing and running LPJmL C Version 5.6.18
66
</TITLE>
77
</HEAD>
88
<BODY>
9-
<H1>Installing and running LPJmL C Version 5.6.17</H1>
9+
<H1>Installing and running LPJmL C Version 5.6.18</H1>
1010

1111
<H2>Installation for Unix-like systems</h2>
1212

@@ -29,7 +29,7 @@ <H2>Installation for Unix-like systems</h2>
2929

3030
untar source files</p>
3131
<pre class="example">
32-
gzip -cd lpjml-5.6.17.tar.gz|tar -xf -
32+
gzip -cd lpjml-5.6.18.tar.gz|tar -xf -
3333
</pre>
3434

3535
Directory tree after extracting the tar files:</p>
@@ -118,7 +118,7 @@ <H2>Installation for Unix-like systems</h2>
118118

119119
<pre class="example">
120120
% ./configure.sh
121-
Configuring LPJmL 5.6.17...
121+
Configuring LPJmL 5.6.18...
122122
Operating system is Linux
123123
Intel MPI found
124124
Create executables with make all
@@ -643,7 +643,7 @@ <h3>Compilation flags</h3>
643643
</table>
644644
An installation directory can be defined during configuration:
645645
<pre class="example">
646-
./configure.sh -prefix /data/biosx/lpjml-5.6.17
646+
./configure.sh -prefix /data/biosx/lpjml-5.6.18
647647
</pre>
648648
Then the binaries can be copied in the installation directory by invoking</p>
649649
<pre class="example">
@@ -860,7 +860,7 @@ <h3>Runtime options of LPJmL</h3>
860860
**** | |___| __/ |_| | | | | | | |___ ___) | _ | (_) | ****
861861
**** |_____|_| \___/|_| |_| |_|_____| |____/ (_) \___/ ****
862862
**** ****
863-
**** lpjml C Version 5.6.17 (May 12 2023) ****
863+
**** lpjml C Version 5.6.18 (May 12 2023) ****
864864
**** Dynamic global vegetation model with natural and managed land ****
865865
**** Compiled for Linux ****
866866
**** (C) Potsdam Institute for Climate Impact Research (PIK), ****
@@ -1362,7 +1362,7 @@ <h3>Error codes</h3>
13621362
if -DSAFE is set in the compile options of <tt>Makefile.inc</tt>. The options set at compile time can be obtained by invoking
13631363
<pre class="example">
13641364
% lpjml -v
1365-
lpjml C Version 5.6.17 (May 12 2023)
1365+
lpjml C Version 5.6.18 (May 12 2023)
13661366
Operating system: Linux, little endian
13671367
Compiler: Intel C version 15.00, 64 bit
13681368
Compile flags: "-DUSE_RAND48 -DUSE_MPI -DSAFE -DWITH_FPE -DSTORECLIMATE -DUSE_NETCDF -DUSE_UDUNITS "

include/lpj.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#ifndef LPJ_H /* Already included? */
2929
#define LPJ_H
3030

31-
#define LPJ_VERSION "5.6.17"
31+
#define LPJ_VERSION "5.6.18"
3232

3333
/* Necessary header files */
3434

input_crumonthly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** \n**/
33
/** i n p u t _ c r u m o n t h l y . j s \n**/
44
/** \n**/
5-
/** Configuration file for input dataset for LPJ C Version 5.6.17 \n**/
5+
/** Configuration file for input dataset for LPJ C Version 5.6.18 \n**/
66
/** \n**/
77
/** (C) Potsdam Institute for Climate Impact Research (PIK), see COPYRIGHT file \n**/
88
/** authors, and contributors see AUTHORS file \n**/

lpjml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** \n**/
33
/** l p j m l . j s \n**/
44
/** \n**/
5-
/** Default configuration file for LPJmL C Version 5.6.17 \n**/
5+
/** Default configuration file for LPJmL C Version 5.6.18 \n**/
66
/** \n**/
77
/** Configuration file is divided into five sections: \n**/
88
/** \n**/

man/man1/lpjml.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH lpjml 1 "version 5.6.17" "USER COMMANDS"
1+
.TH lpjml 1 "version 5.6.18" "USER COMMANDS"
22
.SH NAME
33
lpj, lpjml \- Dynamic global vegetation model with managed land and river routing
44
.SH SYNOPSIS

man/man1/lpjsubmit.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH lpjsubmit 1 "version 5.6.17" "USER COMMANDS"
1+
.TH lpjsubmit 1 "version 5.6.18" "USER COMMANDS"
22
.SH NAME
33
lpjsubmit \- Submit parallel SLURM/LoadLeveler job for LPJmL simulations
44
.SH SYNOPSIS

par/lpjparam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** \n**/
33
/** l p j p a r a m . j s \n**/
44
/** \n**/
5-
/** LPJ parameter file for LPJmL version 5.6.17 \n**/
5+
/** LPJ parameter file for LPJmL version 5.6.18 \n**/
66
/** \n**/
77
/** (C) Potsdam Institute for Climate Impact Research (PIK), see COPYRIGHT file \n**/
88
/** authors, and contributors see AUTHORS file \n**/

0 commit comments

Comments
 (0)