Ignore:
Timestamp:
Aug 5, 2011, 12:00:27 PM (13 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC: (with R. Wordsworth) added a sample example in utilities named corrk_test. changes scripts in utilities so that links are more generic (provided environment variables are set)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/utilities/run_kmatrix

    r253 r264  
    66# @ queue
    77
    8 BANDS_DIR=32x36
     8BANDS_DIR=38x36
    99
    10 cp ~/utilities/generate_kmatrix.exe .
     10cp $MOD/LMDZ.GENERIC/utilities/generate_kmatrix.exe .
    1111
    1212## make kmatrix in the infrared and save it in a GCM-friendly format
    1313cp $BANDS_DIR/narrowbands_IR.in narrowbands.in
    14 generate_kmatrix.exe #> log.out
     14generate_kmatrix.exe > log.out
    1515mv corrk_gcm.dat $BANDS_DIR/corrk_gcm_IR.dat
    1616mv log.out $BANDS_DIR/logIR.out
Note: See TracChangeset for help on using the changeset viewer.