This PR fixes an issue with how the source_id field's CV is generated using pyessv. Previously, the source_id fields for several models (37 to be precise) were not being generated correctly. E.g. for the Taiwan Earth System Model 1.0, the correct value of source_id is TaiESM1, but in the previous code it was incorrectly being determined as TaiESM 1.0.
This PR fixes an issue with how the
source_id
field's CV is generated usingpyessv
. Previously, thesource_id
fields for several models (37 to be precise) were not being generated correctly. E.g. for the Taiwan Earth System Model 1.0, the correct value ofsource_id
isTaiESM1
, but in the previous code it was incorrectly being determined asTaiESM 1.0
.