Subversion Repositories public iLand

Rev

Rev 562 | Rev 572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 562 Rev 566
Line 42... Line 42...
42
        if (logLevelDebug()) qDebug() << "psi: saturation " << psi_sat << "field capacity:" << mFieldCapacity;
42
        if (logLevelDebug()) qDebug() << "psi: saturation " << psi_sat << "field capacity:" << mFieldCapacity;
43
    }
43
    }
44
44
45
    mContent = mFieldCapacity; // start with full water content (in the middle of winter)
45
    mContent = mFieldCapacity; // start with full water content (in the middle of winter)
46
    if (logLevelDebug()) qDebug() << "setup of water: Psi_ref (kPa)" << mPsi_ref << "Rho_ref" << mRho_ref << "coeff. b" << mPsi_koeff_b;
46
    if (logLevelDebug()) qDebug() << "setup of water: Psi_ref (kPa)" << mPsi_ref << "Rho_ref" << mRho_ref << "coeff. b" << mPsi_koeff_b;
-
 
47
    mCanopyConductance = 0.;
47
    mLastYear = -1;
48
    mLastYear = -1;
48
}
49
}
49
50
50
/** function to calculate the water pressure [saugspannung] for a given amount of water.
51
/** function to calculate the water pressure [saugspannung] for a given amount of water.
51
    returns water potential in kPa.
52
    returns water potential in kPa.