Changes between Version 21 and Version 22 of Doc/Tools


Ignore:
Timestamp:
10/10/19 11:28:48 (5 years ago)
Author:
omamce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Tools

    v21 v22  
    5151 
    5252## MOSAIX ## 
    53 '''MOSAIX''' is the new code that creates the interpolation weights between ocean and atmosphere. It's a set a bash, Python and fortran code that uses XIOS for computing the weigthts. It can be used in parallel. See http://forge.ipsl.jussieu.fr/igcmg/wiki/IPSLCM6/MOSAIX. 
     53'''MOSAIX''' is the new code that creates the interpolation weights between ocean and atmosphere. It's a set a bash, Python and fortran code that uses XIOS for computing the weigthts. It can be used in parallel. See [[http://forge.ipsl.jussieu.fr/igcmg/wiki/IPSLCM6/MOSAIX|MOSAIX doucmentation]]. 
    5454 
    5555## CPLRESTART ## 
    56 '''CPLRESTART''' is a small bash that builds (usinbg nco) the restart file for OASIS. It needs outputs from forced configurations (grid_T file from NEMO, histmth file from LMDZ). 
     56'''CPLRESTART''' is a small bash that builds (using [[http://nco.sourceforge.net|nco utilities]]) the restart file for OASIS. It needs outputs from forced configurations (grid_T file from NEMO, histmth file from LMDZ). 
    5757 
    5858## Bug bilinear ## 
    5959In old coupled configurations, the wind stress is interpolated with the bilinear interpolation scheme of the [[http://oceans11.lanl.gov/trac/SCRIP/|Scrip]] library included in OASIS-MCT. 
    6060 
    61 In IPSLCM6 using ORCA1, the bilinear interpolation of the wind stress is bugged. A small set of python routines has been developped to overcome the problem : see http://forge.ipsl.jussieu.fr/igcmg/wiki/IPSLCM6/Coupling/BugBilinear. 
     61In IPSLCM6 using ORCA1, the bilinear interpolation of the wind stress is bugged. A small set of python routines has been developped to overcome the problem : see [[http://forge.ipsl.jussieu.fr/igcmg/wiki/IPSLCM6/Coupling/BugBilinear]]. 
    6262 
    6363New coupled configurations are not affected, as they use weights computed by MOSAIX (see above).