clipc:procedure

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
clipc:procedure [2015-07-15 09:08:40]
andreasd created
clipc:procedure [2015-07-15 09:21:48]
andreasd
Line 1: Line 1:
 ====== Procedure====== ====== Procedure======
-(This is mainly a reminder to myself listing the steps involved)+(This is mainly a reminder to myself listing the steps involved. 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 7: Line 7:
   - 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.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
  
Line 18: Line 18:
   - merge eval plots to one pdf: convert -geometry 2000x1200 bias*png bias_${VAR}_EUR-11.pdf; rm bias*png   - merge eval plots to one pdf: convert -geometry 2000x1200 bias*png bias_${VAR}_EUR-11.pdf; rm bias*png
   - make taylor plot for with all models: Rscript eval_taylorplot.R   - make taylor plot for with all models: Rscript eval_taylorplot.R
 +
 +
  
  • clipc/procedure.txt
  • Last modified: 2022-05-31 09:29:31
  • (external edit)