Akash
Akash
frame() commend supports the page object element.
pull request updated
## Description This PR refactors the `download.ERA5_cds` function to: - Download ERA5 data directly in `netcdf` format (removes `grib_to_netcdf` conversion dependency). - Parameters are now passed in the correct vector...
## Description This PR significantly improves the `extract_soil_gssurgo` function for generating soil property ensembles from gSSURGO data. It introduces robust XML parsing, support for soil organic carbon (SOC) calculation, improved...
## Description This PR fixes an issue with the Docker build process that was failing with the error:  #### Changes Made: 1) Added a new line to the Dockerfile...
## Description ## Motivation and Context ## Review Time Estimate - [ ] Immediately - [ ] Within one week - [ ] When possible ## Types of changes -...
## Description This pull request introduces a new utility script, IC_SOILGRID_Utilities.R, designed to facilitate the processing of SoilGrids data for generating soil carbon initial condition (IC) files. The new script...
Fix "external pointer is not valid" error and improve output handling in soilgrids_soilC_extract()
## Description This PR introduces multiple reliability improvements to the `soilgrids_soilC_extract()` function, focusing on handling edge cases, preventing errors, and ensuring robust execution across diverse geographic locations. These PR address...
## Description Add comprehensive documentation for the input_design design matrix used to coordinate parameter draws and input file selection closes : #3677 ## Motivation and Context ## Review Time Estimate...
## Description fixes #3692 - updated `run.write.configs` to generate a `runs_manifest.csv` file containing run metadata (run_id, site_id, pft_name, trait, quantile, type) instead of appending to samples.Rdata. - samples.Rdata is now...