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

make clear obs_window_seconds and obs_window_days are unsupported #525

Closed
wants to merge 1 commit into from

Commits on Aug 2, 2023

  1. make clear obs_window_seconds and obs_window_days are currently unsup…

    …ported
    
    both filter and perfect_model_obs have obs_window_days and obs_window_seconds
    in their namelists.  these are for future use and currently unsupported.  update
    the docs to be more clear about this and update the code to print out a warning
    message if they are changed to be >= 0.
    
    also check both the days and seconds values for obs_window_xxx and also
    init_time_xxx.  if either are >= 0, call set_time().
    that will catch and print a fatal error if one is set and the other is left at -1.
    with the old code, if someone set seconds >= 0 but left days negative, the init
    time would have been set to 0, 0 and the namelist values wouldn't be used.
    nancycollins committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    92493b2 View commit details
    Browse the repository at this point in the history