generated from realxinzhao/gcamdata-clean
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new export data of capital stock for GCAM KLEAM
- Loading branch information
1 parent
cdafac1
commit e24a6b8
Showing
7 changed files
with
127 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
|
||
|
||
|
||
# Capital Stock | ||
FF_download_FAOSTAT(DATASETCODE = "CS") | ||
|
||
# Modity gcamfaostat_metadata to include "CS" in FAO_dataset_code_required | ||
|
||
gcamfaostat_metadata(OnlyReturnDatasetCodeRequired = T) | ||
|
||
# Run | ||
gcamfaostat_metadata() | ||
|
||
# adding preprocessing to module_xfaostat_L101_RawDataPreProc2_PP_PD_OA | ||
|
||
## FAOSTAT_FILE = "aglu/FAO/FAOSTAT/Investment_CapitalStock_E_All_Data_(Normalized)" to MODULE_INPUTS | ||
## CS related processing | ||
|
||
|
||
# adding export to module_xfaostat_L999_CSVExport | ||
|
||
## "CS" to MODULE_INPUTS | ||
## "GCAMFAOSTAT_CapitalStock" to MODULE_OUTPUTS | ||
|
||
## add CS to prebuilt data in generate_package_data |
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
Binary file not shown.
Oops, something went wrong.