Ejemplo n.º 1
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_CBGRO = cropgro_cul_vars()

eco_vars_CBGRO = cropgro_eco_vars(rename={'LNGSH': 'LNHSH'})
Ejemplo n.º 2
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_BHGRO = cropgro_cul_vars()

eco_vars_BHGRO = cropgro_eco_vars()
Ejemplo n.º 3
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_TMGRO = cropgro_cul_vars()

eco_vars_TMGRO = cropgro_eco_vars()
Ejemplo n.º 4
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_FBGRO = cropgro_cul_vars()

eco_vars_FBGRO = cropgro_eco_vars(rename={'LNGSH': 'LNHSH'})
Ejemplo n.º 5
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_PNGRO = cropgro_cul_vars()

eco_vars_PNGRO = cropgro_eco_vars()
Ejemplo n.º 6
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_BNGRO = cropgro_cul_vars()

eco_vars_BNGRO = cropgro_eco_vars()
Ejemplo n.º 7
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_PPGRO = cropgro_cul_vars('VAR-NAME')

eco_vars_PPGRO = cropgro_eco_vars()
Ejemplo n.º 8
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars
from tradssat.tmpl.var import FloatVar

cul_vars_G0GRO = cropgro_cul_vars(
    exclude=['EXPNO', 'THRESH', 'SDPRO', 'SDLIP'])

eco_vars_G0GRO = cropgro_eco_vars()
eco_vars_G0GRO.update({
    FloatVar('THRSH',
             5,
             1,
             info='The maximum ratio of (seed/(seed+shell)) at maturity. '
             'Causes seed to stop growing as their dry weights '
             'increase until shells are filled in a cohort. '
             '(Threshing percentage).'),
    FloatVar('SDPRO',
             5,
             3,
             info='Fraction protein in seeds (g(protein)/g(seed))'),
    FloatVar('SDLIP', 5, 3, info='Fraction oil in seeds (g(oil)/g(seed))'),
})
Ejemplo n.º 9
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars
from tradssat.tmpl.var import FloatVar

cul_vars_BMGRO = cropgro_cul_vars()

eco_vars_BMGRO = cropgro_eco_vars()
eco_vars_BMGRO.update({
    FloatVar(
        'RDRMT',
        5,
        dec=3,
        info=
        'Relative dormancy sensitivity of this cultivar to daylength - partitioning (0-1)'
    ),
    FloatVar(
        'RDRMG',
        5,
        dec=3,
        info=
        'Relative dormancy sensitivity of this cultivar to daylength - photosynthesis (0-1)'
    ),
    FloatVar(
        'RDRMM',
        5,
        dec=3,
        info=
        'Relative dormancy sensitivity of this cultivar to daylength - mobilization (0-1)'
    ),
    FloatVar('RCHDP', 5, dec=3, info='Relative cold hardening potential (0-1)')
})
Ejemplo n.º 10
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_SFGRO = cropgro_cul_vars('VAR-NAME')

eco_vars_SFGRO = cropgro_eco_vars()
Ejemplo n.º 11
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_BRGRO = cropgro_cul_vars()

eco_vars_BRGRO = cropgro_eco_vars(rename={'LNGSH': 'LNHSH'})
Ejemplo n.º 12
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_CNGRO = cropgro_cul_vars()

eco_vars_CNGRO = cropgro_eco_vars()
Ejemplo n.º 13
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_PRGRO = cropgro_cul_vars()

eco_vars_PRGRO = cropgro_eco_vars(rename={'LNGSH': 'LNHSH'})
Ejemplo n.º 14
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_CHGRO = cropgro_cul_vars()

eco_vars_CHGRO = cropgro_eco_vars()
Ejemplo n.º 15
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars
from tradssat.tmpl.var import CharacterVar

cul_vars_COGRO = cropgro_cul_vars()

eco_vars_COGRO = cropgro_eco_vars()
eco_vars_COGRO.add(CharacterVar('KCAN', 5, info='Who knows'))
Ejemplo n.º 16
0
from tradssat.genotype.vars_._cropgro import cropgro_cul_vars, cropgro_eco_vars

cul_vars_VBGRO = cropgro_cul_vars()

eco_vars_VBGRO = cropgro_eco_vars(rename={'LNGSH': 'LNHSH'})