Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time-dependent land cover: boundary condition issue #183

Open
BSchilperoort opened this issue Jun 8, 2023 · 1 comment
Open

Time-dependent land cover: boundary condition issue #183

BSchilperoort opened this issue Jun 8, 2023 · 1 comment

Comments

@BSchilperoort
Copy link
Contributor

In the following file, a boundary condition is set during initialization:

if strcmp(IGBP_veg_long(1:9)', 'Croplands') % ['Croplands']
% NBChB: Moisture Bottom B.C.:
% 1 --Specified matric head (BChB);
% 2 --Specified flux(BChB);
% 3 --Zero matric head gradient (Gravitiy drainage);
NBChB = 1;
else
NBChB = 3;

This is only different for Croplands. However, as this is done during initialization, it will not be updated when land cover changes.

This is not fixed yet in #182

@Crystal-szj
Copy link
Contributor

The boundary condition might also depend on specific site conditions. Would it be possible to consider NBChB as a site-specific property?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants