Thanks to visit codestin.com
Credit goes to github.com

Skip to content

obs_converter notes: obs_err mods #302

@hkershaw-brown

Description

@hkershaw-brown

obs_error directory

  1. Duplicate file meteor_mod.f90:
    obs_converters/NCEP/netcdf/meteor_mod.f90
    obs_converters/MADIS/meteor_mod.f90

  2. obs_converters/obs_error directory:

The readme

IMPORTANT:
Each file should have the same module name; i.e. the source
file names will differ but the module name inside the file
must be the same across all modules in this directory.

All the subroutines must also have the same names and
calling sequence. They must return appropriate values 
for each observation type that is required.  
If errors for a new observation type is added, it should
be added to all the files in this directory.

ncep_obs_err_mod.f90 has more public routines than ecmwf_obs_err_mod.f90

public :: metar_pres_error,              &
              metar_rel_hum_error,           &
              metar_temp_error,              &
              metar_wind_error

dewpoint_obs_err_mod.f90 is different to ncep/ecmwf_obs_err_mod.f90

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingduplicated codesame code in multiple placesobs_convertersconverting observations to DART format

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions