Changes between Version 22 and Version 23 of LMDZOR_v4


Ignore:
Timestamp:
11/14/11 17:47:09 (12 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LMDZOR_v4

    v22 v23  
    262262  * fink installs netcdf here : /sw/opt/netcdf7/include 
    263263 
    264 ==  
    265  
    266  
    267  
    268  
     264== Test done : november 2011 == 
     265 
     266=== Compilation === 
     267{{{ 
     268svn_ano 
     269cd modipsl/util 
     270./model LMDZOR_v4 
     271./ins_make -p I4R4 
     272cd ../config/LMDZOR_v4 
     273## Modif Makefile to add LMD3224-L11-seq target 
     274make LMD3224-L11-seq 2>&1 | tee compile.out 
     275}}} 
     276=== Execution === 
     277Adapted from install.sh script. 
     278{{{ 
     279grid_resolution=32x24x11 
     280bench=bench_lmdz_${grid_resolution} 
     281wget http://www.lmd.jussieu.fr/~lmdz/DistribG95/$bench.tar.gz 
     282tar xzvf $bench.tar 
     283cd BENCH32x24x11 
     284vi run.def  # rm orchidee.def 
     285./bench.sh > bench.out  2>&1 
     286echo '##########################################################' 
     287echo ' Resultat du bench ' 
     288echo '##########################################################' 
     289cat ./bench.out 
     290}}} 
     291 
     292 
     293 
     294