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
3030untar 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
3535Directory 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 ...
122122Operating system is Linux
123123Intel MPI found
124124Create executables with make all
@@ -643,7 +643,7 @@ <h3>Compilation flags</h3>
643643</ table >
644644An 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 >
648648Then 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>
13621362if -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)
13661366Operating system: Linux, little endian
13671367Compiler: Intel C version 15.00, 64 bit
13681368Compile flags: "-DUSE_RAND48 -DUSE_MPI -DSAFE -DWITH_FPE -DSTORECLIMATE -DUSE_NETCDF -DUSE_UDUNITS "
0 commit comments