Description
Currently there is no way to easily know both years of a given USM.
Expected behavior
Ideally a function would provide this functionality.
Current behavior
Instead the users need to develop their own code to do that.
Proposed solution
Add a function named get_usm_year, that would use get_param_xml to retrieve the first climate file and deduce both years.
Description
Currently there is no way to easily know both years of a given USM.
Expected behavior
Ideally a function would provide this functionality.
Current behavior
Instead the users need to develop their own code to do that.
Proposed solution
Add a function named
get_usm_year, that would useget_param_xmlto retrieve the first climate file and deduce both years.