Changes between Initial Version and Version 1 of Ticket #697
- Timestamp:
- 05/21/16 17:08:56 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #697
- Property Resolution → Done
- Property Status new → closed
-
Ticket #697 – Description
initial v1 172 172 }}} 173 173 174 A new routine '''obs_k2z.F''' was added to convert from factional vertical coordinates to actual depths. 175 174 176 This 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. 175 177 … … 180 182 '''WARNING:''' 181 183 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)'''.184 All 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)'''. 183 185 186 Also, '''varinfo.dat''' was modified to include the depths metadata. 184 187 ----