Ana Ordonez
Ana Ordonez
I attempted to use [this parameter file](https://github.com/PCMDI/pcmdi_metrics/blob/main/pcmdi_metrics/precip_variability/param/variability_across_timescales_PS_day_params_TRMM.py) to generate metrics for the daily TRMM data. I only changed the pmpdir variable. The precip variability driver threw the following error: `(pcmdi_metrics_3.1)...
This includes some minor updates to the sea ice script and also adds documentation of the sea ice figure script to the README and the GitHub.io page.
### Is your feature request related to a problem? This is a new metrics subpackage. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_...
1. cdat_info.download_sample_data_files has been copied to base.io with some minor changes. The Demo 0 notebook and Demo 6 notebook have been run with the updated import statement. 2. cdat_info.provenance.generateProvenance and...
### Is your feature request related to a problem? I don't see any similar issues. I would like the bounds.add_missing_bounds() function to be able to add bounds to two-dimensional coordinates....
1. Adds support to use model sftof or sftlf file for land/sea mask. File should use 0-1 for land sea fraction but the driver will attempt to identify when the...
### What happened? I called create_land_sea_mask() with `method="pcmd"`. This error does not happen when the default `method` is used. ``` sft = create_land_sea_mask(ds,method="pcmdi") ``` ### What did you expect to...