You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc under [default] results in creating <output>/post/atm/native whereas specifying the mapping file under both [climo] and [ts] results in creating <output>/post/atm/180x360_aave/.
@forsyth2 : good catch! Moving the definition of the default value to the [default] section should solve the problem. It's a good opportunity to go through the list of default values and move non-task specific ones to [default] as well.
Specifying
mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc
under[default]
results in creating<output>/post/atm/native
whereas specifying the mapping file under both[climo]
and[ts]
results in creating<output>/post/atm/180x360_aave/
.It's likely the mapping file specified at https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini#L20 and https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini#L44 ends up overriding the value set in
[default]
.Possible solution: move parameters as high up in the
default.ini
hierarchy as makes sense.The text was updated successfully, but these errors were encountered: