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

Juan 08/03/2016: add missing module contributed.ncl/WRFUserARW.ncl & switch to...

Juan 08/03/2016: add missing module contributed.ncl/WRFUserARW.ncl & switch to type=x11 direct visualisation
parent a3b53324
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,7 +14,7 @@ begin ...@@ -12,7 +14,7 @@ begin
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "x11"
wks = gsn_open_wks(type,"visu_2Drelief") wks = gsn_open_wks(type,"visu_2Drelief")
;=================================================; ;=================================================;
; lecture des différents champs ; lecture des différents champs
......
;================================================; ;================================================;
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
...@@ -11,7 +13,7 @@ ...@@ -11,7 +13,7 @@
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "x11"
wks = gsn_open_wks(type,"visu_3Drelief") wks = gsn_open_wks(type,"visu_3Drelief")
;=================================================; ;=================================================;
; lecture des différents champs ; lecture des différents champs
......
;================================================; ;================================================;
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
...@@ -11,7 +13,7 @@ ...@@ -11,7 +13,7 @@
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "x11"
wks = gsn_open_wks(type,"visu_KW78") wks = gsn_open_wks(type,"visu_KW78")
;=================================================; ;=================================================;
; Get informations on variable sizes ; Get informations on variable sizes
......
...@@ -27,7 +27,7 @@ else ...@@ -27,7 +27,7 @@ else
set -x set -x
ln -sf $PREP_PGD_FILES/gtopo30.??? . ln -sf $PREP_PGD_FILES/gtopo30.??? .
ln -sf $PREP_PGD_FILES/ECOCLIMAP_v2.0.??? . ln -sf $PREP_PGD_FILES/ECOCLIMAP_v2.0.??? .
rm -f REUNION_PGD_1km5_520.* OUTPUT_* pipe* *.tex rm -f REUNION_PGD_1km5* OUTPUT_* pipe* *.tex
time ${MONORUN} PREP_PGD${XYZ} time ${MONORUN} PREP_PGD${XYZ}
#ddd --directory=~/.../src/dir_obj PREP_PGD #ddd --directory=~/.../src/dir_obj PREP_PGD
fi fi
;================================================; ;================================================;
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
...@@ -11,7 +13,8 @@ load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" ...@@ -11,7 +13,8 @@ load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" ; type = "ps"
type = "x11"
wks = gsn_open_wks(type,"visu_Reunion") wks = gsn_open_wks(type,"visu_Reunion")
;=================================================; ;=================================================;
; Get informations on variable sizes ; Get informations on variable sizes
......
;================================================; ;================================================;
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
...@@ -11,7 +13,7 @@ begin ...@@ -11,7 +13,7 @@ begin
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "x11"
wks = gsn_open_wks(type,"visu_16j") wks = gsn_open_wks(type,"visu_16j")
;=================================================; ;=================================================;
; Get informations on variable sizes ; Get informations on variable sizes
......
;================================================; ;================================================;
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
...@@ -11,7 +13,7 @@ begin ...@@ -11,7 +13,7 @@ begin
;==================================================; ;==================================================;
; Open the workstation ; Open the workstation
;==================================================; ;==================================================;
type = "ps" type = "x11"
wks = gsn_open_wks(type,"visu_16j_2") wks = gsn_open_wks(type,"visu_16j_2")
;=================================================; ;=================================================;
; 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