-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #971 from arjclark/360_day_calendar
Enable using 360 day calendar
- Loading branch information
Showing
10 changed files
with
121 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/bash | ||
#C: THIS FILE IS PART OF THE CYLC SUITE ENGINE. | ||
#C: Copyright (C) 2008-2014 Hilary Oliver, NIWA | ||
#C: | ||
#C: This program is free software: you can redistribute it and/or modify | ||
#C: it under the terms of the GNU General Public License as published by | ||
#C: the Free Software Foundation, either version 3 of the License, or | ||
#C: (at your option) any later version. | ||
#C: | ||
#C: This program is distributed in the hope that it will be useful, | ||
#C: but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
#C: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
#C: GNU General Public License for more details. | ||
#C: | ||
#C: You should have received a copy of the GNU General Public License | ||
#C: along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
#------------------------------------------------------------------------------- | ||
#C: Test intercycle dependencies. | ||
. $(dirname $0)/test_header | ||
#------------------------------------------------------------------------------- | ||
set_test_number 2 | ||
#------------------------------------------------------------------------------- | ||
install_suite $TEST_NAME_BASE 360 | ||
#------------------------------------------------------------------------------- | ||
TEST_NAME=$TEST_NAME_BASE-validate | ||
run_ok $TEST_NAME cylc validate $SUITE_NAME | ||
#------------------------------------------------------------------------------- | ||
TEST_NAME=$TEST_NAME_BASE-run | ||
suite_run_ok $TEST_NAME cylc run --reference-test --debug $SUITE_NAME | ||
#------------------------------------------------------------------------------- | ||
purge_suite $SUITE_NAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
2014-06-13T09:54:26+01 INFO - Thread-2 start (Event Handlers) | ||
2014-06-13T09:54:26+01 INFO - Thread-3 start (Poll & Kill Commands) | ||
2014-06-13T09:54:26+01 INFO - port:7766 | ||
2014-06-13T09:54:26+01 INFO - Suite starting at 2014-06-13T09:54:26+01 | ||
2014-06-13T09:54:26+01 INFO - Log event clock: real time | ||
2014-06-13T09:54:26+01 INFO - Run mode: live | ||
2014-06-13T09:54:26+01 INFO - Start tag: 20130228T00 | ||
2014-06-13T09:54:26+01 INFO - Stop tag: 20130301T00 | ||
2014-06-13T09:54:26+01 INFO - Thread-5 start (Request Handling) | ||
2014-06-13T09:54:26+01 INFO - Thread-4 start (Job Submission) | ||
2014-06-13T09:54:26+01 INFO - Cold Start 20130228T00 | ||
2014-06-13T09:54:26+01 INFO - [foo.20130228T0000Z] -triggered off [] | ||
2014-06-13T09:54:27+01 INFO - [foo.20130228T0000Z] -(current:ready)> foo.20130228T0000Z submitting now | ||
2014-06-13T09:54:28+01 INFO - [foo.20130228T0000Z] -(current:ready)> foo.20130228T0000Z submission succeeded | ||
2014-06-13T09:54:28+01 INFO - [foo.20130228T0000Z] -(current:submitted)> foo.20130228T0000Z submit_method_id=7793 | ||
2014-06-13T09:54:28+01 INFO - [foo.20130228T0000Z] -(current:submitted)> foo.20130228T0000Z started at 2014-06-13T08:54:28Z | ||
2014-06-13T09:54:29+01 INFO - [foo.20130228T0000Z] -(current:running)> foo.20130228T0000Z succeeded at 2014-06-13T08:54:28Z | ||
2014-06-13T09:54:30+01 INFO - [foo.20130229T0000Z] -triggered off ['foo.20130228T0000Z'] | ||
2014-06-13T09:54:31+01 INFO - [foo.20130229T0000Z] -(current:ready)> foo.20130229T0000Z submitting now | ||
2014-06-13T09:54:31+01 INFO - [foo.20130229T0000Z] -(current:ready)> foo.20130229T0000Z submission succeeded | ||
2014-06-13T09:54:31+01 INFO - [foo.20130229T0000Z] -(current:submitted)> foo.20130229T0000Z submit_method_id=7902 | ||
2014-06-13T09:54:32+01 INFO - [foo.20130229T0000Z] -(current:submitted)> foo.20130229T0000Z started at 2014-06-13T08:54:31Z | ||
2014-06-13T09:54:32+01 INFO - [foo.20130229T0000Z] -(current:running)> foo.20130229T0000Z succeeded at 2014-06-13T08:54:32Z | ||
2014-06-13T09:54:33+01 INFO - [foo.20130230T0000Z] -triggered off ['foo.20130229T0000Z'] | ||
2014-06-13T09:54:34+01 INFO - [foo.20130230T0000Z] -(current:ready)> foo.20130230T0000Z submitting now | ||
2014-06-13T09:54:34+01 INFO - [foo.20130230T0000Z] -(current:ready)> foo.20130230T0000Z submission succeeded | ||
2014-06-13T09:54:34+01 INFO - [foo.20130230T0000Z] -(current:submitted)> foo.20130230T0000Z submit_method_id=8008 | ||
2014-06-13T09:54:35+01 INFO - [foo.20130230T0000Z] -(current:submitted)> foo.20130230T0000Z started at 2014-06-13T08:54:35Z | ||
2014-06-13T09:54:35+01 INFO - [foo.20130230T0000Z] -(current:running)> foo.20130230T0000Z succeeded at 2014-06-13T08:54:35Z | ||
2014-06-13T09:54:36+01 INFO - [foo.20130301T0000Z] -triggered off ['foo.20130230T0000Z'] | ||
2014-06-13T09:54:37+01 INFO - [foo.20130301T0000Z] -(current:ready)> foo.20130301T0000Z submitting now | ||
2014-06-13T09:54:38+01 INFO - [foo.20130301T0000Z] -(current:ready)> foo.20130301T0000Z submission succeeded | ||
2014-06-13T09:54:38+01 INFO - [foo.20130301T0000Z] -(current:submitted)> foo.20130301T0000Z submit_method_id=8117 | ||
2014-06-13T09:54:38+01 INFO - [foo.20130301T0000Z] -(current:submitted)> foo.20130301T0000Z started at 2014-06-13T08:54:38Z | ||
2014-06-13T09:54:38+01 INFO - [foo.20130301T0000Z] -(current:running)> foo.20130301T0000Z succeeded at 2014-06-13T08:54:38Z | ||
2014-06-13T09:54:39+01 WARNING - [foo.20130302T0000Z] -not adding (beyond suite stop cycle) 20130301T00 | ||
2014-06-13T09:54:39+01 INFO - Stopping: | ||
+ all cycling tasks have spawned past the final cycle 20130301T00 | ||
2014-06-13T09:54:40+01 INFO - Thread-2 exit (Event Handlers) | ||
2014-06-13T09:54:40+01 INFO - Thread-3 exit (Poll & Kill Commands) | ||
2014-06-13T09:54:40+01 INFO - Thread-4 exit (Job Submission) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[cylc] | ||
UTC mode = True | ||
calendar = 360 | ||
[[reference test]] | ||
required run mode = live | ||
live mode suite timeout = 0.5 # minutes | ||
[scheduling] | ||
initial cycle time = 20130228T00 | ||
final cycle time = 20130301T00 | ||
[[dependencies]] | ||
[[[ P1D ]]] | ||
graph = foo[-P1D] => foo | ||
[runtime] | ||
[[foo]] | ||
command scripting = true |