-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
BugSomething isn't workingSomething isn't workingduplicated codesame code in multiple placessame code in multiple placesobs_convertersconverting observations to DART formatconverting observations to DART format
Description
obs_error directory
-
Duplicate file meteor_mod.f90:
obs_converters/NCEP/netcdf/meteor_mod.f90
obs_converters/MADIS/meteor_mod.f90 -
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
Labels
BugSomething isn't workingSomething isn't workingduplicated codesame code in multiple placessame code in multiple placesobs_convertersconverting observations to DART formatconverting observations to DART format