|
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
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | cat << EOF > ficnco.nco |
|---|
| 3 | wpvp_conv(:,0)=wpvp_conv@_FillValue; |
|---|
| 4 | wpthp_conv(:,0)=wpthp_conv@_FillValue; |
|---|
| 5 | wpthp_pbl(:,0)=wpthp_pbl@_FillValue; |
|---|
| 6 | wpup_conv(:,0)=wpup_conv@_FillValue; |
|---|
| 7 | wpup_pbl(:,0)=wpup_pbl@_FillValue; |
|---|
| 8 | wpqp_conv(:,0)=wpqp_conv@_FillValue; |
|---|
| 9 | wpqp_pbl(:,0)=wpqp_pbl@_FillValue; |
|---|
| 10 | EOF |
|---|
| 11 | ls SCM* >list |
|---|
| 12 | for run in `more list`; do |
|---|
| 13 | ncap2 -O -S ficnco.nco ${run} new_${run} |
|---|
| 14 | done |
|---|
| 15 | cdo ensmin new_SCM_1-*.nc ensmin_SCM.nc |
|---|
| 16 | cdo ensmax new_SCM_1-*.nc ensmax_SCM.nc |
|---|
| 17 | cdo ensavg new_SCM_1-*.nc ensavg_SCM.nc |
|---|
Note: See
TracBrowser
for help on using the repository browser.