ILAMB#
The output from ILAMB is in the link below.
Note that ILAMB is currently run by users via the following process:
Install ILAMB
Use the
CUPiD/helper_scripts/generate_ilamb_config_files.pyscript to generate ILAMB config files based on a CUPiD configuration file.cd CUPiD/examples/external_diag_packages../../helper_scripts/generate_ilamb_config_files.py --cupid-config-loc . --run-type RUN_TYPE
Run ILAMB with the newly created configuration file.
qinteractive -l select=1:ncpus=1:mpiprocs=1:mem=100G -l walltime=06:00:00(specific for NCAR users)follow the printed instructions
# Parameters
case_name = "ctsm5.4.004_bgc_f09_131_HIST"
base_case_name = "ctsm5.4.CMIP7_ciso_ctsm5.3.075_f09_124_HIST"
case_nickname = "131_HIST"
base_case_nickname = "124_HIST"
CESM_output_dir = "/glade/derecho/scratch/wwieder/archive"
start_date = "2000-01-01"
end_date = "2005-01-01"
climo_start_year = 2000
climo_end_year = 2004
base_start_date = "2000-01-01"
base_end_date = "2005-01-01"
base_climo_start_year = 2000
base_climo_end_year = 2004
obs_data_dir = (
"/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CUPiD_obs_data"
)
ts_dir = None
lc_kwargs = {"threads_per_worker": 1}
serial = False
ilamb_root = "../../examples/land_only/ILAMB_output"
key_plots = [
"EcosystemandCarbonCycle/GrossPrimaryProductivity/FLUXCOM/*_global_bias.png",
"EcosystemandCarbonCycle/LeafAreaIndex/AVHRR/*1_global_bias.png",
]
print_table = True
subset_kwargs = {}
product = (
"/glade/work/wwieder/CUPiD/examples/land_only/computed_notebooks//lnd/ILAMB.ipynb"
)
Key Metrics from ILAMB#
Some important things to look at from ILAMB:
score_chart = os.path.join(ilamb_root, "index.html")
if print_table:
display(HTML(f'<iframe src="{score_chart}"></iframe>'))
/glade/work/wwieder/conda-envs/cupid-analysis/lib/python3.13/site-packages/IPython/core/display.py:447: UserWarning: Consider using IPython.display.IFrame instead
warnings.warn("Consider using IPython.display.IFrame instead")