Skip to content
Snippets Groups Projects
Commit b1c8450f authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 20/04/2016: add missing module contributed.ncl/WRFUserARW.ncl

parent 64b7932a
No related branches found
No related tags found
No related merge requests found
;================================================; ;================================================;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
; ================================================; ; ================================================;
;================================================; ;================================================;
begin begin
...@@ -12,6 +14,7 @@ begin ...@@ -12,6 +14,7 @@ begin
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "ps"
;type = "x11"
wks = gsn_open_wks(type,"visu_KW78_chem") wks = gsn_open_wks(type,"visu_KW78_chem")
;=================================================; ;=================================================;
; Get informations on variable sizes ; Get informations on variable sizes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment