Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.88 KB | None | 0 0
  1. diff --git a/GM/plot_funcs.ncl b/GM/plot_funcs.ncl
  2. index 59878bc..3d2dd02 100644
  3. --- a/GM/plot_funcs.ncl
  4. +++ b/GM/plot_funcs.ncl
  5. @@ -15,7 +15,7 @@ imaxw = -1
  6.  jmaxw = -1
  7.  kmaxw = -1
  8.  angle =  0.
  9. -rad2deg = 4.0*atan(1.0)
  10. +rad2deg = 45.0/atan(1.0)
  11.  
  12.  
  13.  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14. @@ -1187,7 +1187,6 @@ begin
  15.                 if(UNITS .ne. "metric") then
  16.                         qdatatitle = opts_bparam@MainTitle + " Speed [kt] " + getenv("ENV_NCL_ID")
  17.                         qparaminfo = "Param= " + param + " Speed Unit= kt Mult= 1"
  18. -                       press_wspd = press_wspd / 1.9438445
  19.                 else
  20.                         qdatatitle = opts_bparam@MainTitle + " Speed [m/sec] " + getenv("ENV_NCL_ID")
  21.                         qparaminfo = "Param= " + param + "Speed Unit= m/s Mult= 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement