Changeset 6235


Ignore:
Timestamp:
09/09/22 14:08:42 (20 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
Location:
TOOLS/MOSAIX
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/README.md

    r6190 r6235  
    1717 
    1818## [XIOS](http://forge.ipsl.jussieu.fr/ioserver/) 
    19 MOSAIC is known to work with XIOS revision 2286 
     19MOSAIC is known to work with XIOS2, revision 2379 
    2020 
    2121XIOS : http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk 
     
    7979    integral over a region (presently latitudinal bands). The final 
    8080    result should be the same as with MOSAIC. 
    81          
     81 
    8282## Computer 
    8383 
     
    8787 
    8888It has been tested on Mac OS X, using `gcc` as a compiler. It is 
    89 fragile, as regurlarly XIOS updates break the compatibility. 
     89fragile, as regularly XIOS updates break the compatibility. 
    9090 
    9191## TODO 
  • 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.