Ignore:
Timestamp:
Sep 13, 2013, 4:54:02 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Plusieurs cas ajoutés


1D cases added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/instal1d.sh

    r1841 r1868  
    1414
    1515# Check in ~lmdz/WWW/DistribG95 which 1d version to use
    16 version1d=20130225
     16version1d=20130717
    1717modele=""
    1818if [ "$modele" = "" ] ; then
     
    8383cd 1dcases
    8484
    85 for cas in ayotte eq_rd_cv case_e hapex92_init twpice toga rico arm_cu ; do
     85for cas in amma arm_cu ayotte case_e eq_rd_cv fire hapex92_init rico toga sanduref sandufast sanduslow twpice ; do
    8686   if [ -f $cas ] ; then
    8787      echo $cas existe deja
     
    112112   mv lmdz1d.e lmdz1d_L39.e
    113113 echo Compilation successfull
    114  for rep in ayotte case_e eq_rd_cv hapex92_init rico toga twpice ; do
    115     ln -s `pwd`/lmdz1d_L39.e ${LMDGCM}/1dcases/$rep/lmdz1d.e
     114 for cas in amma ayotte case_e eq_rd_cv fire hapex92_init rico toga sanduref sandufast sanduslow twpice ; do
     115    rm -f ${LMDGCM}/1dcases/$cas/lmdz1d.e
     116    ln -s `pwd`/lmdz1d_L39.e ${LMDGCM}/1dcases/$cas/lmdz1d.e
    116117 done
    117118else
    118119 echo Compilation aborted
    119  stop
     120 exit
    120121fi
    121122
     
    125126
    126127echo ====================================
    127 echo TEST CASE : case_e
     128echo TEST CASE : toga' (1 month)'
    128129echo ====================================
    129 cd ${LMDGCM}/1dcases/case_e
     130echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
     131cd ${LMDGCM}/1dcases/toga
    130132./xqt.x NPv3.1
     133\rm tmp.jnl ; touch tmp.jnl
     134rm -f var.gif
     135cat <<eod>> tmp.jnl
     136use histhf_NPv3.1.nc
     137shade/title="cas toga: cloud fraction (-)" rneb
     138frame/file=var.gif
     139eod
     140ferret <<eod
     141go tmp.jnl
     142quit
     143eod
     144display var.gif
     145rm -f tmp.jnl
     146rm -f var.gif
    131147
    132148echo ====================================
    133 echo TEST CASE : toga' (1 month)'
     149echo TEST CASE : twpice
    134150echo ====================================
    135 cd ${LMDGCM}/1dcases/toga
     151echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
     152cd ../twpice
    136153./xqt.x NPv3.1
     154\rm tmp.jnl ; touch tmp.jnl
     155rm -f var.gif
     156cat <<eod>> tmp.jnl
     157use histLES_NPv3.1.nc
     158shade/title="cas twpice: cloud fraction (-)" rneb
     159frame/file=var.gif
     160eod
     161ferret <<eod
     162go tmp.jnl
     163quit
     164eod
     165display var.gif
     166rm -f tmp.jnl
     167rm -f var.gif
    137168
    138169armcu=1
    139170if [ $armcu = 1 ] ; then
    140    echo ====================================
    141    echo TEST CASE : arm_cu
    142    echo ====================================
    143    cd ${LMDGCM}/1dcases/arm_cu
    144    ./compile.x
    145    ln -s lmdz1d_L40.e lmdz1d.e
    146    ./xqt.x NPv3.1
     171echo ====================================
     172echo TEST CASE : arm_cu
     173echo ====================================
     174echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
     175cd ../arm_cu
     176./compile.x
     177ln -s lmdz1d_L40.e lmdz1d.e
     178./xqt.x NPv3.1
     179\rm tmp.jnl ; touch tmp.jnl
     180rm -f var.gif
     181cat <<eod>> tmp.jnl
     182use histmth_NPv3.1.nc
     183shade/title="cas arm_cu: cloud fraction (-)" rneb
     184frame/file=var.gif
     185eod
     186ferret <<eod
     187go tmp.jnl
     188quit
     189eod
     190display var.gif
     191rm -f tmp.jnl
     192rm -f var.gif
    147193fi
    148194
    149 echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
    150 
    151 
    152 
Note: See TracChangeset for help on using the changeset viewer.