Changeset 264
- Timestamp:
- Aug 5, 2011, 12:00:27 PM (13 years ago)
- Location:
- trunk/LMDZ.GENERIC/utilities
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/utilities/postkspectrum
r253 r264 1 1 #!/bin/bash 2 2 3 DWORK_DIR=/san/home/rdword/corrk_data/therm_test2 4 KSPEC_DIR=/san/home/rdword/kspectrum/kspec_1 5 BANDS_DIR=32x36 3 DWORK_DIR=$RAD/CORRELATEDK/avec_robin_data 4 KSPEC_DIR=$KSPECTRUM/kspec_run 5 #BANDS_DIR=32x36 6 BANDS_DIR=38x36 6 7 7 8 ### if hires_spectrum don't exist then create it, copy data from kspectrum -
trunk/LMDZ.GENERIC/utilities/prekspectrum
r253 r264 1 1 #!/bin/bash 2 2 3 DWORK_DIR=/san/home/rdword/corrk_data/therm_test2 4 KSPEC_DIR=/san/home/rdword/kspectrum/kspec_1 3 #DWORK_DIR=$RAD/CORRELATEDK/premier_essai 4 5 DWORK_DIR=$PWD 6 KSPEC_DIR=$KSPECTRUM/kspec_run 5 7 6 8 cd $DWORK_DIR … … 15 17 fi 16 18 17 #make_composition_gen.exe19 make_composition_gen.exe 18 20 cp composition.in $KSPEC_DIR/data/ 19 21 -
trunk/LMDZ.GENERIC/utilities/run_kmatrix
r253 r264 6 6 # @ queue 7 7 8 BANDS_DIR=3 2x368 BANDS_DIR=38x36 9 9 10 cp ~/utilities/generate_kmatrix.exe .10 cp $MOD/LMDZ.GENERIC/utilities/generate_kmatrix.exe . 11 11 12 12 ## make kmatrix in the infrared and save it in a GCM-friendly format 13 13 cp $BANDS_DIR/narrowbands_IR.in narrowbands.in 14 generate_kmatrix.exe #> log.out14 generate_kmatrix.exe > log.out 15 15 mv corrk_gcm.dat $BANDS_DIR/corrk_gcm_IR.dat 16 16 mv log.out $BANDS_DIR/logIR.out
Note: See TracChangeset
for help on using the changeset viewer.