Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
32 changes: 16 additions & 16 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
align_assignment = true
align_matrix = true
align_pair_arrow = true
align_struct_field = true
always_for_in = true
conditional_to_if = true
for_in_replacement = "in"
format_docstrings = false
format_markdown = false
import_to_using = true
indent = 4
margin = 100
normalize_line_endings = "unix"
remove_extra_newlines = true
separate_kwargs_with_semicolon = true
verbose = true
align_assignment = true
align_matrix = true
align_pair_arrow = true
align_struct_field = true
always_for_in = true
conditional_to_if = true
for_in_replacement = "in"
format_docstrings = false
format_markdown = false
import_to_using = true
indent = 4
margin = 100
normalize_line_endings = "unix"
remove_extra_newlines = true
separate_kwargs_with_semicolon = true
verbose = true
60 changes: 30 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Files generated by invoking Julia with --code-coverage
*.jl.cov
*.jl.*.cov

# Files generated by invoking Julia with --track-allocation
*.jl.mem

# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
deps/deps.jl
deps/build.log
deps/downloads/
deps/usr/
deps/src/

# Build artifacts for creating documentation generated by the Documenter package
docs/build/
docs/site/

# File generated by Pkg, the package manager, based on a corresponding Project.toml
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml

# others
outputs*
test-files*
*.log
*.lp
# Files generated by invoking Julia with --code-coverage
*.jl.cov
*.jl.*.cov
# Files generated by invoking Julia with --track-allocation
*.jl.mem
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
deps/deps.jl
deps/build.log
deps/downloads/
deps/usr/
deps/src/
# Build artifacts for creating documentation generated by the Documenter package
docs/build/
docs/site/
# File generated by Pkg, the package manager, based on a corresponding Project.toml
# It records a fixed state of all packages used by the project. As such, it should not be
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml
# others
outputs*
test-files*
*.log
*.lp
debugging*
92 changes: 46 additions & 46 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: Tulipa OBZ Case Study
message: >-
If you use this repository, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Diego A.
family-names: Tejada-Arango
email: diego.tejadaarango@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0002-3278-9283"
- given-names: Germán
family-names: Morales-España
email: german.morales@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0002-6372-6197"
- given-names: Isaï
family-names: Magan
email: isai.magan@tno.nl
affiliation: TNO
- given-names: Lauren
family-names: Clisby
email: lauren.clisby@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0009-0008-7848-4144"
- given-names: Ni
family-names: Wang
email: ni.wang@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0001-7037-7004"
- given-names: Noelia
family-names: Martin-Gregorio
email: noelia.martingregorio@tno.nl
affiliation: TNO
repository-code: "https://github.com/TulipaEnergy/Tulipa-OBZ-CaseStudy"
abstract: >-
The Tulipa's Offshore Bidding Zone (OBZ) in the EU's North Sea is a
case study to showcase the workflow to use and analyze the results
from the TulipaEnergyModel.jl package.
keywords:
- Open source data
- Energy system modelling
- Energy system analysis
license: Apache-2.0
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: Tulipa OBZ Case Study
message: >-
If you use this repository, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Diego A.
family-names: Tejada-Arango
email: diego.tejadaarango@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0002-3278-9283"
- given-names: Germán
family-names: Morales-España
email: german.morales@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0002-6372-6197"
- given-names: Isaï
family-names: Magan
email: isai.magan@tno.nl
affiliation: TNO
- given-names: Lauren
family-names: Clisby
email: lauren.clisby@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0009-0008-7848-4144"
- given-names: Ni
family-names: Wang
email: ni.wang@tno.nl
affiliation: TNO
orcid: "https://orcid.org/0000-0001-7037-7004"
- given-names: Noelia
family-names: Martin-Gregorio
email: noelia.martingregorio@tno.nl
affiliation: TNO
repository-code: "https://github.com/TulipaEnergy/Tulipa-OBZ-CaseStudy"
abstract: >-
The Tulipa's Offshore Bidding Zone (OBZ) in the EU's North Sea is a
case study to showcase the workflow to use and analyze the results
from the TulipaEnergyModel.jl package.
keywords:
- Open source data
- Energy system modelling
- Energy system analysis
license: Apache-2.0
Loading