[Thread Prev][Thread Next][Index]

Re: [ferret_users] How to read WRF output and plot ?



  Thank you for response and I copied from my terminal as you said (Also I have copied first three variables)
For ncdump -h 
(base) jeevan@MacBook-Pro idojaros % ncdump -h wrfout_d01_2020-01-16_00_00_jk_E_G.nc
netcdf wrfout_d01_2020-01-16_00_00_jk_E_G {
dimensions:
Time = UNLIMITED ; // (1 currently)
DateStrLen = 19 ;
west_east = 399 ;
XLONG:units = "degree_east" ;
XLONG:stagger = "" ;
XLONG:coordinates = "XLONG XLAT" ;

And for ncdump -c

(base) jeevan@MacBook-Pro idojaros % ncdump -c wrfout_d01_2020-01-16_00_00_jk_E_G.nc 
netcdf wrfout_d01_2020-01-16_00_00_jk_E_G {
dimensions:
float XLONG(Time, south_north, west_east) ;
XLONG:FieldType = 104 ;
XLONG:MemoryOrder = "XY " ;
XLONG:description = "LONGITUDE, WEST IS NEGATIVE" ;
XLONG:units = "degree_east" ;
XLONG:stagger = "" ;
XLONG:coordinates = "XLONG XLAT" ;

--