Ignore:
Timestamp:
07/24/23 14:25:08 (12 months ago)
Author:
acosce
Message:

add LMDZ routines copy to solve a problem when we are running with inca model
there was an incompatibilty between lmdz and dynamico for type_trac (dynamico was waiting for type_trac="lmdz|inca", and lmdz for type_trac="inca"
there wasn't any problem without inca because in both cases type_trac=lmdz

Location:
CONFIG/UNIFORM/v7/IPSLCM7
Files:
7 added
3 deleted
1 edited

Legend:

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

    r6560 r6565  
    398398lmdzsvn=`svnversion . | egrep -o "[0-9]+"  | awk 'NR==1'` 
    399399# Temporary use of SOURCES/LMDZ to handle modifications needed by IPSLCM7 
    400 cp $mysrc_path/LMDZ/*.*90  libf/phylmd/. 
     400cp $mysrc_path/LMDZ/phylmd/*.*90  libf/phylmd/. 
     401cp $mysrc_path/LMDZ/dyn3d_common/*.*90  libf/dyn3d_common/. 
    401402 
    402403# Check if the compilation of LMDZ was previsouly interupted prematured.  
Note: See TracChangeset for help on using the changeset viewer.