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