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

Remove hard-wired PFT indices from cable_psm.F90 #562

Open
ccarouge opened this issue Mar 6, 2025 · 0 comments
Open

Remove hard-wired PFT indices from cable_psm.F90 #562

ccarouge opened this issue Mar 6, 2025 · 0 comments
Labels
blocked Issue that requires other work to be done first GWH Ground water hydrology integration work

Comments

@ccarouge
Copy link
Member

ccarouge commented Mar 6, 2025

Code in cable_psm.F90 utilises IF statements such as:

IF (veg%iveg(i) .LT. 16) THEN

These should be replaced with:

IF (veg%iveg(i) .LT. lakes_cable) THEN 

where lakes_cable is defined in cable_surface_types.F90.

Other changes in cable_psm.F90 are coming for the GW work, wait for this work to make the change.

@ccarouge ccarouge added blocked Issue that requires other work to be done first GWH Ground water hydrology integration work labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue that requires other work to be done first GWH Ground water hydrology integration work
Projects
None yet
Development

No branches or pull requests

1 participant