Changeset 5482 for modipsl


Ignore:
Timestamp:
10/30/20 10:16:35 (3 years ago)
Author:
aclsce
Message:
  • Modified to run with IPSLCM7 configurations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r3690 r5482  
    180180if [ -d ${d_n}/../oasis3-mct ] ;  
    181181then 
    182     l_dir=$(find ${d_n}/../config  -maxdepth 1 \( -name "IPSLCM6*" -o -name "IPSLCM5A2*"  -o -name "IPSLESM6*" \) -print) 
     182    l_dir=$(find ${d_n}/../config  -maxdepth 1 \( -name "IPSLCM6*" -o -name "IPSLCM5A2*"  -o -name "IPSLESM6*" -name "IPSLCM7*" \) -print) 
    183183    for i in ${l_dir} 
    184184    do  
Note: See TracChangeset for help on using the changeset viewer.