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
The parm/transfer files are old and outdated. Update to current parm files used in ops.
From NCO bugzilla:
In the parm/transfer/ directory, there are many redundant files now coming from the WCOSS2 transition.
e.g. transfer_gfs_1.list matches transfer_gfs_gfs_1.list.
For the duplicates, the files used are the transfer_gfs_gfs_* transfer_gfs_gdas_*, and
transfer_gfs_enkfgdas_* files.
The transfer_rdhpcs_* files need to be investigated further to determine which are needed now.
What should have happened?
Unused/unneeded transfer parm files should not exist.
Steps to reproduce
N/A
Bugzilla issue
1383
Additional information
This cleanup has already happened in the GFSv16 system (d466e83).
Do you have a proposed solution?
Repeat the cleanup that happened in the GFSv16 system into the develop branch. Replace developparm/transfer/* files with what now exists in the dev/gfs.v16 branch.
The text was updated successfully, but these errors were encountered:
CI testing is not required for this PR since these parm/transfer/*.list files are only used in operations by dataflow and never invoked by developers or during pre-implementation testing.
This PR updates the `parm/transfer/*.list` files within `develop` to
match the vetted set within the GFSv16 `dev/gfs.v16` branch. This
completes [bugzilla
#1383](http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1383) and
duplicates cleanup already done in the `dev/gfs.v16` branch @
d466e83.
The sets now match - showing comparison between `dev/gfs.v16`
`parm/transfer` folder contents and PR branch set:
```
[Kate.Friedman@fe5 feature-bugzilla_1383]$ pwd
/lfs4/HFIP/hfv3gfs/Kate.Friedman/git/feature-bugzilla_1383
[Kate.Friedman@fe5 feature-bugzilla_1383]$ diff -r ../dev-gfs.v16/parm/transfer/ parm/transfer/
[Kate.Friedman@fe5 feature-bugzilla_1383]$
```
Resolves#2516
What is wrong?
The
parm/transfer
files are old and outdated. Update to current parm files used in ops.From NCO bugzilla:
What should have happened?
Unused/unneeded transfer parm files should not exist.
Steps to reproduce
N/A
Bugzilla issue
1383
Additional information
This cleanup has already happened in the GFSv16 system (d466e83).
Do you have a proposed solution?
Repeat the cleanup that happened in the GFSv16 system into the
develop
branch. Replacedevelop
parm/transfer/*
files with what now exists in thedev/gfs.v16
branch.The text was updated successfully, but these errors were encountered: