clipc:procedure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
clipc:procedure [2015-07-15 09:33:50]
andreasd
clipc:procedure [2022-05-31 09:29:31] (current)
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 ../scripts/BCIP_rename_${VAR}.sh #(in out directory)   - rename files according to CLIPC, BCIP and arcticdata standards: run ../scripts/BCIP_rename_${VAR}.sh #(in out directory)
-  - Edit NetCDF attributes according to CLIPC and BCIP standards: for file in *nc.;do ../scripts/BCIP_ncatted_${VAR}.sh $file;done #(in out directory)+  - Edit NetCDF attributes according to CLIPC and BCIP standards: for file in *.nc;do ../scripts/BCIP_ncatted_${VAR}.sh $file;done #(in out directory)
   - Do some simple check for reasonable values: for file in *.nc; do BCIP_basic_test_${VAR}.sh $file;done >> ../test/basics.log &   - Do some simple check for reasonable values: for file in *.nc; do BCIP_basic_test_${VAR}.sh $file;done >> ../test/basics.log &
   - upload to arcticdata server: adjust ${VAR}/out/ftp_put.sh and run it   - upload to arcticdata server: adjust ${VAR}/out/ftp_put.sh and run it
  • clipc/procedure.1436952830.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)