Using the SatSim Gridded Component: Difference between revisions
Line 7: | Line 7: | ||
src/GEOSgcs_GridComp/GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSradiation_GridComp/GEOSsatsim_GridComp | src/GEOSgcs_GridComp/GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSradiation_GridComp/GEOSsatsim_GridComp | ||
The other files in this directory are provided with COSP | The other files in this directory are provided with COSP. | ||
By default the gridded component runs the ISCCP, Cloudsat (radar), CALIPSO (lidar), PARASOL, MISR and MODIS simulators. Individual simulators, particularly the radar and lidar simulators, may be switched off for performance purposes. This may be done by commenting out the lines that toggle the switches to true, under the comment indicating "Switches". Another option is the use of preprocessing directive, <code>#define USE_MAPL_UNDEF</code>. This sets all of the "undefined" values to MAPL_UNDEF from the values used by COSP and the simulator routines, preventing problems in the GEOS-5 post-processing. | By default the gridded component runs the ISCCP, Cloudsat (radar), CALIPSO (lidar), PARASOL, MISR and MODIS simulators. Individual simulators, particularly the radar and lidar simulators, may be switched off for performance purposes. This may be done by commenting out the lines that toggle the switches to true, under the comment indicating "Switches". Another option is the use of preprocessing directive, <code>#define USE_MAPL_UNDEF</code>. This sets all of the "undefined" values to MAPL_UNDEF from the values used by COSP and the simulator routines, preventing problems in the GEOS-5 post-processing. |