1NCREMAP(1) General Commands Manual NCREMAP(1)
2
3
4
6 ncremap - netCDF Remapper
7
9 ncremap [-3] [-4] [-5] [-6] [-7] [-a alg_typ] [--a2o ] [-D dbg_lvl] [-d
10 dst_fl] [--dt_sng= dt_sng] [--fl_fmt= fmt] [--d2f ] [--dpt ] [--dpt_fl
11 dpt_fl] [-G grd_sng] [-g grd_fl] [-I in_drc] [-i in_fl] [-j job_nbr]
12 [-L dfl_lvl] [-M] [-m map_fl] [--msk_dst= msk_dst] [--msk_out= msk_out]
13 [--msk_src= msk_src] [--mss_val= mss_val] [-n nco_usr] [--nm_dst=
14 nm_dst] [--nm_src= nm_src] [--no_cll_msr ] [--no_frm_trm]
15 [--no_stg_grd] [-O out_drc] [-o output-file] [-P pdq_typ] [-p par_typ]
16 [-R rgr_opt] [--rrg_bb_wesn= bb_wesn] [--rrg_dat_glb= dat_glb]
17 [--rrg_grd_glb= grd_glb] [--rrg_grd_rgn= grd_rgn] [--rrg_rnm_sng=
18 rnm_sng] [-s grd_src] [--sgs_frc= sgs_frc] [--sgs_msk= sgs_msk]
19 [--sgs_nrm= sgs_nrm] [--skl_fl = skl_fl] [--stdin ] [-T drc_tmp] [-t
20 thr_nbr] [-U] [-u unq_sfx] [--ugrid_fl= ugrid_fl] [-V rgr_var] [-v
21 var_lst] [--vrb_lvl= vrb_lvl] [--version ] [-W wgt_opt] [-w wgt_cmd]
22 [-x xtn_lst] [--xtr_nsp= xtr_nsp] [--xtr_typ= xtr_typ] [--xtr_xpn=
23 xtr_xpn]
24
25
27 ncremap remaps the data in the input-file file(s) to the grid specified
28 by (in descending order of precedence) map_fl , dst_fl, grd_dst, or
29 grd_sng, and stores the result(s) in the output-file file(s).
30
31
33 NCO manual pages written by Charlie Zender and originally formatted by
34 Brian Mays.
35
36
38 Report bugs to <http://sf.net/bugs/?group_id=3331>.
39
40
42 Copyright © 1995-2018 Charlie Zender
43 This is free software; see the source for copying conditions. There is
44 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
45 PURPOSE.
46
47
49 The full documentation for NCO is maintained as a Texinfo manual called
50 the NCO Users Guide. Because NCO is mathematical in nature, the docu‐
51 mentation includes TeX-intensive portions not viewable on character-
52 based displays. Hence the only complete and authoritative versions of
53 the NCO Users Guide are the PDF (recommended), DVI, and Postscript ver‐
54 sions at <http://nco.sf.net/nco.pdf>, <http://nco.sf.net/nco.dvi>, and
55 <http://nco.sf.net/nco.ps>, respectively. HTML and XML versions are
56 available at <http://nco.sf.net/nco.html> and
57 <http://nco.sf.net/nco.xml>, respectively.
58
59 If the info and NCO programs are properly installed at your site, the
60 command
61
62 info nco
63
64 should give you access to the complete manual, except for the TeX-
65 intensive portions.
66
67 ncap(1), ncap2(1), ncatted(1), ncbo(1), ncclimo(1), nces(1), ncecat(1),
68 ncflint(1), ncks(1), nco(1), ncpdq(1), ncra(1), ncrcat(1), ncremap(1),
69 ncrename(1), ncwa(1)
70
71
73 The NCO homepage at <http://nco.sf.net> contains more information.
74
75
76
77 NCREMAP(1)