CAM3ΒΆ

digraph inheritance915fc29bb7 { bgcolor=transparent; rankdir=LR; ratio=expand; size=""; "CAM3" [dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="climlab wrapper for the CAM3 radiation code."]; "_Radiation_SW" -> "CAM3" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "_Radiation_LW" -> "CAM3" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "EnergyBudget" [URL="climlab.process.energy_budget.html#climlab.process.energy_budget.EnergyBudget",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A parent class for explicit energy budget processes."]; "TimeDependentProcess" -> "EnergyBudget" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "Process" [URL="climlab.process.process.html#climlab.process.process.Process",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A generic parent class for all climlab process objects."]; "TimeDependentProcess" [URL="climlab.process.time_dependent_process.html#climlab.process.time_dependent_process.TimeDependentProcess",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A generic parent class for all time-dependent processes."]; "Process" -> "TimeDependentProcess" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "_Radiation" [URL="climlab.radiation.Radiation.html#climlab.radiation.radiation._Radiation",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstact base class for SW and LW radiation processes."]; "EnergyBudget" -> "_Radiation" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "_Radiation_LW" [URL="climlab.radiation.Radiation.html#climlab.radiation.radiation._Radiation_LW",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "_Radiation" -> "_Radiation_LW" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; "_Radiation_SW" [URL="climlab.radiation.Radiation.html#climlab.radiation.radiation._Radiation_SW",dirType=back,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Parent class for SW radiation modules"]; "_Radiation" -> "_Radiation_SW" [arrowsize=0.5,dirType=back,style="setlinewidth(0.5)"]; }