Ignore:
Timestamp:
09/09/22 14:08:42 (22 months ago)
Author:
omamce
Message:

O.M. : MOSAIX :

  • update README.md for the propoer revision of XIOS
  • change make_mosaix to adapt to different fcm versions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/make_mosaix

    r6190 r6235  
    3737fcm_version=OLD 
    3838 
    39 while ((${#} > 0)) ; do 
     39while (( ${#} > 0 )) ; do 
    4040    case ${1} in 
    4141        "-h"|"--help"|"-help") 
     
    8888make_dir=${PWD} 
    8989 
    90 export PATH=${xios_dir}/tools/FCM_${fcm_version}/bin:${PATH} 
     90if [[ -d ${xios_dir}/tools/FCM ]] ; then 
     91    export PATH=${xios_dir}/tools/FCM/bin:${PATH} 
     92else  
     93    export PATH=${xios_dir}/tools/FCM_${fcm_version}/bin:${PATH} 
     94fi 
    9195 
    9296source ${install_dir}/arch.env 
Note: See TracChangeset for help on using the changeset viewer.