Changes between Initial Version and Version 1 of Ticket #697


Ignore:
Timestamp:
05/21/16 17:08:56 (8 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #697

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

    initial v1  
    172172}}}
    173173
     174A new routine '''obs_k2z.F''' was added to convert from factional vertical coordinates to actual depths.
     175
    174176This is done to facilitate offline '''EnKF''' packages to perform '''3D-FGAT''' (First Guess at Appropriate Time) data assimilation.  This capability will be available in '''DART''' '''EnKF''' in the near future.  It is similar to the '''3D-Var''' using variational approaches. For example, it facilitates assimilating very frequent ocean observation (say, gliders) without the need to restart the '''EnKF''' at every ROMS time-step, but at a finite user-defined time window.
    175177
     
    180182'''WARNING:'''
    181183
    182 All the ROMS input scripts we modified to add the new output '''DAINAME''' NetCDF file and the switches to write out depths to the output history NetCDF file '''Hout(idpthR)''', '''Hout(idpthU)''', '''Hout(idpthV)''', and '''Hout(idpthW)'''.
     184All the ROMS input scripts including '''test''' repository were modified to add the new output '''DAINAME''' NetCDF file and the switches to write out depths to the output history NetCDF file '''Hout(idpthR)''', '''Hout(idpthU)''', '''Hout(idpthV)''', and '''Hout(idpthW)'''.
    183185
     186Also, '''varinfo.dat''' was modified to include the depths metadata.
    184187----