Skip to content

Commit

Permalink
[production/AQM.v7] update ecflow to support aqm.v7.0.8 implementation (
Browse files Browse the repository at this point in the history
#1121)

Adding a script, aqm_cycled.def back for ecflow developers' use
  • Loading branch information
JianpingHuang-NOAA authored Aug 23, 2024
1 parent 37ba843 commit b0f4b72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ecf/cycle_end.ecf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -l

model=aqm
%include <head.h>
%include <envir-p1.h>
set -x
cyc=%CYC%
ecflow_client --requeue=force /nco_aqm/primary/${cyc}/aqm
%include <tail.h>
exit 0

0 comments on commit b0f4b72

Please sign in to comment.