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
Merge branch 'init_atmosphere/geog_path_slash' into release-v8.0.0 (PR #1085)
This merge corrects an issue in which static field processing would fail when
the config_geog_data_path option was specified in a namelist without a trailing
'/' character. In such cases, trying to build paths to geographical data tiles
at various points in the mpas_init_atm_static module would fail to produce a
valid path. A local variable, geog_data_path, that is the same as
config_geog_data_path but guaranteed to have a trailing '/' was already being
set near the beginning of the init_atm_static() routine, and this merge simply
uses that variable in place of the user-provided config_geog_data_path.
With the changes in this merge, static field processing can work with a
geographical data path from the namelist that either does or does not have a
trailing '/'.
0 commit comments