Skip to content

Commit

Permalink
Feature/version2.0 reconfig (#3)
Browse files Browse the repository at this point in the history
* Removed no-longer necessary files.

* Removed no-longer necessary files.

* README update.

* README update.

* README update.

* README update.

* README update.

* Removed no-longer necessary files.

* Reorganization of configurations.
  • Loading branch information
HenryRWinterbottom committed Aug 31, 2022
1 parent d33566c commit ebfe93e
Show file tree
Hide file tree
Showing 129 changed files with 36 additions and 42,049 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
71 changes: 36 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,47 @@ States Government.

This repository contains configurations for each release of the
Unified Forecast System (UFS) Reanalysis and Reforecasting (RNR)
system which can be found [here](https://github.com/noaa-psd/UFS-RNR).
To obtain the entire UFS-RNR configuration archive, do:
system which can be found here. To obtain the UFS-RNR configuration
archive for a specific UFS-RNR release, do:

~~~
user@host:$ git clone --recursive https://github.com/noaa-psd/UFS-RNR-configurations
user@host:$ git clone --branch release/ufsrnr.v### https://github.com/noaa-psd/UFS-RNR-configurations
~~~

where `release/ufsrnr.v###` is the respective UFS-RNR release against
which to compare. Note that the latest UFS-RNR `develop` branch
configuration will be that contained in the `develop` branch of this
repository.

# Configuration Archives

The directory tree for each respective UFS-RNR release configurations
follows that of the UFS-RNR workflow directory tree. For example, a
given directory tree for a single cycle of a 3DVAR weakly-coupled
UFS-RNR experiment would have the following structure.
The archives are paritioned according to the forecast model resolution
and UFS forecast configuration (e.g., `coupled` or `uncoupled`). For
example, a coupled UFS-RNR experiment of cubed-sphere resolution C96
and using 127 unstaggered vertical levels would be denoted as
`C96L127/coupled`. The archive is then further partitioned according to
the UFS forecast type (i.e., `cold-start` or `warm-start`). All
cold-start dates for the respective configuration examples are
relative to 0000 UTC 01 January 2016 while the warm-start dates are
relative to 0600 UTC 01 January 2016. Each component of the UFS-RNR
contains the respective configuration files used to the respective
release baseline experiments. This includes the input files, the YAML
files (where relevant), and other necessary input files required by
the various UFS-RNR system applications.

~~~
├── forecast
│   └── cntrl
│   ├── history
│   ├── INPUT
│   ├── INPUT_NODA
│   ├── MOM6_OUTPUT
│   ├── RESTART
├── gsi
│   └── 3dvar
├── jedi
│   ├── soca
│   │   └── 3dvar
~~~
# UFS-RNR Application Branches and Tags

The following table specifies the respective applications and the
corresponding tags/hashes valid for the UFS-RNR v2.0 configurations.

<div align="center">

| Application | Tag/Hash |
| :-------------: | :-----------: |
| <div align="center">[GSI](https://github.com/jswhit/GSI)</div> | `750de32` |
| <div align="center">[UFS](https://github.com/ufs-community/ufs-weather-model)</div> | `b26a896` |
| <div align="center">[UFS-RNR](https://github.com/noaa-psd/UFS-RNR)</div> | `06747e5` |
| <div align="center">[SOCA-science](https://github.com/JCSDA-internal/soca-science)</div> | `9dce8a7` |

</div>

The configuration archives for the respective UFS-RNR releases follows
this similar logic. The archives are paritioned according to the
forecast model resolution and UFS forecast configuration (e.g.,
`coupled` or `uncoupled`). For example, a coupled UFS-RNR experiment
of cubed-sphere resolution C96 and using 64 unstaggered vertical
levels would be denoted as `C96L64/coupled`. The archive is then
further partitioned according to the UFS forecast type (i.e.,
`cold-start` or `warm-start`). All cold-start dates for the respective
configuration examples are relative to 0000 UTC 01 January 2016 while
the warm-start dates are relative to 0600 UTC 01 January 2016. Each
component of the UFS-RNR contains the respective configurtion files
used to the respective release baseline experiments. This includes the
input files, the YAML files (where relevant), and other necessary
input files required by the various UFS-RNR system applications.
36 changes: 0 additions & 36 deletions ufsrnr.v1.0/C96L64/coupled/cold-start/forecast/cntrl/field_table

This file was deleted.

Loading

0 comments on commit ebfe93e

Please sign in to comment.