Ignore:
Timestamp:
01/09/24 14:32:58 (5 months ago)
Author:
acosce
Message:

fixed a bug in case we just compile lmdz in regular grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6692 r6703  
    448448## 2.7 Compile LMDZ  
    449449cd $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  
     454cp $mysrc_path/LMDZ/phylmd/*.*90  libf/phylmd/. 
     455cp $mysrc_path/LMDZ/dyn3d_common/*.*90  libf/dyn3d_common/. 
     456 
     457 
    450458# Compile LMDZ as library to couple to DYNAMICO 
    451459if [ $compdyna == y ] ; then 
     
    453461    echo >> $outfile ; echo " NOW COMPILE LMDZ FOR COUPLING TO DYNAMICO"   >> $outfile  
    454462     
    455     # Temporary use of SOURCES/LMDZ to handle modifications needed by IPSLCM7 
    456     cp $mysrc_path/LMDZ/phylmd/*.*90  libf/phylmd/. 
    457     cp $mysrc_path/LMDZ/dyn3d_common/*.*90  libf/dyn3d_common/. 
    458463     
    459464    # Check if the compilation of LMDZ was previsouly interupted prematured.  
Note: See TracChangeset for help on using the changeset viewer.