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

uniformisation des processus, des appels, des arguments et des valeurs retournées #22

Open
jalazawa opened this issue Nov 3, 2017 · 0 comments

Comments

@jalazawa
Copy link
Member

jalazawa commented Nov 3, 2017

exemple

surplus renvoie un élément soit un tableau par areas soit un tableau par districts.

netLoadRamp renvoie un élément ou une liste d'éléments.

Tous les traitements devraient renvoyer une liste d'éléments (areas, disticts etc.)

Les arguments et les vérifications devront être commun, si possible.

Uniformiser les noms ex avec surplusCluster

loadFactor --> loadFactorCluster
modulation --> modulationCluster

Autre comportement différent

un traitement demande un résultat d'un autre traitement alors qu'on autre demande les colonnes nécessaires

externalDependency(x, timeStep = "annual", synthesis = FALSE)
Arguments

x	
An object created with function readAntares. It must contain data for areas and/or distritcs . More specifically this function requires the columns hstorPMaxAvg, and netLoad. To get these columns, one has to invoke readAntares with the parameter hydroStorageMaxPower = TRUE and addNetLoad (see examples).

OU

x	
Object of class antaresData containing data for areas and/or districts. It must contain the column BALANCE and either the column "netLoad" or the columns needed to compute the net load.
@jalazawa jalazawa added this to the 0.14 milestone Nov 3, 2017
@jalazawa jalazawa modified the milestones: 0.14, next_release Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants