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