calculate SLP (PMSL) variable from "wrfout_"

From: Mark Chan <cym263_at_nyahnyahspammersnyahnyah>
Date: Sat Jan 18 2014 - 10:13:26 MST

Dear NCL users, I have a NCL script as in the below, which is for caculating SLP from WRF output file (wrfout_)   load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"   load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"   files = systemfunc("ls -1 wrfout_d02_*") + ".nc"   a = addfiles(files,"r")   slp = wrf_user_getvar(a,"slp",-1) My question is that: how to write the 'slp' in the same format (separated file) as the "wrfout_d02_", so I can put the 'slp' into the "wrfout_" file or use it separately? Thanks so much in advance! Best regards, Mark

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Sat Jan 18 10:13:36 2014

This archive was generated by hypermail 2.1.8 : Sun Jan 19 2014 - 21:56:35 MST