-
Notifications
You must be signed in to change notification settings - Fork 6
Home
usage: ./titan.R [--] [--help] [--debug] [--verbose] [--spatconv] [--laf.sct] [--dem] [--dem.fill] [--opts OPTS] [--input.files INPUT.FILES] [--debug.dir DEBUG.DIR] [--lonmin LONMIN] [--lonmax LONMAX] [--latmin LATMIN] [--latmax LATMAX] [--proj4from PROJ4FROM] [--proj4to PROJ4TO] [--zmin ZMIN] [--zmax ZMAX] [--tmin TMIN] [--tmax TMAX] [--tmin.clim TMIN.CLIM] [--tmax.clim TMAX.CLIM] [--month.clim MONTH.CLIM] [--dr.buddy DR.BUDDY] [--i.buddy I.BUDDY] [--thr.buddy THR.BUDDY] [--n.buddy N.BUDDY] [--dz.buddy DZ.BUDDY] [--dr.isol DR.ISOL] [--n.isol N.ISOL] [--grid.sct GRID.SCT] [--i.sct I.SCT] [--n.sct N.SCT] [--dz.sct DZ.SCT] [--DhorMin.sct DHORMIN.SCT] [--Dver.sct DVER.SCT] [--eps2.sct EPS2.SCT] [--thr.sct THR.SCT] [--lafmin.sct LAFMIN.SCT] [--laf.file LAF.FILE] [--proj4laf PROJ4LAF] [--dz.dem DZ.DEM] [--dem.file DEM.FILE] [--proj4dem PROJ4DEM] input output
titan
positional arguments:
- input input file
- output output file
flags:
- -h, --help show this help message and exit
- -dbg, --debug debug mode
- -v, --verbose debug mode
- -c, --spatconv flag for conversion of spatial coordinates before running the data quality
checks
- -lS, --laf.sct use land area fraction in the OI correlation function (0-100%)
- -dm, --dem check elevation against digital elevation model (dem)
- -df, --dem.fill fill missing elevation with data from dem
optional arguments:
- -x, --opts OPTS RDS file containing argument values
- -i, --input.files INPUT.FILES additional input files (provider2 provider3 ...)
- -dbgd, --debug.dir DEBUG.DIR directory for debug output [default: .]
- --lonmin LONMIN longitude of south-eastern domain corner [default: 5]
- -X, --lonmax LONMAX longitude of south-western domain corner [default: 28]
- -y, --latmin LATMIN latitude of south-eastern domain corner [default: 53.25]
- -Y, --latmax LATMAX latitude of north-western domain corner [default: 71.8]
- -pf, --proj4from PROJ4FROM proj4 string for the original coordinate reference system [default: +proj=longlat +datum=WGS84]
- -pt, --proj4to PROJ4TO proj4 string for the coordinate reference system where the DQC is performed [default: +proj=lcc +lat_0=63 +lon_0=15 +lat_1=63 +lat_2=63 +no_defs +R=6.371e+06]
- -z, --zmin ZMIN minimum allowed elevation in the domain [m amsl] [default: 0]
- -Z, --zmax ZMAX maximum allowed elevation in the domain [m amsl] [default: 2500]
- -tP, --tmin TMIN minimum allowed temperature [K or degC] [default: -50]
- -TP, --tmax TMAX maximum allowed temperature [K or degC] [default: 40]
- -tC, --tmin.clim TMIN.CLIM minimum allowed temperature [K or degC] [default: (-45,-45,-40,-35,-20,-15,-10,-15,-15,-20,-35,-45)]
- -TC, --tmax.clim TMAX.CLIM minimum allowed temperature [K or degC] [default: (20,20,25,25,35,35,40,40,35,30,25,20)]
- -mC, --month.clim MONTH.CLIM month (number 1-12) [default: 12]
- -dB, --dr.buddy DR.BUDDY perform the buddy-check in a dr-by-dr square-box around each observation [m] [default: 3000]
- -iB, --i.buddy I.BUDDY number of buddy-check iterations [default: 1]
- -thB, --thr.buddy THR.BUDDY buddy-check threshold. flag observation if: (obs-pred)^2/var > thr.buddy [default: 5]
- -nB, --n.buddy N.BUDDY minimum number of neighbouring observations to perform the buddy-check [default: 5]
- -zB, --dz.buddy DZ.BUDDY maximum allowed range of elevation in a square-box to perform the buddy-check (i.e. no check if elevation > dz.buddy) [default: 30]
- -dI, --dr.isol DR.ISOL check for the number of observation in a dr-by-dr square-box around each observation [m] [default: 25000]
- -nI, --n.isol N.ISOL threshold (number of neighbouring observations) for the identification of isolated observations. [default: 10]
- -gS, --grid.sct GRID.SCT nrow ncol (i.e. number_of_rows number_of_columns). used to define grid of boxes where the SCT is performed. SCT in each box is independent from the others [default: (20,20)]
- -iS, --i.sct I.SCT number of SCT iterations [default: 1]
- -nS, --n.sct N.SCT minimum number of stations in a box to run SCT [default: 50]
- -zS, --dz.sct DZ.SCT minimum range of elevation in a box to run SCT [m] [default: 30]
- -hS, --DhorMin.sct DHORMIN.SCT OI, minimum allowed value for the horizontal de-correlation lenght (of the background error correlation) [m] [default: 10000]
- -vS, --Dver.sct DVER.SCT OI, vertical de-correlation lenght (of the background error correlation) [m] [default: 200]
- -eS, --eps2.sct EPS2.SCT OI, ratio between observation error variance and background error variance [default: 0.5]
- -tS, --thr.sct THR.SCT SCT threshold. flag observation if: (obs-Cross_Validation_pred)^2/(varObs+varCVpred) > thr.sct [default: 16]
- -lmS, --lafmin.sct LAFMIN.SCT land area fraction influence in the OI correlation function [default: 0.5]
- -lfS, --laf.file LAF.FILE land area fraction file (netCDF in kilometric coordinates)
- -pl, --proj4laf PROJ4LAF proj4 string for the laf [default: +proj=lcc +lat_0=63 +lon_0=15 +lat_1=63 +lat_2=63 +no_defs +R=6.371e+06]
- -zD, --dz.dem DZ.DEM maximum allowed deviation between observation and dem elevations [m] [default: 500]
- -dmf, --dem.file DEM.FILE land area fraction file (netCDF in kilometric coordinates)
- -pd, --proj4dem PROJ4DEM proj4 string for the dem [default: +proj=lcc +lat_0=63 +lon_0=15 +lat_1=63 +lat_2=63 +no_defs +R=6.371e+06]
Copyright (C) 2021 MET Norway. Titan is licensed under GPL version 3 or (at your option) any later version.