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.  Bugfixes and updates have been applied since the Fortuna-2_5 tag, so you should update the directory by cding to it and entering
The other files in this directory are provided with COSP.  
 
cvs upd -r afe_F2_5_satimdev_20111208
 
before compiling.


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.