|
8 | 8 | # - LAI: GIMMS_LAI4g (1982-2020). Direct lai comparison. |
9 | 9 | # - Soil carbon: HWSD2 (time-invariant). PEcAn TotSoilCarb is 0-200cm vs |
10 | 10 | # benchmark shallower; PEcAn reads higher. Flagged for review. |
| 11 | +# |
| 12 | +# --------------------------------------------------------------------------- |
| 13 | +# How this file is structured (ILAMB confrontation config) |
| 14 | +# --------------------------------------------------------------------------- |
| 15 | +# [h1: ...] A top-level section header that groups variables on the |
| 16 | +# scorecard. Purely organizational; "bgcolor" sets its row color. |
| 17 | +# |
| 18 | +# [h2: ...] A variable to be scored (one carbon-cycle quantity). Its fields: |
| 19 | +# variable The ILAMB/CMOR variable name ILAMB looks for in the |
| 20 | +# benchmark file (e.g. "lai", "cSoil"). For "biomass" the |
| 21 | +# model files store "cVeg", so alternate_vars maps it. |
| 22 | +# alternate_vars Other variable name(s) to accept from the model files if |
| 23 | +# "variable" is not found (here: model cVeg -> biomass). |
| 24 | +# weight How much this variable counts toward the overall score, |
| 25 | +# RELATIVE to the other [h2] variables. These are relative |
| 26 | +# weights, not percentages: Biomass 5, LAI 3, Soil 5 means |
| 27 | +# biomass and soil each count 5/13 and LAI 3/13 of the total. |
| 28 | +# Raise a variable's weight to make it matter more overall. |
| 29 | +# mass_weighting If True, spatial errors are weighted by the magnitude of |
| 30 | +# the field, so high-carbon regions count more than near-zero |
| 31 | +# ones. Standard for carbon pools. |
| 32 | +# cmap Colormap for this variable's plots (cosmetic only). |
| 33 | +# |
| 34 | +# [BenchmarkName] An observational dataset to compare against, listed |
| 35 | +# directly under its [h2] variable. Its fields: |
| 36 | +# source Path to the benchmark netCDF, relative to ILAMB_ROOT |
| 37 | +# (set via the ILAMB_ROOT environment variable). This is the |
| 38 | +# observation the models are scored against. |
| 39 | +# weight How much THIS dataset counts within its variable, relative |
| 40 | +# to any other benchmark datasets listed under the same [h2]. |
| 41 | +# With a single dataset per variable (as here) its value only |
| 42 | +# matters if you add a second benchmark for that variable. |
| 43 | +# table_unit Unit shown in the summary score tables (e.g. "Pg"). |
| 44 | +# plot_unit Unit used in the map plots (e.g. "kg m-2"). |
| 45 | +# space_mean If True, report a spatial mean; if False, report a spatial |
| 46 | +# integral/sum. False suits total-pool comparisons. |
| 47 | +# skip_rmse Skip the RMSE component of the score. Used where an |
| 48 | +# absolute-value RMSE is not meaningful for this comparison |
| 49 | +# (e.g. pool-definition mismatches noted above). |
| 50 | +# skip_cycle Skip the seasonal-cycle score component. Used for LAI here |
| 51 | +# because the benchmark and model sampling differ seasonally. |
| 52 | +# |
| 53 | +# --------------------------------------------------------------------------- |
| 54 | +# To ADD A NEW BENCHMARK for an existing variable: copy a [BenchmarkName] |
| 55 | +# block under the relevant [h2], rename it, and point "source" at the new |
| 56 | +# netCDF (placed under ILAMB_ROOT/DATA/...). Multiple benchmarks under one |
| 57 | +# [h2] are combined using their "weight" values. |
| 58 | +# |
| 59 | +# To ADD A NEW VARIABLE: add a new [h2: ...] block with its "variable" name |
| 60 | +# and at least one [BenchmarkName] dataset beneath it, then make sure the |
| 61 | +# model files contain that variable (see build scripts and README). |
| 62 | +# --------------------------------------------------------------------------- |
11 | 63 |
|
12 | 64 | [h1: Ecosystem and Carbon Cycle] |
13 | 65 | bgcolor = "#ECFFE6" |
|
0 commit comments