crt1d.solvers ============= .. py:module:: crt1d.solvers .. autoapi-nested-parse:: These solvers are written as functions that can be called outside the model, by supplying the necessary keyword arguments. See docs/solvers for descriptions of scheme input/output variables. Submodules ---------- .. toctree:: :maxdepth: 1 /api/crt1d/solvers/common/index Attributes ---------- .. autoapisummary:: crt1d.solvers.AVAILABLE_SCHEMES crt1d.solvers.RET_KEYS_ALL_SCHEMES Package Contents ---------------- .. py:data:: AVAILABLE_SCHEMES Dictionary of available canopy RT schemes, where keys are the scheme name/ID, and values are dicts of scheme info: ``short_name``, ``long_name``, ``solver`` (the associated solver function), etc. .. py:data:: RET_KEYS_ALL_SCHEMES :value: ['I_dr', 'I_df_d', 'I_df_u', 'F'] The quantities all schemes must return. Some return others as well.