Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Early Cycle EnKF workflow #1022

Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fe6f07f
Fix a bug to exclude the unsued tasks for cycled gfs
XianwuXue-NOAA Sep 19, 2022
39ad8dd
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Sep 26, 2022
fa542cb
Modify to add task for cycled gfs
XianwuXue-NOAA Sep 27, 2022
c5bcede
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Sep 27, 2022
f4b0732
Remove echgres for cycled gfs
XianwuXue-NOAA Sep 28, 2022
837931d
Change eupd_cdump to cdump and change hard coded gdas to cdump
XianwuXue-NOAA Sep 28, 2022
05b362a
Change back for echgres funtion because cycled gfs doesn't run it
XianwuXue-NOAA Sep 28, 2022
3d43242
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 6, 2022
0a29772
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 8, 2022
201fa98
Improve to run early enkf
XianwuXue-NOAA Oct 11, 2022
3bc3245
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 11, 2022
830b374
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 18, 2022
cc81ee2
Delete the unused statements
XianwuXue-NOAA Oct 20, 2022
ce13ea9
Update to GDUMP to point the early-cycle to the correct directory
XianwuXue-NOAA Oct 20, 2022
33a1f0d
Modify to run gfsefcsN for early cycle enkf
XianwuXue-NOAA Oct 20, 2022
554d1a5
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 20, 2022
ed556b8
To fix lint error
XianwuXue-NOAA Oct 22, 2022
8eef956
To fix the lint error Error: SHELLCHECK_WARNING
XianwuXue-NOAA Oct 22, 2022
1e31cf7
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 26, 2022
2e58e0a
Remove the dead code
XianwuXue-NOAA Oct 26, 2022
3db80e3
Delete the unused codes
XianwuXue-NOAA Oct 26, 2022
2f089d7
Merge branch 'develop' into feature/dev_early_enkf
XianwuXue-NOAA Oct 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions workflow/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ def _get_cycled_task_names(self):
if self.do_metp:
gfs_tasks += ['metp']

if self.do_hybvar and 'gfs' in self.eupd_cdumps:
WalterKolczynski-NOAA marked this conversation as resolved.
Show resolved Hide resolved
gfs_tasks += hybrid_gdas_or_gfs_tasks

if self.do_wave and 'gfs' in self.wave_cdumps:
if self.do_wave_bnd:
gfs_tasks += wave_bndpnt_tasks
Expand Down