Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.8.0 #342

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソ
フトウェア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱
Expand Down
19 changes: 19 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down