Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
melrose-wri authored Apr 16, 2024
2 parents 8e9d276 + eb9a055 commit 21ddcf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions constants_and_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
age_cat_IPCC_dir = os.path.join(s3_base_dir, 'forest_age_category_IPCC/standard/20240308/')



### US-specific removal precursors

name_FIA_regions_raw = 'Forest_Management_Regions_Final_Integrated_from_Thailynn_Munroe_via_Slack_20200723.tif'
Expand Down Expand Up @@ -470,6 +471,7 @@
pattern_annual_gain_BGB_IPCC_defaults = 'annual_removal_factor_BGB_Mg_ha_IPCC_defaults_all_ages'
annual_gain_BGB_IPCC_defaults_dir = os.path.join(s3_base_dir, 'annual_removal_factor_BGB_IPCC_defaults_all_ages/standard/20240308/')


### Annual composite removal factor

# Annual aboveground removals rate for all forest types
Expand All @@ -484,12 +486,14 @@
pattern_annual_gain_AGC_BGC_all_types = 'annual_removal_factor_AGC_BGC_Mg_ha_all_forest_types'
annual_gain_AGC_BGC_all_types_dir = os.path.join(s3_base_dir, 'annual_removal_factor_AGC_BGC_all_forest_types/standard/20240308/')


### Removal forest types (sources)

# Forest type used in removals model
pattern_removal_forest_type = 'removal_forest_type'
removal_forest_type_dir = os.path.join(s3_base_dir, 'removal_forest_type/standard/20240308/')


# Removal model forest type codes
mangrove_rank = 6
europe_rank = 5
Expand All @@ -506,6 +510,7 @@
gain_year_count_dir = os.path.join(s3_base_dir, 'gain_year_count_all_forest_types/standard/20240308/')



### Cumulative gross carbon dioxide removals

# Gross aboveground removals for all forest types
Expand Down Expand Up @@ -560,6 +565,7 @@
# Date to include in the output directory for all emissions year carbon emitted_pools
emis_pool_run_date = '20240308'


# Aboveground carbon in the year of emission for all forest types in loss pixels
pattern_AGC_emis_year = "Mg_AGC_ha_emis_year"
AGC_emis_year_dir = os.path.join(base_carbon_pool_dir, f'aboveground_carbon/loss_pixels/standard/{emis_pool_run_date}/')
Expand Down Expand Up @@ -681,6 +687,7 @@
# Date to include in the output directory
emis_run_date_soil_only = '20240402'


pattern_gross_emis_commod_soil_only = f'gross_emis_commodity_Mg_CO2e_ha_soil_only_2001_{loss_years}'
gross_emis_commod_soil_only_dir = f'{s3_base_dir}gross_emissions/commodities/soil_only/standard/{emis_run_date_soil_only}/'

Expand Down

0 comments on commit 21ddcf9

Please sign in to comment.