dianna icon indicating copy to clipboard operation
dianna copied to clipboard

Notify initial set of stakeholders for the final project release

Open elboyran opened this issue 3 years ago • 2 comments

  • [ ] Center-wide and/or at least the ML SIG?
  • [ ] The people who contributed to the user stories
  • [ ] List of our past and future LAs (all?), ask such a list from the PMs?
  • [ ] (X)AI researchers and users, e.g. the EDL program members - both researchers and many companies! The EDL meeting from 4 Feb 2022 put XAI as the top on the wish list of the participating companies. EDL_all mailing list [email protected] https://listserver.tue.nl/mailman/listinfo/edl_all
  • [ ] Approach the Communication Team can give us advice (same text, phrasing) on the above?
  • [ ] Send a Tweet out? LinkedIn?

elboyran avatar Feb 04 '22 13:02 elboyran

Hi! Sorry for the far delayed response, but yes you should be able to use the time_grouper configuration for this purpose. If you are using the YAML configuration style this would just appear like:

MetSim:
    # Other settings...
    time_grouper: '1AS'

The {x}AS syntax derives from older versions of Pandas groupby operations for yearly aggregation. Newer syntax such as doing something like time_grouper: '1year' may also work but this hasn't been tested.

arbennett avatar Aug 24 '22 05:08 arbennett

Hi! I'm trying to run metsim in bash and to use the time grouper in the configure file, but it doesn't seem to work. I just put "time_grouper = 1AS" under the 'MetSim' section, but metsim writes output for my entire period, which is 2 years.

yzhou65jhu avatar Nov 16 '22 05:11 yzhou65jhu

Hi, For me, "out_freq = 1Y" worked. Can you please check if it works for you.

133040028 avatar Nov 16 '22 07:11 133040028

Thanks @133040028 . It works! That just saved me a lot of time!

yzhou65jhu avatar Nov 16 '22 07:11 yzhou65jhu

@arbennett Following up on this question - is there any way to specify multiple input forcing .nc files for MetSim? E.g. for running MetSim on daily data spanning 50-years, with 1 .nc for each year, it seems like all 50 .nc files must be stacked into one .nc file, then run through MetSim, is there any way to reference all 50 .nc files separately (or the directory they live in) as forcing inputs?

dwoodson-usbr avatar Nov 10 '23 03:11 dwoodson-usbr

@dwoodson-usbr - you should be able to use the * notation in the input files. So if your data has a naming scheme like forcing_year.nc you should be able to give the forcing entry as forcing_*.nc in the configuration.

arbennett avatar Nov 15 '23 22:11 arbennett

Makes sense, thanks @arbennett !

dwoodson-usbr avatar Nov 16 '23 20:11 dwoodson-usbr