[ncl-talk] value at first pressure level

ali mughal mughalali655 at gmail.com
Sun Aug 23 21:49:44 MDT 2020


Dear NCL Team

I just need to confirm if the attached set of commands allows the ta_1
variable to output at the first pressure(eta) level

I would be grateful for your kind support.

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200824/1aec8010/attachment.html>
-------------- next part --------------
a=addfile("wrfoutd05.nc","r")ta_mean=a->TA_MEANta_1=ta_mean(:,0,:,:)
printVarSummary(ta_mean)Variable: ta_mean
Type: float
Total Size: 4090590000 bytes
            1022647500 values
Number of Dimensions: 4
Dimensions and sizes:   [Time | 755] x [bottom_top | 50] x [south_north | 129] x  [west_east | 210]                                                                                                            [west_east | 210]
Coordinates:
Number Of Attributes: 6
  FieldType :   104
  MemoryOrder : XYZ
  description : T Abs. Mean
  units :       K
  stagger :
  coordinates : XLONG XLAT XTIME

printVarSummary(ta_1)

Variable: ta_1
Type: float
Total Size: 81811800 bytes
            20452950 values
Number of Dimensions: 3
Dimensions and sizes:   [Time | 755] x [south_north | 129] x [west_east | 210]
Coordinates:
Number Of Attributes: 6
  coordinates : XLONG XLAT XTIME
  stagger :
  units :       K
  description : T Abs. Mean
  MemoryOrder : XYZ
  FieldType :   104


More information about the ncl-talk mailing list