From b1c8450fe76cbeb6b80c30ce6be04a106802ab7e Mon Sep 17 00:00:00 2001 From: Juan Escobar <juan.escobar@aero.obs-mip.fr> Date: Wed, 20 Apr 2016 07:20:53 +0000 Subject: [PATCH] Juan 20/04/2016: add missing module contributed.ncl/WRFUserARW.ncl --- MY_RUN/KTEST/011_KW78CHEM/005_ncl/plot_KW78_chem.ncl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MY_RUN/KTEST/011_KW78CHEM/005_ncl/plot_KW78_chem.ncl b/MY_RUN/KTEST/011_KW78CHEM/005_ncl/plot_KW78_chem.ncl index 58c467c5f..fbe85536a 100644 --- a/MY_RUN/KTEST/011_KW78CHEM/005_ncl/plot_KW78_chem.ncl +++ b/MY_RUN/KTEST/011_KW78CHEM/005_ncl/plot_KW78_chem.ncl @@ -1,6 +1,8 @@ ;================================================; 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 @@ -12,6 +14,7 @@ begin ; Open the workstation ;==================================================; type = "ps" + ;type = "x11" wks = gsn_open_wks(type,"visu_KW78_chem") ;=================================================; ; Get informations on variable sizes -- GitLab