- Timestamp:
- Nov 18, 2024, 12:07:59 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install_amaury/install_lmdz.sh
r5331 r5332 378 378 getlog="$(pwd)/get.log" 379 379 git clone https://gitlab.in2p3.fr/ipsl/projets/dynamico/dynamico.git DYNAMICO ; cd DYNAMICO ; git checkout master; cd .. &>> get.log 380 svn checkout http s://svn.lmd.jussieu.fr/LMDZ/ICOSA_LMDZ &>> get.log380 svn checkout http://svn.lmd.jussieu.fr/LMDZ/ICOSA_LMDZ &>> get.log 381 381 cd "$TMPLOCDIR" &> /dev/null 382 382 fi … … 492 492 # Add to path 493 493 export PATH="$ncdfdir/bin:$PATH" 494 echo "Bin PATH" $PATH 494 495 495 496 #---------------------------------------------------------------------------- … … 542 543 ioipsllog="$(pwd)/ioipsl.log" 543 544 echo "Compiling IOIPSL, the interface library with Netcdf $(date) (log: $ioipsllog)" 544 545 # in case ksh is not installed on the pc 546 if [[ ! -x /bin/ksh ]]; then 547 sed -i'' -e 's/ksh/bash/' ins_m_prec 548 fi 545 549 echo "$jobcmd ./makeioipsl_fcm -j $make_j -arch $arch $optim_flag" > compile.sh 546 550 chmod +x compile.sh … … 729 733 function compile_icolmdzor { 730 734 if [[ $icolmdz = 1 ]]; then 735 731 736 # install_arch "DYNAMICO" 732 737 install_arch "ICOSA_LMDZ" … … 739 744 cd ../DYNAMICO 740 745 cd arch 746 # Need to get rather than install the archs as DYNAMICO uses FCMv2 that does not understand the makefile syntax ($shell) 741 747 wget http://lmdz.lmd.jussieu.fr/pub/src_archives/misc/arch/DYNAMICO/arch-$arch.env 742 748 wget http://lmdz.lmd.jussieu.fr/pub/src_archives/misc/arch/DYNAMICO/arch-$arch.fcm … … 754 760 755 761 # Compile icosa_lmdz 762 echo "Bin PATH before icosalmdz" $PATH 756 763 cd ../ICOSA_LMDZ 757 764 icosalog="$(pwd)/icosa.log" … … 1061 1068 compile_orchidee 1062 1069 compile_lmdz 1070 compile_icolmdzor 1063 1071 run_bench 1064 compile_icolmdzor 1072 if [ ! $? = 0 ]; then exit 1; fi 1065 1073 run_bench_icosa
Note: See TracChangeset
for help on using the changeset viewer.