Skip to content

Commit

Permalink
update informat - only netcdfpara
Browse files Browse the repository at this point in the history
  • Loading branch information
hertneky committed May 16, 2022
1 parent 1d4ae51 commit 0d3540d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/Acknowledgments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ acknowledge the Developmental Testbed Center UPP Team.

For referencing this document please use:

UPP Users Guide V10.0.12, 24 pp.
UPP Users Guide V10.1.0, 24 pp.
7 changes: 3 additions & 4 deletions docs/AddNewVariable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ with examples in the sections below.

The variable is declared in one of these modules defining files depending on its dimension.

5. Read model output if necessary: INITPOST_GFS_NETCDF_PARA.f (current operational netcdf output with GFS V16),
INITPOST_NETCDF.f (LAM FV3 netcdf)
5. Read model output if necessary: INITPOST_NETCDF.f

Check first to see if all variables needed to derive your new variable are already available in UPP. If not,
you will need to use one of these files for reading the model output files. The appropriate one will need to
Expand Down Expand Up @@ -254,8 +253,8 @@ with examples in the sections below.

tg3(:,:)

5. Read the field from the GFS model output file by adding the new variable into INITPOST_GFS_NETCDF_PARA.f.
This file is used for reading the GFS model FV3 output files in netcdf format.
5. Read the field from the GFS model output file by adding the new variable into INITPOST_NETCDF.f.
This file is used for reading the GFS model FV3 output files in parallel netcdf format.

User procedure
- Add to top section of the routine in ‘use vrbls2d’ to initiate the new variable as:
Expand Down
2 changes: 1 addition & 1 deletion docs/InputsOutputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ user-defined options. It should not be necessary to edit this. For description p

#. Name of the FV3 (pressure level) output file to be post-processed.

#. Format of FV3 model output (netcdf, netcdfpara).
#. Format of FV3 model output (netcdfpara).

#. Format of UPP output (GRIB2)

Expand Down
6 changes: 3 additions & 3 deletions docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the instructions in the `HPC-Stack User's Guide <https://hpc-stack.readthedocs.i
Obtaining and Installing UPP
============================

Building and running UPP V10.0.12 has been tested and is supported on the following pre-configured platforms.
Building and running UPP V10.1.0 has been tested and is supported on the following pre-configured platforms.

+---------------+----------------------+
| System | Compiler and Version |
Expand Down Expand Up @@ -65,14 +65,14 @@ Move to the directory with the build script and build the UPP.

Move back to the top level UPP directory and create a directory for the CRTM fix files to be unpacked
in. Download the fix files from the Github `release page
<https://github.com/NOAA-EMC/UPP/releases/tag/upp_v10.0.12>`_ or use the wget command. Unpack the
<https://github.com/NOAA-EMC/UPP/releases/tag/upp_v10.1.0>`_ or use the wget command. Unpack the
tar file.

.. code-block:: console
cd ../
mkdir crtm && cd crtm
wget https://github.com/NOAA-EMC/UPP/releases/download/upp_v10.0.12/fix.tar.gz
wget https://github.com/NOAA-EMC/UPP/releases/download/upp_v10.1.0/fix.tar.gz
tar -xzf fix.tar.gz
.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/Running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Run Script Overview
3. Specify the format for the input model files and output UPP files

| **inFormat**: Format of the model data ("netcdf" or "netcdfpara")
| **inFormat**: Format of the model data ("netcdfpara")
| **outFormat**: Format of output from UPP ("grib2")
4. Specify the forecast cycles to be post-processed
Expand Down

0 comments on commit 0d3540d

Please sign in to comment.