Changes between Initial Version and Version 2 of Ticket #144


Ignore:
Timestamp:
04/01/08 20:28:04 (16 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #144

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #144 – Description

    initial v2  
    1 The code was updated to consolidate the model coupling with either the '''ESMF''' or '''MCT''' libraries. Both libraries use the same design via the input script '''coupling.in''' and metadata file '''coupling.dat'''.  The design is generic so it is easier to add new fields to interchange fields between models.  I cleaned all the files that use the '''MCT''' library and I removed the '''Lib/MCT_WRF''' directory. It is now obsolete.  I also built the drivers for ROMS/WRF/SWAN coupling.  However, the WRF model is not released a this time since it requires further development.  It only loaded to my branch in the '''omlab''' repository which have limited access.
     1The code was updated to consolidate the model coupling with either the '''ESMF''' or '''MCT''' libraries. Both libraries interfaces have the same design.  They use input script '''coupling.in''' and metadata file '''coupling.dat''' for model coupling.  The design is generic so it is easier to add new fields to interchange them between models.  I cleaned all the files that use the '''MCT''' library and I removed the '''Lib/MCT_WRF''' directory. It is now obsolete.  I also built the drivers for ROMS/WRF/SWAN coupling.  However, the WRF model is not released a this time since it requires further development.  It was loaded to my branch in the '''omlab''' repository which have limited access.
    22
    3 At this time all the coupled model are in the same grid.  However, the '''roms_import.F''' and '''roms_export.F''' routines can be expanded in the future to include the spatial interpolation between coupled models with different grids.
     3At this time all the coupled models are in the same grid.  However, the '''roms_import.F''' and '''roms_export.F''' routines can be expanded in the future to include the spatial interpolation between coupled models with different grids.
    44
    5 I also update the way that time is reported in standard output.  Now it is reported as string having the following form: '''day hh:mm:ss'''.  This allows more detailed information that just a float number. It is also more accurate.
     5I also updated the way that time is reported in the standard output.  Now, it is reported as string having the following form: '''day hh:mm:ss'''.  This allows more detailed information that just a float number. It is also more accurate.
    66
    77Many thanks to John Warner for his work and great help.