Skip to content

Commit

Permalink
Feature/rtofs in situ (#1110)
Browse files Browse the repository at this point in the history
Implemented a code that reads a binary RTOFS profile file that is
generated by Fortran.
Once the file is read, temperature is ingested into an ioda file, along
with longitude, latitude, temperature error data
and the date of the measurement.
Most of the code is in the new rtofs directory inside the obsproc
directory.
A static library is generated.
An application needs to link against the rtofs library.
Accordingly, the files in the application folder have been updated.

---------

Co-authored-by: Guillaume Vernieres <[email protected]>
  • Loading branch information
givelberg and guillaumevernieres authored May 28, 2024
1 parent 9e70fc6 commit f7c2260
Show file tree
Hide file tree
Showing 6 changed files with 640 additions and 3 deletions.
1 change: 1 addition & 0 deletions utils/obsproc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# add_subdirectory(rtofs)
add_subdirectory(applications)
Loading

0 comments on commit f7c2260

Please sign in to comment.