CESM-Development / cime

Common Infrastructure for Modeling the Earth
Other
16 stars 13 forks source link

st_archive incorrectly removes duplicate rpointer files #445

Closed bertinia closed 8 years ago

bertinia commented 8 years ago

This is due to the following (incorrect) code in the perl version of st_archive:

Line 723: INCORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) == 'TRUE' )

CORRECT: if( uc($config{'DOUT_S_SAVE_INTERIM_RESTART_FILES'}) eq 'TRUE' )

Also need to include the .rs1. suffix streams for the data models in the archive.xml specification.