Skip to content

Commit

Permalink
fix issue with ice_ic in user_nl file
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Feb 5, 2019
1 parent 19d255a commit 13c6843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _create_namelists(case, confdir, infile, nmlgen):
ice_ic = "%s.cice.r.%s-%s.nc" %(run_refcase, run_refdate, run_tod)
nmlgen.add_default("ice_ic", value=ice_ic, ignore_abs_path=True)
else:
nmlgen.add_default("ice_ic")
nmlgen.add_default("ice_ic", ignore_abs_path=True)
if nmlgen.get_value('ice_ic') == 'UNSET':
nmlgen.set_value('ice_ic', value="default")

Expand Down

0 comments on commit 13c6843

Please sign in to comment.