Skip to content

Commit

Permalink
Merge pull request ESCOMP#15 from ESCOMP/ice_ic_namelistfix
Browse files Browse the repository at this point in the history
fix issue with ice_ic in user_nl file
  • Loading branch information
dabail10 authored Feb 5, 2019
2 parents 19d255a + 13c6843 commit 9db4371
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 9db4371

Please sign in to comment.