From 54abb383c6518751b9a284dfe560e19087cb2917 Mon Sep 17 00:00:00 2001 From: Yuta Kawai Date: Tue, 30 Apr 2024 21:47:55 +0900 Subject: [PATCH 1/2] Update documents to release v0.8.0 --- COPYRIGHT | 4 ++-- HISTORY | 19 +++++++++++++++++++ INSTALL.md | 12 ++++++------ 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index f61a13ec..b3305ebc 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (C) 2019--2023 FE-project Group. All rights reserved. +Copyright (C) 2019--2024 FE-project Group. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -21,7 +21,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------- Japanese Version start here -------------------------- -Copyright (C) 2019--2023 FE-project Group. All rights reserved. +Copyright (C) 2019--2024 FE-project Group. All rights reserved. 以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソ フトウェア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱 diff --git a/HISTORY b/HISTORY index ebe2fba3..a4b15318 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,22 @@ += 2024-05-01 (0.8.0) +* New features + * Support general curvelinear coordinates in the Smagorinsky-Lilly turbulent model + * Support to HEVE (GLOBALNONHYDRO3D_RHOT_HEVE) without a shallow atmosphere approximation + * Enable to input a topography data file when generating initial data + * Add a user interface to set tendencies before update subroutines in components + * Enable to specify postfix to build library and binary files +* Improvements + * Improve numerical stability of HEVI scheme when topography has a steep slope + * Modify numerical stability by changing the strategy to apply a modal filter when using HEVI scheme + * Put global attributes with time information into output files from regrid tool + * Available to specify a name of vertical coordinate variable in regrid tool +* Fix many bugs + * Modify 2D data regrids when the number of MPI processes for the input and output data is different + * Modify the method of determining the most adjacent node in MeshUtil3D_BuildInteriorMap subroutine + * Fix a bug in mapping indecies with patch boundaries when we use a vertical axis with positive down + * Fix eigenvalues with numerical diffusion for tracer advection when coordinate transformation is considered + * Fix a bug in procedure overriding of "update" subroutine in mod_user.F90 + = 2023-02-16 (0.7.0) * New features * Add a module useful for evaluating numerical errors diff --git a/INSTALL.md b/INSTALL.md index b5ad2d51..9136f50e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,18 +15,18 @@ We confirm that building our codes has succeeded in the following environments: - OpenMPI 4.1.2 - LAPACK 3.10.0 - NetCDF 4.8.1 - - SCALE library 5.4.5 + - SCALE library 5.5.1 - Ubuntu 20.04 LTS (for case of Intel oneAPI HPC Toolkit 2023.0) - Intel® Fortran Compiler - Intel MPI Library - Intel oneAPI Math Kernel Library - NetCDF 4.8.0 - SCALE library develop version - - macOS Ventura - - GNU Fortran 12.2.0 - - OpenMPI 4.1.4 - - LAPACK 3.11 - - NetCDF 4.9.0 + - macOS Sonoma + - GNU Fortran 13.2.0 + - OpenMPI 5.0.3 + - LAPACK 3.12 + - NetCDF 4.9.2 - SCALE library develop version Our codes are also verified in Fugaku and Odyssey (Fujitsu compiler). From 3e323498b2e829ea1f7e4487b813ab40c843a063 Mon Sep 17 00:00:00 2001 From: Yuta Kawai Date: Wed, 1 May 2024 08:03:07 +0900 Subject: [PATCH 2/2] Modify document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d56ee9a..55b9c705 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What is this project? In [FE-Project](https://ywkawai.github.io/FE-Project_web/), -we develop a library for fluid simulations with the discontinuous Galerkin method. +we develop a library for fluid simulations with the discontinuous Galerkin method (DGM). We also provide sample programs and atmospheric models for meteorological simulations. - Example of simulation results by nonhydrostatic atmospheric models with nodal DGM