Skip to content

Commit

Permalink
Merge pull request #758 from MFraters/post_v1.0.0_release_version_bump
Browse files Browse the repository at this point in the history
Post v1.0.0 release version bump.
  • Loading branch information
MFraters authored Aug 30, 2024
2 parents 15b8aae + 58a8d37 commit 616bd1f
Show file tree
Hide file tree
Showing 143 changed files with 152 additions and 145 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Add new entries a the bottom of the current list in the subheading. Item format:

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

## Changed

## Fixed

## [1.0.0]
### Added
- Added the ability to calculate the water content within the oceanic plate feature and the subducting plate feature. The implementation samples the temperature within the feature, calculates a lithostatic pressure, and determines the water content using parameterized phase diagrams for 4 different lithologies: sediment, mid ocean ridge basalt (MORB), gabbro, and peridotite from [Tian et al., 2019](https://doi.org/10.1029/2019GC008488). \[Daniel Douglas; 2024-08-20; [#661](https://github.com/GeodynamicWorldBuilder/WorldBuilder/pull/661)\]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0-pre
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.0.0.{build}'
version: '1.1.0-pre.{build}'

image: Visual Studio 2015

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section":[[0,0],[100,0]],
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"potential mantle temperature":1500,
"thermal expansion coefficient":2.0e-5,
"maximum distance between coordinates":100000,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/3d_cartesian_rift/3d_cartesian_rift.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"features":
[
{"model":"oceanic plate", "name":"oceanic plate A", "coordinates":[[-1e3,-1e3],[2001e3,-1e3],[2001e3,1000e3],[-1e3,1000e3]],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"surface temperature":273.15,
"potential mantle temperature":1573.15,
"thermal expansion coefficient":0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0],[10,0]],
"maximum distance between coordinates":0.01,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,0],[8000e3,0]],
"surface temperature":273, "potential mantle temperature":1573,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"1.0",
"version":"1.1",
"coordinate system":{"model":"spherical",
"depth method":"begin at end segment",
"radius":6371000.0},
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen_config.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "World Builder"
PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 1.1.0-pre
PROJECT_BRIEF = "A geodynamic initial conditions generator"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doc/doxygen/
Expand Down
2 changes: 1 addition & 1 deletion doc/generate_decl_schema.wb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0",
"version":"1.1",
"features": []
}
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_02_minimal_box.wb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0",
"version":"1.1",
"features":[]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_05_limit_depth.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_12_sections.wb_bak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,200e3],[100e3,200e3]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_17_plume.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/_static/gwb_input_files/BST_18_2D_models.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"cross section":[[0,450e3],[10e3,450e3]],
"features":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"cross section":[[0,0.5],[1,-0.5]],
"features":
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
project = 'Geodynamic World Builder'
copyright = '2024, The authors of the Geodynamic World Builder'
# The full version, including alpha/beta/rc tags
release = '1.0.0'
html_title = "Manual GWB 1.0.0"
release = '1.1.0-pre'
html_title = "Manual GWB 1.1.0-pre"


# -- General configuration ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Our previous minimal example looks like this:
lineno-start: 1
---
{
"version": "1.0",
"version":"1.1",
"features":[ ]
}
```
Expand All @@ -66,7 +66,7 @@ We can be more explicit and add one line setting it to the default value. Howeve
lineno-start: 1
---
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"features":[ ]
}
Expand All @@ -80,7 +80,7 @@ If you want to have a spherical model, please see {ref}`part:user_manual:chap:co
lineno-start: 1
---
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
"features":[ ]
}
Expand Down
2 changes: 1 addition & 1 deletion tests/data/continental_plate.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian_2.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[750e3,500e3],[500e3,0e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_constant_angles_cartesian_force_temp.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/fault_different_angles_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/interpolation_monotone_spline_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/mantle_layer_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/oceanic_plate_cartesian.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[0,0],[400e3,500e3]],
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/oceanic_plate_spherical.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"spherical", "depth method":"starting point"},
"gravity model":{"model":"uniform", "magnitude":10},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/simple_wb1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"coordinate system":{"model":"cartesian"},
"gravity model":{"model":"uniform", "magnitude":10},
"cross section":[[100e3,100e3],[400e3,500e3]],
Expand Down
2 changes: 1 addition & 1 deletion tests/data/simple_wb2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"features":
[
Expand Down
2 changes: 1 addition & 1 deletion tests/data/simple_wb3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"surface rotation point": ["165e3","166e3"],
"surface rotation angle": "0",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/spherical_depth_method_begin_segment.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"spherical", "depth method":"begin segment"},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/spherical_depth_method_starting_point.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"cross section": [[100e3,100e3],[400e3,500e3]],
"coordinate system":{"model":"spherical", "depth method":"starting point"},
Expand Down
2 changes: 1 addition & 1 deletion tests/data/subducting_plate_composition_smooth_by_tag.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"cross section":[[0,50e3],[50e3,0]],
"features":
Expand Down
2 changes: 1 addition & 1 deletion tests/data/subducting_plate_composition_smooth_filtered.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version":"1.1",
"gravity model":{"model":"uniform", "magnitude":10},
"cross section":[[0,50e3],[50e3,0]],
"features":
Expand Down
Loading

0 comments on commit 616bd1f

Please sign in to comment.