Changes between Version 3 and Version 4 of IPSLCM6/MOSAIX


Ignore:
Timestamp:
03/12/18 15:14:10 (6 years ago)
Author:
omamce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM6/MOSAIX

    v3 v4  
    22 
    33MOSAIX is a small set of fortran routines, bash scripts, python scripts and xml files allowing to generate coupling weights for IPSL Earth System Model. It is under development, and presently not used by the production runs. It aims to replace the old MOSAIC software. It uses XIOS as a library to compute weights. In the present state, it can handle ORCA, LMDZ lon/lat and DYNAMICO grids. 
     4 
     5MOSAIX work in parallel, using MPI distributed memory. 
    46 
    57== Known problems == 
     
    2628== Scripts and codes == 
    2729 
    28 * '''!CreateWeightsMask.bash'''. Creates the weights to interpolate between atmospheric and ocean grid. Weights file are suitable for OASIS-MCT. Creates the fraction of ocean in atmospheric grid cells. 
     30* '''!CreateWeightsMask.bash'''. Creates the weights to interpolate between atmospheric and ocean grid. Weight files are suitable for OASIS-MCT. Creates the fraction of ocean in atmospheric grid cells. Use parallel processing with MPI. 
    2931 
    30 * '''!CreateOasisGrids.bash'''.  Creates files grids.nc, areas.nc and masks.nc with information from both models, suitable for OASIS-MCT. 
    31  
    32 * '''CreateRestartOce4Oasis.bash'''. Creates restart files for the coupler, ocean side. Should be moved elsewhere. 
    33  
    34 * '''CreateRestartAtm4Oasis.bash'''.  Creates restart files for the coupler, atmosphere side. Should be moved elsewhere. 
     32* '''!CreateOasisGrids.bash'''.  Creates files grids.nc, areas.nc and masks.nc with information from both models, suitable for OASIS-MCT. Mono CPU. 
    3533 
    3634* '''update_xml.py'''. Python script used to perform on the fly editing of xml files. Used by the previous bashes. 
     
    4139 
    4240* '''bld.cfg'''. fcm configuration file to compile {{{interpol.f90}}}.  
     41 
     42* '''CreateRestartOce4Oasis.bash'''. Creates restart files for the coupler, ocean side. Should be moved elsewhere. Mono CPU. 
     43 
     44* '''CreateRestartAtm4Oasis.bash'''.  Creates restart files for the coupler, atmosphere side. Should be moved elsewhere. Mono CPU.