Changeset 5917


Ignore:
Timestamp:
09/14/21 15:16:30 (3 years ago)
Author:
omamce
Message:

O.M. : correcting a few typos in MOSAIX/README.md

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/README.md

    r5548 r5917  
    1616or `svn co svn+ssh://omamce@forge.ipsl.jussieu.fr/ipsl/forge/projets/igcmg/svn/TOOLS/MOSAIX MOSAIX` 
    1717 
    18 ### [XIOS ](http://forge.ipsl.jussieu.fr/ioserver/) 
     18### [XIOS](http://forge.ipsl.jussieu.fr/ioserver/) 
    1919MOSAIC is known to work with XIOS revision 1991 
    2020 
     
    3939## TODO 
    4040 
    41 -   Creates a non-masked grid for atmosphere, to compute integrals of run-off 
     41-   Creates a non-masked grid for atmosphere, to compute integrals of run-off. 
    4242-   Creates 2<sup>nd</sup> order interpolation weights that conserve posivity. They won't be conservative. 
    4343 
     
    5252## Code availability 
    5353 
    54 -   Web : [​https://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/MOSAIX](https://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/MOSAIX) 
     54-   Web : [https://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/MOSAIX](https://forge.ipsl.jussieu.fr/igcmg/browser/TOOLS/MOSAIX) 
    5555-   SVN : svn co http://forge.ipsl.jussieu.fr/igcmg/svn/TOOLS/MOSAIX MOSAIX 
    5656-   SVN : svn co svn+ssh://<login>@forge.ipsl.jussieu.fr/ipsl/forge/projets/igcmg/svn/TOOLS/MOSAIX MOSAIX 
     
    5858## Portability 
    5959 
    60 MOSAIX has been tested on Curie and Irene ([​TGCC](https://www-tgcc.ccc.cea.fr)) . 
     60MOSAIX has been tested on Curie and Irene ([TGCC](https://www-tgcc.ccc.cea.fr)). 
    6161 
    6262## Requirements 
    6363 
    6464-   Fortran compiler, C++ compiler, MPI. 
    65 -   A working [​XIOS](http://forge.ipsl.jussieu.fr/ioserver) library. Revision 1615 is known to work. 
     65-   A working [XIOS](http://forge.ipsl.jussieu.fr/ioserver) library. Revision 1615 is known to work. 
    6666-   fcm version 1.2 
    67 -   NetCDF fortran librairies. See [​XIOS](http://forge.ipsl.jussieu.fr/ioserver) for a suitable version. 
    68 -   Python, version>=3.6 with [​netCDF4](http://unidata.github.io/netcdf4-python/) and [​numpy](http://www.numpy.org) modules. Python version>=2.7 mights work, but has not been tested recently. 
     67-   NetCDF fortran librairies. See [XIOS](http://forge.ipsl.jussieu.fr/ioserver) for a suitable version. 
     68-   Python, version>=3.6 with [netCDF4](http://unidata.github.io/netcdf4-python/) and [numpy](http://www.numpy.org) modules. Python version>=2.7 mights work, but has not been tested recently. 
    6969-   Bash version>=4. 
    7070-   [​NCO](http://nco.sourceforge.net). Version 4.6.0 is known to work. 
     
    9292-   **update_xml.py**. Python script used to perform on the fly editing of xml files. Used by `CreateWeights.bash`. More information with `python update_xml.py -h`. 
    9393 
    94 -   **iodef\_atm\_to_oce.xml** and **iodef\_oce\_to_atm.xml**. xml files read by `interpol.f90`. These files are edited by update_xml.py. 
     94-   **iodef\_atm\_to_oce.xml** and **iodef\_oce\_to_atm.xml**. xml files read by `interpol.f90`. These files are edited by `update_xml.py`. 
    9595 
    9696-   **MOSAIX/src/MOSAIX/interpol.f90**. Fortran source using the XIOS library. 
Note: See TracChangeset for help on using the changeset viewer.