diff --git a/src/main/sensor_mod.F90 b/src/main/sensor_mod.F90 index e9b7728b80a5e09bfde0208177aee5c5413f17db..7d5ad326ad43c84f6ffb894e6235257312701d2c 100644 --- a/src/main/sensor_mod.F90 +++ b/src/main/sensor_mod.F90 @@ -1920,6 +1920,18 @@ module SENSOR_MOD Sensor%Instr_Const_File = 'met8_instr.dat' Sensor%Spatial_Resolution_Meters = 3000 + case (56) !Meteosat-9 + Sensor%Sensor_Name = 'SEVIRI' + Sensor%Platform_Name = 'Meteosat-9' + Sensor%Instr_Const_File = 'met9_instr.dat' + Sensor%Spatial_Resolution_Meters = 3000 + + case (57) !Meteosat-10 + Sensor%Sensor_Name = 'SEVIRI' + Sensor%Platform_Name = 'Meteosat-10' + Sensor%Instr_Const_File = 'met10_instr.dat' + Sensor%Spatial_Resolution_Meters = 3000 + case (70) !Meteosat-11 Sensor%Sensor_Name = 'SEVIRI' Sensor%Platform_Name = 'Meteosat-11' @@ -1950,6 +1962,12 @@ module SENSOR_MOD Sensor%Spatial_Resolution_Meters = 2000 Sensor%Instr_Const_File = 'goes_17_instr.dat' + case (272) !GOES-18 + Sensor%Sensor_Name = 'GOES-RU-IMAGER' + Sensor%Platform_Name = 'GOES-18' + Sensor%Spatial_Resolution_Meters = 2000 + Sensor%Instr_Const_File = 'goes_18_instr.dat' + case default print *, "WMO-ID not appropriate for ISCCP-NG, stopping" print *,' wmo id: ', Sensor%WMO_Id