-
Notifications
You must be signed in to change notification settings - Fork 15
Bug: Model crashes when skipping Balance Check #107
Copy link
Copy link
Open
Labels
runtime-issueRunning eCLM results to something unexpected (e.g. error, hang-up, incorrect outputs)Running eCLM results to something unexpected (e.g. error, hang-up, incorrect outputs)
Description
Location:
src/clm5/main/clm_driver.F90
Description
The model crashes when skipping the balance check routine BalanceCheckMod.F90. The crash occurs while checking the internal coupler variable Flrl_rofgwl. Testcase is EUR-12.
Observed Behavior
The model runs normally until reaching the balance check. The model crashes in the cpl7 check, because of the variable Flrl_rofgwl. Even though 'Rnet' seems to be calculated at the energy balance check (should be moved), I could not find modifications in the water balance.
Expected Behavior
A balance check should be non-intrusive and must not modify or corrupt model state, as its role is supposed to be diagnostic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
runtime-issueRunning eCLM results to something unexpected (e.g. error, hang-up, incorrect outputs)Running eCLM results to something unexpected (e.g. error, hang-up, incorrect outputs)