source: src/script_modif_fillvalue.sh @ 176

Last change on this file since 176 was 117, checked in by htune, 7 years ago

updating the Readme file and cleaning the unnecessary files: htune_EmulatingMultiMetric_csv.R, htune_EmulatingSCM.R, htune_EmulatingSCM_CS2.R, htune_csv2Rdata_many-met.R, htune_ncdf2Rdata.R ; adding some python files that allow to draw vertical profiles of different variables for LES and SCMs cf Readme -- Fleur --

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 502 bytes
RevLine 
[117]1#!/bin/sh
2cat << EOF > ficnco.nco
3wpvp_conv(:,0)=wpvp_conv@_FillValue;
4wpthp_conv(:,0)=wpthp_conv@_FillValue;
5wpthp_pbl(:,0)=wpthp_pbl@_FillValue;
6wpup_conv(:,0)=wpup_conv@_FillValue;
7wpup_pbl(:,0)=wpup_pbl@_FillValue;
8wpqp_conv(:,0)=wpqp_conv@_FillValue;
9wpqp_pbl(:,0)=wpqp_pbl@_FillValue;
10EOF
11ls SCM* >list
12for run in `more list`; do
13ncap2 -O -S ficnco.nco ${run} new_${run}
14done
15cdo ensmin new_SCM_1-*.nc ensmin_SCM.nc
16cdo ensmax new_SCM_1-*.nc ensmax_SCM.nc
17cdo ensavg new_SCM_1-*.nc ensavg_SCM.nc
Note: See TracBrowser for help on using the repository browser.