Changeset 2033


Ignore:
Timestamp:
May 2, 2014, 10:57:57 AM (10 years ago)
Author:
fhourdin
Message:

Simplifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/instal1d.sh

    r1876 r2033  
    1313###############################################################################
    1414
     15PATH=~/bin:$PATH
     16
     17armcu=1
     18toga=1
     19twpice=1
     20
    1521# Check in ~lmdz/WWW/DistribG95 which 1d version to use
    16 version1d=20130717
     22version1d=20140122
    1723modele=""
    1824if [ "$modele" = "" ] ; then
     
    108114cd ${LMDlibf}/..
    109115\rm -f makefile
    110 ./makegcm -d 39 -p 1d lmdz1d
     116./makelmdz -d 39 -p 1d lmdz1d
    111117if [ -f lmdz1d.e ] ; then
    112118   mv lmdz1d.e lmdz1d_L39.e
     
    125131echo '#########################################################################'
    126132
     133if [ $toga = 1 ] ; then
    127134echo ====================================
    128135echo TEST CASE : toga' (1 month)'
     
    142149quit
    143150eod
    144 display var.gif
     151display var.gif :&
    145152rm -f tmp.jnl
    146153rm -f var.gif
    147 
     154cd ..
     155fi
     156
     157if [ $twpice = 1 ] ; then
    148158echo ====================================
    149159echo TEST CASE : twpice
    150160echo ====================================
    151161echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
    152 cd ../twpice
     162cd twpice
    153163./xqt.x NPv3.1
    154164\rm tmp.jnl ; touch tmp.jnl
    155165rm -f var.gif
    156166cat <<eod>> tmp.jnl
    157 use histLES_NPv3.1.nc
     167use histhf_NPv3.1.nc
    158168shade/title="cas twpice: cloud fraction (-)" rneb
    159169frame/file=var.gif
     
    163173quit
    164174eod
    165 display var.gif
     175display -remote var.gif :&
    166176rm -f tmp.jnl
    167177rm -f var.gif
    168 
    169 armcu=1
     178cd ..
     179fi
     180
    170181if [ $armcu = 1 ] ; then
    171182echo ====================================
     
    173184echo ====================================
    174185echo if the last line \"SIMULATION FINISHED\" is \"Everything is cool!\", the situation went to its end
    175 cd ../arm_cu
     186cd arm_cu
    176187./compile.x
    177 ln -s lmdz1d_L40.e lmdz1d.e
     188ln -s lmdz1d.e lmdz1d_L40.e
    178189./xqt.x NPv3.1
    179190\rm tmp.jnl ; touch tmp.jnl
    180191rm -f var.gif
    181192cat <<eod>> tmp.jnl
    182 use histmth_NPv3.1.nc
     193use histhf_NPv3.1.nc
    183194shade/title="cas arm_cu: cloud fraction (-)" rneb
    184195frame/file=var.gif
     
    188199quit
    189200eod
    190 display var.gif
     201display -remote var.gif :&
    191202rm -f tmp.jnl
    192203rm -f var.gif
    193 fi
    194 
     204cd ..
     205fi
     206
Note: See TracChangeset for help on using the changeset viewer.