Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    clipc:procedure [2015-07-15 09:18:41] andreasd upload scripts  | 
                
                    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}/ | ||