Modify formating for xml dependency#4367
Conversation
|
Hera g-w CI Install Run g-w CI on Hera with the following results All cycles for all cases ran to completion except C96_gcafs_cycled. The gcdas_aeroanlgenb failure is a known problem. The failure will persist until g-w issue #4295 is closed. Examination of the xml files created for each case do not find any occurrences of the string NOTE g-w Tagging @DavidHuber-NOAA , @aerorahul , and @DavidNew-NOAA for awareness. |
|
Thank you for catching/fixing my slop @RussTreadon-NOAA. I should have tested #4305 on WCOSS2. I will review this PR and test it on WCOSS2 today. |
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
Looks good. Just one suggestion on a comment.
|
Launching CI on WCOSS2. I will also verify that the XMLs render as expected. |
493edcf
Co-authored-by: David Huber <[email protected]>
|
All tests passed on WCOSS2 except for <dependency>
<and>
<metataskdep metatask="gdas_atmos_prod" cycle_offset="-06:00:00"/>
<datadep><cyclestr offset="-06:00:00">&ROTDIR;/gdas.@Y@m@d/@H//model/atmos/history/[email protected]</cyclestr></datadep>
<datadep><cyclestr>/lfs/h2/emc/dump/noscrub/dump/gfs.@Y@m@d/@H/atmos/[email protected]_d</cyclestr></datadep>
<metataskdep metatask="gdas_fcst" cycle_offset="-06:00:00"/>
</and>
</dependency>If it is desired to re-introduce tabbing for nested |
Description
github copilot was used to troubleshoot the problem described in issue #4366. This PR contains copilot generated changes to
rocoto.pywhich remove the extraneous\tcharacters in the metpg dependency included for task gfs_cleanup.Resolves #4366
Type of change
Change characteristics
How has this been tested?
Run GDASApp ctests including select g-w CI on Hera. All 137 tests Passed.
Checklist