Skip to content
Snippets Groups Projects
Unverified Commit a1cd13d3 authored by Johannes Koch's avatar Johannes Koch Committed by GitHub
Browse files

Merge pull request #92 from mleimbach/develop

set debt_limit as default for module_23
parents 9ed28b88 623df424
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ cfg$gms$subsidizeLearning <- "off" # def = off
# ***---------------------- 23_capitalMarket -------------------------------
# * (imperfect): Imperfect capital market: brings initial consumption shares closer to empirical data
# * (perfect): Perfect capital market (results in large short-term capital flows from North to South)
cfg$gms$capitalMarket <- "perfect" # def = perfect
# * (debt_limit): Weak imperfection of capital market by debt and surplus growth limits
cfg$gms$capitalMarket <- "debt_limit" # def = debt_limit
# ***---------------------- 24_trade ---------------------------------------
# * (standard):
......
main.gms 100644 → 100755
......@@ -157,7 +157,7 @@ $setGlobal tax on !! def = on
***--------------------- 22_subsidizeLearning -----------------------------
$setGlobal subsidizeLearning off !! def = off
***--------------------- 23_capitalMarket -----------------------------
$setGlobal capitalMarket perfect !! def = perfect
$setGlobal capitalMarket debt_limit !! def = debt_limit
***--------------------- 24_trade -----------------------------------------
$setGlobal trade standard !! def = standard
***--------------------- 26_agCosts ------------------------------------------
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment