Changeset 264


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)

Location:
trunk/LMDZ.GENERIC/utilities
Files:
7 added
3 edited

Legend:

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

    r253 r264  
    11#!/bin/bash
    22
    3 DWORK_DIR=/san/home/rdword/corrk_data/therm_test2
    4 KSPEC_DIR=/san/home/rdword/kspectrum/kspec_1
    5 BANDS_DIR=32x36
     3DWORK_DIR=$RAD/CORRELATEDK/avec_robin_data
     4KSPEC_DIR=$KSPECTRUM/kspec_run
     5#BANDS_DIR=32x36
     6BANDS_DIR=38x36
    67
    78### if hires_spectrum don't exist then create it, copy data from kspectrum
  • trunk/LMDZ.GENERIC/utilities/prekspectrum

    r253 r264  
    11#!/bin/bash
    22
    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
     5DWORK_DIR=$PWD
     6KSPEC_DIR=$KSPECTRUM/kspec_run
    57
    68cd $DWORK_DIR
     
    1517fi
    1618
    17 #make_composition_gen.exe
     19make_composition_gen.exe
    1820cp composition.in $KSPEC_DIR/data/
    1921
  • 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.