The IODA naming conventions define the group SurfEmiss for surface emissivity:
https://github.com/JCSDA-internal/ioda/blob/develop/share/ioda/yaml/validation/ObsSpace.yaml#L112.
However, in opsinputs VarField_mwemiss is mapped to Emiss/emissivity.
https://github.com/MetOffice/opsinputs/blob/develop/src/opsinputs/opsinputs_varobswriter_mod.F90#L861
Accompanied by the change Emiss/emissivity -> SurfEmiss/emissivity for yamls in sith, source code in opsinputs should reflect the new naming convention.
See https://github.com/MetOffice/sith/issues/163.
The IODA naming conventions define the group
SurfEmissfor surface emissivity:https://github.com/JCSDA-internal/ioda/blob/develop/share/ioda/yaml/validation/ObsSpace.yaml#L112.
However, in opsinputs
VarField_mwemissis mapped toEmiss/emissivity.https://github.com/MetOffice/opsinputs/blob/develop/src/opsinputs/opsinputs_varobswriter_mod.F90#L861
Accompanied by the change
Emiss/emissivity->SurfEmiss/emissivityfor yamls in sith, source code in opsinputs should reflect the new naming convention.See https://github.com/MetOffice/sith/issues/163.