Naoki Mizukami

Results 90 comments of Naoki Mizukami

Hi @TeaganKing , trying to run `conda list` to see what packages are there in cupid-analysis env when running cupid-run. So unfortunately including `conda list` in the notebook cause error...

casper-login1:/glade/work/mizukami/CUPiD/examples/coupled_model (main_adding_rof)> cupid-run -rof ``` /glade/work/mizukami/conda-envs/cupid-dev/lib/python3.11/site-packages/ploomber/dag/dag.py:455: UserWarning: ========================================================================================= DAG render with warnings ========================================================================================= ----------------------------------------------------------------- NotebookRunner: index -> File('computed_notebook...ucture/index.ipynb') ------------------------------------------------------------------ ----------------------------------------------------------------- /glade/work/mizukami/CUPiD/examples/nblibrary/infrastructure/index.ipynb ----------------------------------------------------------------- These parameters are not used in the task's...

Hi @TeaganKing, Small good new is that I got it run without the geopanda error. The trick is to add this `os.environ['PROJ_LIB']='/glade/work/mizukami/conda-envs/cupid-analysis/share/proj'` before loading geopandas. However, I don't think this...

did I mess this up? I was rebasing NCAR/main and also nmizukami/main_adding_rof to get my local to up-to-date.

> In month_annual_flow.ipynb, I also have a few additional comments (but the file was too large to render/comment on particular lines): > All sections: Can you please remove empty cells?...

Hi Mike (@mnlevy1981) and Teagan (@TeaganKing), yes, I can meet on Monday or Tuesday (my calendar is up-to date). I was wondering about PBSCluster (2nd point)

To-do - [x] replaced `PBSCluster` with `LocalCluster`, then follow the example in ocn notebook (use `serial` logical flag) - [x] activated cupid-dev and then Installed pre-commit under CUPiD/.git/hook. - [x]...

Updated key_metrics/config.yml and coupled_model/config.yml for rof modify two notebooks based on config changes so now they run. Review is needed and some science questions came up (e.g., what to do...

Right now I am pointing to case `/glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/b.e23_alpha16b.BLT1850.ne30_t232.054` The time period for this case is year 0001-0102, when for sure there is no observation for any components. So I thought...

> @nmizukami is planning to do the following: > > * [x] implement comparison with base_case in addition to obs > * [x] remove years that overwrite config file start/end...