Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

ncl

  1. W

    Extract output wrf

    Hi, i need helping to extract output wrf to CSV by using NCL. How to extract Rainfall at a certain latitude and longitude? How to plot it? and How to merge 1 WRF output folder into 1 file? I already search the script but it does not work. Please send me the script, i wanna finish my study in college
  2. Y

    How to draw geopotential height at 850 hPa for WRF-Chem ouput via NCL?

    Hello, I'd like to draw geopotential height at 850 hPa for WRF-Chem output via NCL. I have variables as below. PH(Time, bottom_top_stag, south_north, west_east): perturbation geopotential [m2 s-2] PHB(Time, bottom_top_stag, south_north, west_east): base-state geopotential [m2 s-2] P(Time...
  3. S

    Regridding / Convert Lambert projection of WRF outputs to Lat-lon projection + MASKING according to Shape file

    Hi, I have run the WRF simulation using Lambert projection. For verification, I have to convert the projection to lat-lon projection and have to mask it according to my shape file for ease of comparison. For this, I have used the rcm2rgrid function in NCL. where I can convert my grid, but...
  4. S

    Convert Lambert to lat-lon projection and masking it for a given region in the domain using functions in NCL website.

    Hi I am trying to convert a wrfout file which has a lambert projection to the lat-lon projection (which I trust is equidistant cylindrical also) and mask the output on the basis of the shape files I have. The problem I see it that using the code...
  5. S

    Frost depth information from wrf simulation

    Hi there, How do I calculate frost information from wrf simulation?
  6. M

    NCL

    Hi all, When I post process the output data of MPAS with ncl, I found that there is variable u (nVertLevels, latitude, longitude) in history * * *. nc, but there are no variables v(nVertLevels, latitude, longitude). I already know u represents horizontal wind field, but in ncl, gsn_csm_vector...
  7. M

    Vector_plot ncl scripts for MPAS-A

    Hi all, I have successfully drawn the contour map and shading map of MPAS output data, but the wind vector map failed. The reason is the u and v in gsn_csm_vector(wks, u, v, vcres) must be two-dimensional. I don't know what to do. I just get the u & v all one-dimensional . Can someone help me...
  8. Z

    metgrid warning:Couldn't open file ALBSI:2018-03-11_12 for input metgrid Couldn't open wps intermediate file

    Dear all, I am using the Polar-WRF and its need some other data which are not available in GRIB.So I wrote these data into the intermediate file WPSformat with NCL.It did work and I got intermediate file like:ALBSI:yyyy-mm-dd ICEDEPTH:yyyy-mm-dd However,when I was trying to run metgrid.exe,it...
  9. P

    Rotating WRF u- and v-winds before and after (?) reprojection

    Dear user community, I have a code that requires u- and v-winds on a regular lat/lon grid. Therefore, I need to reproject WRF lambert conic conformal output to lat/lon. I plan to use wrf_uvmet() to rotate the u- and v-winds to Earth coordinates first. However, I wonder if I need to rotate them...
  10. F

    NCL displays nothing

    Hi everyone, I want to see dust load in wrf output by NCL. I wrote a code to print dust load but does not display any plume but the margins appear. Does anyone know what my mistake is? I attached my ncl code and output.
  11. J

    SkewT different time step selection

    Hello everyone, I need help to understand how to select a specific time-step from this .ncl script: https://www.ncl.ucar.edu/Applications/Scripts/skewt_10.ncl I think I need to change something here: P_tot = wrf_user_getvar(ncdf_in,"pressure",0) ; model 3D pressure z_tot =...
Top