UFS_UTILS icon indicating copy to clipboard operation
UFS_UTILS copied to clipboard

Create unit tests for ocean_merge code

Open GeorgeGayno-NOAA opened this issue 9 months ago • 10 comments

Follow the procedures used in other programs:

  • Place the 'guts' of the program into Fortran modules that are accessed by a simple driver.
  • Modify build to create a library that is linked by the driver.
  • Create unit tests that link to the library.

Unit tests should be created for all major functions of the code:

  • The read of the orography file.
  • The read of the namelist file.
  • The loop that merges the land and ocean masks along coastlines.
  • The write of the updated orography file.

GeorgeGayno-NOAA avatar May 09 '24 14:05 GeorgeGayno-NOAA