Changeset 5720 for modipsl


Ignore:
Timestamp:
05/12/21 09:59:52 (3 years ago)
Author:
acosce
Message:

fix a bug for the creation of oasis make_inc in the case of IPSLCM7 config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

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