Skip to content

Commit

Permalink
update testing ch, model ch, and conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Oct 30, 2024
1 parent d488610 commit a4ac6b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/BuildingRunningTesting/TestingLandDA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Method #3: Run Tests Using a Container

The container CTest functionality has been tested in Jenkins. It should be able to run on a sufficiently large cloud instance. However, it is considered unsupported functionality because it has not been thoroughly tested on the cloud for use by the public.

For containers, the CTest functionality is wrapped in a Dockerfile. Therefore, users will need to build the Dockerfile to run the CTests. Since the Land DA container is quite large, this process can a long time --- potentially hours. In the future, the development team hopes to simplify and shorten this process.
For containers, the CTest functionality is wrapped in a Dockerfile. Therefore, users will need to build the Dockerfile to run the CTests. Since the Land DA container is quite large, this process can take a long time --- potentially hours. In the future, the development team hopes to simplify and shorten this process.

.. code-block:: console
Expand Down
4 changes: 2 additions & 2 deletions doc/source/CustomizingTheWorkflow/Model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Users can download the data and untar the file via the command line:

.. code-block:: console
wget https://noaa-ufs-land-da-pds.s3.amazonaws.com/develop-20240501/Landda_develop_data.tar.gz
tar xvfz Landda_develop_data.tar.gz
wget https://noaa-ufs-land-da-pds.s3.amazonaws.com/develop-20241024/inputs.tar.gz
tar xvfz inputs.tar.gz
For data specific to the latest release (|latestr|), users can run:

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
author = ' '

# The short X.Y version
version = 'v2.0.0'
version = 'develop'
# The full version, including alpha/beta/rc tags
release = 'v2.0.0'
release = 'develop'

numfig = True

Expand Down

0 comments on commit a4ac6b0

Please sign in to comment.