-
Notifications
You must be signed in to change notification settings - Fork 1
/
contrib.txt
49 lines (42 loc) · 1.2 KB
/
contrib.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Ce code source est régi par la licence CeCILL V2.1 soumise au droit français et
//respectant les principes de diffusion des logiciels libres. Il est autorisé de modifier
//et/ou redistribuer ce code sous les conditions de la licence CeCILL V2.1. Le texte complet
// de la licence CeCILL V2.1 est dans le fichier `LICENSE`.
// *************************************************************************
// Calcul des contributions pour les principales équations de comportement
// Sauvegarde au format CSV :
// *************************************************************************
// NB : il est possible de tester des équations alternatives
// en ajoutant un fichier dans /contrib
// Consommation des ménages
ACCESS contrib id ./contrib;
SEARCH contrib;
INPUT p3md7ch;
DELACCESS all;
DELSEARCH all;
DRANGE;
//
ACCESS contrib id ./contrib;
SEARCH contrib;
INPUT p51sdhfz7ch ;
DELACCESS all;
DELSEARCH all;
DRANGE;
ACCESS contrib id ./contrib;
SEARCH contrib;
INPUT p6dim7ch;
DELACCESS all;
DELSEARCH all;
DRANGE;
ACCESS contrib id ./contrib;
SEARCH contrib;
INPUT p7dim7ch ;
DELACCESS all;
DELSEARCH all;
DRANGE;
ACCESS contrib id ./contrib;
SEARCH contrib;
INPUT emploi;
DELACCESS all;
DELSEARCH all;
DRANGE;