Skip to content

Commit a863d0d

Browse files
authored
Update jhtdb urls (#285)
* Update Johns Hopkins Turbulence Database URLs in User Guide * Update CHANGELOG.md with URL link fixes
1 parent 6947398 commit a863d0d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Fixed
2020

2121
- Fixed HTTP Error 308 when running `examples/super_resolution.py`
22+
- Fixed deprecated documentation links to the Johns Hopkins Turbulence Database
2223

2324
### Security
2425

docs/user_guide/intermediate/turbulence_super_resolution.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Turbulence Super Resolution
66
Introduction
77
------------
88

9-
This example uses PhysicsNeMo Sym to train a super-resolution surrogate model for predicting high-fidelity homogeneous isotropic turbulence fields from filtered low-resolution observations provided by the `Johns Hopkins Turbulence Database <http://turbulence.pha.jhu.edu/>`_.
9+
This example uses PhysicsNeMo Sym to train a super-resolution surrogate model for predicting high-fidelity homogeneous isotropic turbulence fields from filtered low-resolution observations provided by the `Johns Hopkins Turbulence Database <https://turbulence.idies.jhu.edu/home>`_.
1010
This model will combine standard data-driven learning as well as how to define custom data-driven loss functions that are uniquely catered to a specific problem.
1111
In this example you will learn the following:
1212

@@ -34,7 +34,7 @@ Problem Description
3434
-------------------
3535

3636
The objective of this problem is to learn the mapping between a low-resolution filtered 3D flow field to a high-fidelity solution.
37-
The flow field will be samples of a forced `isotropic turbulence direct numerical simulation <http://turbulence.pha.jhu.edu/Forced_isotropic_turbulence.aspx>`_ originally simulated with a resolution of :math:`1024^{3}`.
37+
The flow field will be samples of a forced `isotropic turbulence direct numerical simulation <https://turbulence.idies.jhu.edu/datasets/homogeneousTurbulence/isotropic>`_ originally simulated with a resolution of :math:`1024^{3}`.
3838
This simulation solves the forced Navier-Stokes equations:
3939

4040
.. math::
@@ -121,8 +121,8 @@ Case Setup
121121
----------
122122

123123
Before proceeding, it is important to recognize that this problem needs to download the dataset upon its first run.
124-
To download the dataset from `Johns Hopkins Turbulence Database <http://turbulence.pha.jhu.edu/>`_ you will need to request an access token.
125-
Information regarding this process can be found on the `database website <http://turbulence.pha.jhu.edu/authtoken.aspx>`_.
124+
To download the dataset from `Johns Hopkins Turbulence Database <https://turbulence.idies.jhu.edu/home>`_ you will need to request an access token.
125+
Information regarding this process can be found on the `database website <https://turbulence.idies.jhu.edu/database>`_.
126126
Once aquired, please overwrite the default token in the config in the specified location.
127127
Utilities used to download the data can be located in ``examples/super_resolution/jhtdb_utils.py``, but will not be discussed in this tutorial.
128128

0 commit comments

Comments
 (0)