from http://gmt.soest.hawaii.edu/doc/5.2.1/grdgradient.html

grdgradient

grdgradient - Compute directional derivative or gradient from a grid

Synopsis

grdgradient in_grdfile -Gout_grdfile [ -Aazim[/azim2] ] [ -D[a][c][o][n] ] [ -E[s|p]azim/elev[/ambient/diffuse/specular/shine] ] [ -Lflag ] [ -N[e][t][amp][/sigma[/offset]] ] [ -Rregion ] [ -Sslopefile ] [ -V[level] ] [ -fg ] [ -n<flags> ]

Note: No space is allowed between the option flag and the associated arguments.

Description

grdgradient may be used to compute the directional derivative in a given direction (-A), or the direction (-S) [and the magnitude (-D)] of the vector gradient of the data.

Estimated values in the first/last row/column of output depend on boundary conditions (see -L).

Required Arguments

in_grdfile
2-D grid file from which to compute directional derivative. (See GRID FILE FORMATS below).
-Gout_grdfile
Name of the output grid file for the directional derivative. (See GRID FILE FORMATS below).
==============================================================
http://blog.163.com/jey_df/blog/static/1825501612011429104237863/

(2) grdgradient HI_topo2.grd –A0 –Nt –GHI_topo2_int.grd

°,-N表示归一化,后面的t表示一种归一化算法,输出的文件为HI_topo2_int.grd.

================================

example02
gmt grdgradient HI_topo2.nc -A0 -Nt -GHI_topo2_int.nc

example04
gmt grdgradient HI_geoid4.nc -A0 -Gg_intens.nc -Nt0.75 -fg
gmt grdgradient HI_topo4.nc -A0 -Gt_intens.nc -Nt0.75 -fg
example_17
gmt grdgradient india_geoid.nc -Nt1 -A45 -Gindia_geoid_i.nc
example_18
gmt grdgradient AK_gulf_grav.nc -Nt1 -A45 -GAK_gulf_grav_i.nc
example_27
gmt grdgradient tasman_grav.nc -Nt1 -A45 -Gtasman_grav_i.nc
example_28
gmt grdgradient Kilauea.utm.nc -Nt1 -A45 -GKilauea.utm_i.nc
example_29
gmt grdgradient mars2.nc -fg -Ne0.75 -A45 -Gmars2_i.nc

example_32
gmt grdgradient topo.nc -A0/270 -Gillum.nc -Ne0.6

example_33
gmt grdgradient spac.nc -A15 -Ne0.75 -Gspac_int.nc
gmt grdimage spac.nc -Ispac_int.nc -Cz.cpt -JM6i -P -Baf -K -Xc --FORMAT_GEO_MAP=dddF > %ps%

example_34
gmt grdgradient FR+IT.nc -A15 -Ne0.75 -GFR+IT_int.nc

example_37
set G=grav.V18.par.surf.1km.sq
gmt grdgradient %G%.nc -A0 -Nt1 -G%G%_int.nc

最新文章

  1. react-native-http请求后navigator导航跳转
  2. nginx入门到精通目录
  3. A letter to a good guy in USA
  4. 前端优化:DNS预解析提升页面速度
  5. centos6.5 安装iptables
  6. mobiscroll 控件的使用(手机端日历控件)
  7. CompareValidator ASP控件
  8. git小技巧--提取/合并某分支的部分文件
  9. 怎么用C#获取Scenario step在specflow里
  10. [Spring Boot Reference Guide] 读书笔记一 Getting Started
  11. linux vim taglist config
  12. c 输入两个数,第一个数决定一个nXn的矩阵,第二个数决定从1开始赋值,赋值的上限 (MD花了半天时间,思路不对害死人)
  13. C++中Map常见用法以及按照value排序
  14. RMQ问题(线段树算法,ST算法优化)
  15. easyUI 创建有复选框的table.datagrid
  16. day07 Python文件操作
  17. JavaScript Dom 绑定事件
  18. [20170628]完善ooerr脚本.txt
  19. SPL之AccessArray
  20. vs2015使用Apache Cordova用JavaScript来访问本地设备的功能,比如摄像头、加速计

热门文章

  1. P99、面试题13:在o(1)时间删除链表结点
  2. LINUX ulimit命令
  3. caffe简易上手指南(二)—— 训练我们自己的数据
  4. tcp断开的4次挥手
  5. Missing artifact com.sun:tools:jar:1.5.0的解决方案
  6. chromium的部署工具depot_tools和gclient
  7. linux测试题
  8. Java中的volatile
  9. 【转】[MTK软件原创] [SELinux] 如何设置确认selinux模式
  10. java惯用法转载