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

Manually generating obs_epoch.nc file within WRF-DART Tutorial fails #672

Closed
braczka opened this issue Apr 26, 2024 · 0 comments · Fixed by #673
Closed

Manually generating obs_epoch.nc file within WRF-DART Tutorial fails #672

braczka opened this issue Apr 26, 2024 · 0 comments · Fixed by #673
Labels
Minor Minor functionality, non-critical data; easy fix wrf Weather Research & Forecasting Model

Comments

@braczka
Copy link
Contributor

braczka commented Apr 26, 2024

Describe the bug

  1. List the steps someone needs to take to reproduce the bug.
    Perform the WRF-DART Tutorial. Within the optional section execute ./obs_seq_to_netcdf.

  2. What was the expected outcome?
    Expectation was to generate obs_epoch_001.nc file similar to how the WRF scripting generates obs_epoch_029.nc automatically within obs_diag.csh script.

  3. What actually happened?

obs_seq_to_netcdf fails

Error Message

 ERROR FROM:
  source : schedule_mod.f90
  routine: set_regular_schedule
  message:  schedule_nml:bin interval must be >= bin width

Fix is to set input.nml to:

&schedule_nml
   calendar        = 'Gregorian',
   first_bin_start =  1601, 1, 1, 0, 0, 0,
   first_bin_end   =  2999, 1, 1, 0, 0, 0,
   last_bin_end    =  2999, 1, 1, 0, 0, 0,
   bin_interval_days    = 1000000,
   bin_interval_seconds = 0,
   max_num_bins         = 1000,
   print_table          = .true.
   /

Which model(s) are you working with?

Any WRF version

Version of DART

Which version of DART are you using?
latest DART

@braczka braczka added Minor Minor functionality, non-critical data; easy fix wrf Weather Research & Forecasting Model labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Minor functionality, non-critical data; easy fix wrf Weather Research & Forecasting Model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant