Jiwoo Lee
Jiwoo Lee
@yyplanton Hi, just checking in, my colleague got this issue which I was not able to reproduce. I just wanted to check with you if you see anything obvious that...
@kristinchang3 Below is for a simplified test, which still failing. Any chance it look familiar to you? Code to reproduce error (`test_viewer.py`): ```python from pcmdi_metrics.viewer import generate_pmp_output_viewer_multimodel output_dir = "."...
@bouweandela thank you for bringing it to our attention. We will research how to leverage on it.
@hyma68 implemented PMP driver for [ARM Diags](https://github.com/ARM-DOE/arm-gcm-diagnostics). @lee1043 opened pull request #1253
In my test in NERSC to run the notebook 6, numpy version change to 2.0.2 from 2.1.3 resolved this issue, which can be a temporary solution. However, my test in...
In NERSC, somehow cdutil's land generation function is not working as it does not find navy_land.nc file ```python import cdms2, cdutil nc_file = 'output/ENSO_perf_ACCESS-CM2_r1i1p1f1_historical_EnsoAmpl.nc' f = cdms2.open(nc_file) d = f('sstStd_map__ACCESS-CM2_r1i1p1f1')...
```python import pkg_resources egg_path = pkg_resources.resource_filename(pkg_resources.Requirement.parse("cdutil"), "share/cdutil") egg_path ``` Local mac: ``` '/Users/lee1043/Library/Caches/Python-Eggs/cdutil-8.2.1-py3.11.egg-tmp/share/cdutil' ``` NERSC ``` '/global/u1/l/lee1043/.conda/envs/pmp_devel_20250305/lib/python3.10/site-packages/share/cdutil' ```
Partly resolved by #1295
While this has been a long standing issue (incorrect units for pr of CMIP6 CIESM model), should PMP correct the data on the fly for the metrics calculation, or leave...
@ShihengDuan Hi, thank you for the feature suggestion. At the moment the modes of variability code expects monthly time series as its input. If your data is daily, you will...