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

DAM active_stage is stored in restart file for spin-up simulations #6436

Open
tanzeli1982 opened this issue May 21, 2024 · 1 comment
Open
Assignees

Comments

@tanzeli1982
Copy link
Contributor

As described, if using the restart file from spin-up simulations, the active_stage of dams could always be 2 in simulations even if the dams have not been built.

@tanzeli1982
Copy link
Contributor Author

These four variables in the restart file are affected.

double DAM_STORAGE_LIQ(rtmlat, rtmlon) ;
DAM_STORAGE_LIQ:long_name = "dam storage" ;
DAM_STORAGE_LIQ:units = "m3" ;
double DAM_RELEASE_LIQ(rtmlat, rtmlon) ;
DAM_RELEASE_LIQ:long_name = "dam release" ;
DAM_RELEASE_LIQ:units = "m3" ;
double DAM_STORMTHSTOP_LIQ(rtmlat, rtmlon) ;
DAM_STORMTHSTOP_LIQ:long_name = "dam StorMthStOp" ;
DAM_STORMTHSTOP_LIQ:units = "m3" ;
int DAM_ACTIVE_LIQ(rtmlat, rtmlon) ;
DAM_ACTIVE_LIQ:long_name = "dam active stage" ;
DAM_ACTIVE_LIQ:units = "no unit" ;

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

No branches or pull requests

2 participants