Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement dynamic carbon pool naming in SDA_downscale function
Key Changes in this commit are as follows : - Replace fixed "carbon_data" column with dynamic naming (paste0(C_pool, "_ens", i)) - Update CNN model training to use specific carbon pool column names - Modify metrics calculation to use dynamic column names for each ensemble - Adjust ensemble processing to handle variable carbon pool names This change allows for more flexible handling of different carbon pools. Core functionality remains the same, but now supports multiple named carbon pools.
- Loading branch information