source: src/script_LMDZ.sh @ 176

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

modification of bench.sh and htune_EmulatingMultiMetric.R to avoid using the expe_setup* ; modification of extract_onemetric.sh to minimize the error of LES (including some discrepancy of the models that is metric dependant) ex min of 0.1K for th and 0.5g/kg for qv)

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 604 bytes
Line 
1#!/bin/sh
2cdo ensmin SCM_1-*.nc ensmin_SCM.nc
3cdo ensmax SCM_1-*.nc ensmax_SCM.nc
4cdo ensavg SCM_1-*.nc ensavg_SCM.nc
5ncrename -d presnivs,presnivf -v presnivs,presnivf ensmin_SCM.nc
6ncrename -d presnivs,presnivf -v presnivs,presnivf ensmax_SCM.nc
7ncrename -d presnivs,presnivf -v presnivs,presnivf ensavg_SCM.nc
8ncrename -d time_counter,time -v time_counter,time ensmax_SCM.nc
9ncrename -d time_counter,time -v time_counter,time ensavg_SCM.nc
10ncrename -d time_counter,time -v time_counter,time ensmin_SCM.nc
11ncrename -v qc,ql ensmin_SCM.nc
12ncrename -v qc,ql ensmax_SCM.nc
13ncrename -v qc,ql ensavg_SCM.nc
Note: See TracBrowser for help on using the repository browser.