Changes between Initial Version and Version 1 of Ticket #833


Ignore:
Timestamp:
12/09/19 03:23:10 (5 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #833

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #833 – Description

    initial v1  
    9595                residual:_FillValue = 1.e+37 ;
    9696}}}
    97  Many thanks to John Wilkin for suggesting the new variables. We can user third party analysis software like NOAA's ERDDAP to browse and plot these important variables and statistics.
     97 The module '''mod_fourdvar.F''' and '''mod_ncparam.F''' were modified to include the new variables.
     98
     99 Many thanks to John Wilkin for suggesting the new variables. We can use third-party analysis software like NOAA's ERDDAP to browse and plot these critical variables and statistics.
    98100
    99101 Desroziers, G, L. Berre, B. Chapnik, and P. Poli, 2005: Diagnosis of observation, background and analysis-error statistics in observation space, ''Q. J. R. Meteorol. Soc.'', '''131''', 3385-3395, doi: 10.1256/qj.05.108.
    100102
     103 Also, the output variable '''BgError_value''' is processed and written into '''MODname''' even if '''BGQC''' is not activated:
     104 {{{
     105        double BgError_value(datum) ;
     106                BgError_value:long_name = "Background error standard deviation at observation locations" ;
     107                BgError_value:units = "state variable units" ;
     108                BgError_value:_FillValue = 1.e+37 ;
     109
     110}}}
     111
    101112'''Warning:''' the metadata for some of the '''MODname''' output NetCDF variables were updated for clarity in ROMS's '''varinfo.dat'''.