LoginSignup
0
1

More than 5 years have passed since last update.

WRF > met_em.* の num_metgrid_levelsを見る > ncdump -h met_em.d01.2014-11-01_00\:00\:00.nc | grep num_metgrid

Last updated at Posted at 2016-11-09
動作環境
Xeon E5-2620 v4 (8コア) x 2
32GB RAM
CentOS 6.8 (64bit)
openmpi-1.8.x86_64 とその-devel
mpich.x86_64 3.1-5.el6とその-devel
gcc version 4.4.7 (とgfortran)
NCAR Command Language Version 6.3.0

WRF(Weather Research and Forecasting Model)関連。

関連 http://qiita.com/7of9/items/4cd19f98ab126e748dd7

met_em.*ファイルの中のnum_metgrid_levelsを見る。

$ ncdump -h met_em.d01.2014-11-01_00\:00\:00.nc | grep num_metgrid
    num_metgrid_levels = 27 ;
    float PRES(Time, num_metgrid_levels, south_north, west_east) ;
    float GHT(Time, num_metgrid_levels, south_north, west_east) ;
    float RH(Time, num_metgrid_levels, south_north, west_east) ;
    float VV(Time, num_metgrid_levels, south_north_stag, west_east) ;
    float UU(Time, num_metgrid_levels, south_north, west_east_stag) ;
    float TT(Time, num_metgrid_levels, south_north, west_east) ;
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1