Changeset 6703
- Timestamp:
- 01/09/24 14:32:58 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh
r6692 r6703 448 448 ## 2.7 Compile LMDZ 449 449 cd $modipsl/modeles/LMDZ 450 451 452 # Temporary use of SOURCES/LMDZ to handle modifications needed by IPSLCM7 for LMDZ 4515 453 # To be remove for newer versions of LMDZ 454 cp $mysrc_path/LMDZ/phylmd/*.*90 libf/phylmd/. 455 cp $mysrc_path/LMDZ/dyn3d_common/*.*90 libf/dyn3d_common/. 456 457 450 458 # Compile LMDZ as library to couple to DYNAMICO 451 459 if [ $compdyna == y ] ; then … … 453 461 echo >> $outfile ; echo " NOW COMPILE LMDZ FOR COUPLING TO DYNAMICO" >> $outfile 454 462 455 # Temporary use of SOURCES/LMDZ to handle modifications needed by IPSLCM7456 cp $mysrc_path/LMDZ/phylmd/*.*90 libf/phylmd/.457 cp $mysrc_path/LMDZ/dyn3d_common/*.*90 libf/dyn3d_common/.458 463 459 464 # Check if the compilation of LMDZ was previsouly interupted prematured.
Note: See TracChangeset
for help on using the changeset viewer.