uses surface_forcing argument that seems to take either False or a string, e.g., "era5".
This is prone for mistakes though since, at least myself, when I see a variable that can be False I assume it's a boolean so True or False are the only allowed values.
The
setup_run_directory
methodhttps://github.com/COSIMA/regional-mom6/blob/c2c6dda9077a3f8209118a562df1f1421870fa1d/regional_mom6/regional_mom6.py#L1438
uses
surface_forcing
argument that seems to take eitherFalse
or a string, e.g.,"era5"
.This is prone for mistakes though since, at least myself, when I see a variable that can be
False
I assume it's a boolean soTrue
orFalse
are the only allowed values._Originally posted by @navidcy in https://github.com/COSIMA/regional-mom6/pull/95#discussion_r1542377022_