Page 1 of 1

How to generate ProGipViirsGridToGranLandSurfAlbedo

Posted: Mon Dec 23, 2013 2:55 pm
by yli
Hi,

I’m trying to get ADL to output “VIIRS-GridIP-VIIRS-Land-Surf-Albedo-Mod-Gran” but the ProSdrViirsController.exe_d275_10735.log says
“2013/12/23 17:50:55.378.888 (10735.47610720402992): DBG_HIGH ProCmnControllerAlgorithm.cpp|253|WARNING: ProGipViirsGridToGranLandSurfAlbedo will not be created”
Note: This output file is defined in “ProGipViirsGridToGranLandSurfAlbedo_CFG.xml”

Does anyone know how to turn that on so ProGipViirsGridToGranLandSurfAlbedo can be generated?

Re: How to generate ProGipViirsGridToGranLandSurfAlbedo

Posted: Thu Jan 02, 2014 9:51 am
by kbisanz
Hello,

While most other GridToGran algorithms are ran via the VIIRS SDR Controller, this one is actually executed via ProEdrViirsLsaController.exe.

This can be determined by looking in ProGipViirsGridToGranLandSurfAlbedo_CFG.xml and noting the EnvironmentRunNameOfficial:

Code: Select all

   <group name="ProGipViirsGridToGranLandSurfAlbedo">

      <group name="ConfigValues">      
         <config> 
            <name>EnvironmentRunNameOfficial</name>
            <configValue>ProEdrViirsLsaController</configValue>
         </config>