Opened 8 years ago

Closed 8 years ago

#707 closed upgrade (Done)

Updated def_mod.F

Reported by: arango Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.7
Component: Nonlinear Version: 3.7
Keywords: Cc:

Description

  • The routine def_mod.F, which creates output NetCDF file MODNAME used in data assimilation or verification to write model values at observations locations and other data assimilation variables, was upgraded to check if the input observations have the global attributes state_variables and obs_provenance. Some users are not adding these important metadata information to input observation NetCDF.
  • Added new subroutine netcdf_get_satt to module mod_netcdf.F. It is used to read global or variable NetCDF string attribute(s).
  • Updated routine read_asspar.F to provide more information when the VERIFICATION option is activated.

Change History (3)

comment:1 by arango, 8 years ago

Resolution: Done
Status: newclosed

comment:2 by arango, 8 years ago

Resolution: Done
Status: closedreopened

Updated def_mod.F to have generic code to copy the all the NetCDF attributes for variables obs_type and obs_provenance. These attributes are copied from input observation file using the nf90_copy_att function.

comment:3 by arango, 8 years ago

Resolution: Done
Status: reopenedclosed
Note: See TracTickets for help on using tickets.