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:21:48]
andreasd
clipc:procedure [2022-05-31 09:29:31] (current)
Line 1: Line 1:
 ====== Procedure====== ====== Procedure======
-(This is mainly a reminder to myself listing the steps involved. Scripts and templates: {{:clipc:scripts.tar.gz|}})+(This is mainly a listing of the steps involved for myself. Scripts and templates: {{:clipc:scripts.tar.gz|}})
   - run ${VAR}/scripts/FULL_batch_bc_${VAR}_training.sh   - run ${VAR}/scripts/FULL_batch_bc_${VAR}_training.sh
   - 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 ../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.1436952108.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)