Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    clipc:procedure [2015-07-15 09:08:40] andreasd created  | 
                
                    clipc:procedure [2022-05-31 09:29:31] (current) | 
            ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Procedure====== | ====== Procedure====== | ||
| - | (This is mainly a reminder to myself  | + | (This is mainly a listing  | 
|   - run ${VAR}/ |   - run ${VAR}/ | ||
| - wait till jobs have finished | - wait till jobs have finished | ||
| Line 6: | Line 6: | ||
| - wait till jobs have finished, check .out and .err files\\ \\ | - wait till jobs have finished, check .out and .err files\\ \\ | ||
|   - rename files according to CLIPC, BCIP and arcticdata standards: run ../ |   - rename files according to CLIPC, BCIP and arcticdata standards: run ../ | ||
| - |   - Edit NetCDF attributes according to CLIPC and BCIP standards: for file in *nc.;do ../ | + |   - Edit NetCDF attributes according to CLIPC and BCIP standards: for file in *.nc;do ../ | 
| - |   - Do some simple check for reasonable values: for file in *.nc; do BCIP_basic_test.sh $file;done >> ../ | + |   - Do some simple check for reasonable values: for file in *.nc; do BCIP_basic_test_${VAR}.sh $file;done >> ../ | 
|   - upload to arcticdata server: adjust ${VAR}/ |   - upload to arcticdata server: adjust ${VAR}/ | ||
| Line 18: | Line 18: | ||
|   - merge eval plots to one pdf: convert -geometry 2000x1200 bias*png bias_${VAR}_EUR-11.pdf; |   - merge eval plots to one pdf: convert -geometry 2000x1200 bias*png bias_${VAR}_EUR-11.pdf; | ||
| - make taylor plot for with all models: Rscript eval_taylorplot.R | - make taylor plot for with all models: Rscript eval_taylorplot.R | ||
| + | |||
| + | |||