source: configs/dcmip2016/RUNS/CYCLONE/1over16_degree_BRYAN_PBL/extract_ts @ 455

Last change on this file since 455 was 455, checked in by ymipsl, 8 years ago

DCMIP2016 : tropical cyclone runs

YM

  • Property svn:executable set to *
File size: 424 bytes
Line 
1module load nco
2
3list="hyai  hyam  hybi  hybm  mdt  OMEGA500  OMEGA850  OMEGA  P0  PHI  PHIS  P  PRECT  PS  Q1_col_int  Q1  Q2_col_int  Q2  Qc  Q  Qr  SST  T500  T850  T  U500  U850  U  V500  V850  V  W500  W850  W"
4
5
6for i in $list
7do
8  name=output_dcmip2016_native_${i}.nc
9  ncks -O -v $i output_dcmip2016_native.nc ${name}
10  name=output_dcmip2016_regular_${i}.nc
11  ncks -O -v $i output_dcmip2016_regular.nc ${name}
12done
Note: See TracBrowser for help on using the repository browser.