NOAA-CEFI-Portal / regional_mom6

CEFI regional MOM6 preprocessing package for CEFI data portal group
0 stars 0 forks source link

Index implementations #17

Open chiaweh2 opened 6 months ago

chiaweh2 commented 6 months ago

First a notebook can be created. A implementation of the index into the index module can be done next.

@KevinCounts, I create a todo list here to better track the progress. Please feel free to check once it is done.

chiaweh2 commented 6 months ago

@KevinCounts if the package is install in the virtual env correctly

from mom6.mom6_module import mom6_process as mp
ds_lme = mp.MOM6Static.get_mom6_regionl_mask()

should be able to call the needed regional mask for the Bottom temperature area weighted average

chiaweh2 commented 6 months ago

Percent of water mass notebook finished merge to develop branch