forked from magpiemodel/magpie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop_new' into develop
- Loading branch information
Showing
11 changed files
with
213 additions
and
429 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
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 |
---|---|---|
|
@@ -5,27 +5,29 @@ | |
*** | MAgPIE License Exception, version 1.0 (see LICENSE file). | ||
*** | Contact: [email protected] | ||
|
||
*' @description In the grasslands_apr22 realization, grassland areas and related | ||
*' carbon stocks are modelled endogenously. The initial spatially explicit patterns | ||
*' of grasslands ("past") are defined in the module [10_land] by the land use input | ||
*' data set. These areas are further divided into rangelands and managed pastures | ||
*' under different management assumptions. For future time steps, grasslands spatial | ||
*' distribution depend on the demand of grass biomass to feed livestock as calculated | ||
*' in the module [70_livestock] and from the intensity of grassland utilization | ||
*' ("grassland yields"). Grassland yields are defined separately for rangelands | ||
*' and managed pasture based on historical estimates or areas and biomass production | ||
*' for these two systems. Managed pastures yields can be increased endogenously | ||
*' by investments in technology as calculated in [13_tc]. Rising yields alter the | ||
*' nitrogen budged on grasslands triggering costs for N inorganic fertilization as | ||
*' calculated in [50_nr_soil_budget] and control the balance between intensive and | ||
*' extensive grass biomass production. | ||
*' @description In the grassland_apr22 realization, grassland areas and their associated | ||
*' carbon stocks are endogenously modeled. The initial spatially explicit distributions of | ||
*' grasslands ("past") are established in the [10_land] module based on the land use input | ||
*' data set. These areas are here divided into rangelands and managed pastures, each under | ||
*' varying management assumptions. For future time steps, the spatial distribution of | ||
*' grasslands is influenced by the demand for grass biomass to feed livestock, as | ||
*' determined in the [70_livestock] module, and by the intensity of grassland utilization, | ||
*' referred to as "grassland yields." Yields for rangelands and managed pastures are | ||
*' calculated based on historical data of area coverage and biomass production for these | ||
*' systems. Yields for managed pastures can be increased through investments in technology, | ||
*' as modeled in [13_tc]. Increased yields modify the nitrogen budget on grasslands, | ||
*' leading to costs associated with nitrogen inorganic fertilization as computed in | ||
*' [50_nr_soil_budget], and help manage the balance between intensive and extensive grass | ||
*' biomass production. | ||
|
||
*' @limitations At the moment this realization only runs with a single climate scenario | ||
*' (SPP1-RCP2p6 from MRI_ESM-0), which is used in all (except constant climate) settings. | ||
*' We currently do not accout for specific differences within intensive | ||
*' pasture management systems and related degradation of grasslands for both | ||
*' rangelands or managed pastures. Grass production costs and conversion costs between | ||
*' grassland types are set 1 USD05MER per unit due to lack of data. | ||
*' @limitations Currently, this model operates under a single climate scenario | ||
*' (SPP1-RCP2p6 from MRI_ESM-0), which applies to all configurations except those assuming | ||
*' a constant climate. At present, the model does not address specific variations within | ||
*' intensive pasture management systems and the subsequent degradation of grasslands for | ||
*' both rangelands and managed pastures. Grass biomass production costs is uniformly set at 1 | ||
*' USD05MER per unit due to limited data availability. Finally, a conversion cost of | ||
*' 1000 USD05MER between grassland types was set as a technical solution to | ||
*' prevent unrealistic transformations of grassland types in the initial time step. | ||
|
||
|
||
|
||
|
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ f31_pastr_suitability.cs2 | |
f31_LUH2v2.cs3 | ||
f31_grassl_yld.cs3 | ||
f31_grass_bio_hist.cs3 | ||
avl_land_full_t.cs3 |
Oops, something went wrong.