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

Hydro subhourly output frequency not working #606

Open
arezoorn opened this issue Mar 5, 2022 · 1 comment
Open

Hydro subhourly output frequency not working #606

arezoorn opened this issue Mar 5, 2022 · 1 comment
Assignees

Comments

@arezoorn
Copy link
Contributor

arezoorn commented Mar 5, 2022

Hydro sub hourly output frequency not working. If user specifies the output frequency of anything other than hourly, for example:

!Specify the output file write frequency...(minutes)
out_dt = 10 ! minutes

It will run without throwing an error However, it will just output at the top of the hour.

@scrasmussen
Copy link
Member

It appears that out_dt is accessed in an output subroutine that will only be called when land_driver_exe is called in main_hrldas_driver.F. (This might not be true in different model configurations)

The land_driver_exe timestep is every hour, it iterates the number of times given by KHOUR in the namelist.hrldas.

Changing out_dt's units from minutes to hours is probably the best solution. When out_dt is read in by the namelist it could be converted from hours to minutes in the code so no other bit of the code needs to be changed. I'm unsure though if some different model configuration would need out_dt's units to be in minutes, so that probably needs to be checked first.

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