Skip to content

Commit e203956

Browse files
authored
Merge pull request #546 from jedwards4b/pass_version_to_fortran
add connection between xml and fortran
2 parents 189b02e + dcd0f47 commit e203956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cime_config/namelist_definition_drv.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,15 @@
431431
<desc>if true, mediator is present in run </desc>
432432
</entry>
433433

434-
<entry id="model_version">
434+
<entry id="model_version" modify_via_xml="MODEL_VERSION">
435435
<type>char</type>
436436
<category>expdef</category>
437437
<group>ALLCOMP_attributes</group>
438438
<desc>
439439
Model version
440440
</desc>
441441
<values>
442-
<value>unknown</value>
442+
<value>$MODEL_VERSION</value>
443443
</values>
444444
</entry>
445445

0 commit comments

Comments
 (0)