-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Evgeny Metelkin
committed
Jun 1, 2020
1 parent
cc3ff50
commit e213002
Showing
3 changed files
with
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
Entry point for using this module as part of integrated model | ||
*/ | ||
|
||
// @Const | ||
include ./cov19_life_cycle.xlsx type xlsx with { sheet: 1, omitRows: 3 } | ||
// @Record | ||
include ./cov19_life_cycle.xlsx type xlsx with { sheet: 2, omitRows: 3 } | ||
// @Compartment | ||
include ./cov19_life_cycle.xlsx type xlsx with { sheet: 3, omitRows: 3 } | ||
// @Species | ||
include ./cov19_life_cycle.xlsx type xlsx with { sheet: 4, omitRows: 3 } | ||
// @Reaction | ||
include ./cov19_life_cycle.xlsx type xlsx with { sheet: 5, omitRows: 3 } |
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