Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kateboden
Copy link

@kateboden kateboden commented Jul 31, 2025

Description:

Changes to two fortran files in order for the WOD23 and WOD18 ascii files to be correctly read in

Fixes issue

fixes #939

Types of changes

The changes were made by copying Fred Castruccio's WOD fortran files 1) wod_read_routines.f90 and 2) wod_to_obs.f90. The original files can be found on derecho at /glade/u/home/fredc/DART/Manhattan/observations/obs_converters/WOD

Tests

I have yearly WOD obs sequence output files for 2012-2017 that have reasonable values by inspection.

Checklist for merging

  • Updated changelog entry
  • Documentation updated
  • Update conf.py

Checklist for release

  • Merge into main
  • Create release from the main branch with appropriate tag
  • Delete feature-branch

Testing Datasets

  • Dataset needed for testing available upon request
  • Dataset download instructions included
  • No dataset needed

@hkershaw-brown
Copy link
Member

Thanks for this Kate! It might be a little while before we get to this because we have a few pull requests in the queue, but thanks for the bug report and the fix.

Comment on lines +93 to +95
"$URL: https://svn-dares-dart.cgd.ucar.edu/DART/releases/Manhattan/observations/obs_converters/WOD/wod_to_obs.f90 $"
character(len=32 ), parameter :: revision = "$Revision: 11243 $"
character(len=128), parameter :: revdate = "$Date: 2017-03-08 14:35:09 -0700 (Wed, 08 Mar 2017) $"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hkershaw-brown svn info, can remove this

@hkershaw-brown
Copy link
Member

Thanks for this Kate, as I mentioned in slack I'm just putting a bunch of notes on this (because it is old code) None of the notes are on your changes (so sorry for the noise), apart from iorigflag(n,ip2(i))=0, which we (dart) need to check if this bug affects the obs sequences on glade.

Cheers,
Helen

Copy link
Member

@hkershaw-brown hkershaw-brown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Thanks again for this pull request Kate

@hkershaw-brown hkershaw-brown added the release! bundle with next release label Aug 27, 2025
@hkershaw-brown hkershaw-brown merged commit e094248 into NCAR:main Aug 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release! bundle with next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Obs converter not working with WOD23 ascii files

2 participants