source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/DATAGENERIC/corrk_data/CH4_N2back/run_kmatrix @ 225

Last change on this file since 225 was 224, checked in by ymipsl, 10 years ago
  • Property svn:executable set to *
File size: 706 bytes
Line 
1# @ job_name=kmatrix
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = serial
5# @ class = B
6# @ queue
7
8BANDS_DIR=40x36
9
10cp ~/utilities/generate_kmatrix.exe .
11
12## make kmatrix in the infrared and save it in a GCM-friendly format
13#cp $BANDS_DIR/narrowbands_IR.in narrowbands.in
14#generate_kmatrix.exe > log.out
15#mv corrk_gcm.dat $BANDS_DIR/corrk_gcm_IR.dat
16#mv log.out $BANDS_DIR/logIR.out
17#rm narrowbands.in
18
19## make kmatrix in the visible and save it in a GCM-friendly format
20cp $BANDS_DIR/narrowbands_VI.in narrowbands.in
21generate_kmatrix.exe > log.out
22mv corrk_gcm.dat $BANDS_DIR/corrk_gcm_VI.dat
23mv log.out $BANDS_DIR/logVI.out
24rm narrowbands.in
25
26rm generate_kmatrix.exe
27
28exit 0
Note: See TracBrowser for help on using the repository browser.