|
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 |
|---|
| 2 | cdo ensmin SCM_1-*.nc ensmin_SCM.nc |
|---|
| 3 | cdo ensmax SCM_1-*.nc ensmax_SCM.nc |
|---|
| 4 | cdo ensavg SCM_1-*.nc ensavg_SCM.nc |
|---|
| 5 | ncrename -d presnivs,presnivf -v presnivs,presnivf ensmin_SCM.nc |
|---|
| 6 | ncrename -d presnivs,presnivf -v presnivs,presnivf ensmax_SCM.nc |
|---|
| 7 | ncrename -d presnivs,presnivf -v presnivs,presnivf ensavg_SCM.nc |
|---|
| 8 | ncrename -d time_counter,time -v time_counter,time ensmax_SCM.nc |
|---|
| 9 | ncrename -d time_counter,time -v time_counter,time ensavg_SCM.nc |
|---|
| 10 | ncrename -d time_counter,time -v time_counter,time ensmin_SCM.nc |
|---|
| 11 | ncrename -v qc,ql ensmin_SCM.nc |
|---|
| 12 | ncrename -v qc,ql ensmax_SCM.nc |
|---|
| 13 | ncrename -v qc,ql ensavg_SCM.nc |
|---|
Note: See
TracBrowser
for help on using the repository browser.