You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When the atmos component level was added to the ensemble directory structure, it was added "above" the ensemble member. As a result, the enkfgdas.$PDY/$cyc directory structure looks as follows:
Moves the member directory one higher level in the directory hierarchy in anticipation of additionally components being run for the members in addition to atmos. This results in COM directories that are arranged as `memXXX/atmos` instead of `atmos/memXXX`.
This PR also adds a "hack" to allow the success for the `gdaspostanl` job in the first half cycle (see #1034). The "hack" will be removed with the refactoring of the post jobs in the (near) future.
Fixes#1196
Refs #1034
The logical test used to set gsi namelist variable `nhr_obsbin` was not consistent with other checks in the script which use variable `l4densvar`. This relocates the setting for `nhr_obsbin` to be consistent with other tests using `l4densvar`, which will allow the appropriate error messages to be output by the executable.
FixesNOAA-EMC#1123
Fixes [NCO bugzilla NOAA-EMC#1196](http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1196)
Description
When the
atmos
component level was added to the ensemble directory structure, it was added "above" the ensemble member. As a result, theenkfgdas.$PDY/$cyc
directory structure looks as follows:When the coupled model components for
wave
,ocean
,ice
,chem
etc. are added, this directory tree will need to be converted to look as follows:This will allow collecting all components for any ensemble member easily.
This will require work in many scripts within the global-workflow as this information is baked in.
Requirements
COMROT
structure to be consistent between thedeterministic
member and theensemble
members.COMROT
structure.Acceptance Criteria (Definition of Done)
ATM
configuration should work in the hybrid and 3DVar casesATM
andS2SWA
The text was updated successfully, but these errors were encountered: