Changes between Initial Version and Version 1 of IPSLCM6/Coupling/BugBilinear


Ignore:
Timestamp:
07/18/17 13:53:22 (7 years ago)
Author:
omamce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM6/Coupling/BugBilinear

    v1 v1  
     1Bug on linear interpolation 
     2 
     3Normally, the wind stress is interpolated with the bilinear interpolation scheme of the Script library included in OASIS-MCT. 
     4 
     5In IPSLCM6 at resolution ORCA1 x LMD 144x144, the bilinear interpolation of the wind stress is bugged. A solution has been developed. 
     6 
     7 
     8# This program overcomes an interpolation bug in Scrip, uses by OASIS-MCT 
     9# 
     10# In IPSLCM6 at resolution ORCA1 x LMD 144x144, the bilinear interpolation of the wind stress is bugged. 
     11# Two NEMO points around 0°N/180°W takes there wind stress values from points at 0°N/0°E. 
     12# 
     13# The bilinear interpolation compute weights and adresses that are written in a file : 
     14# rmp_tlmd_to_torc_BILINEAR_ComputedByOasis.nc. 
     15# The program copies the file to rmp_tlmd_to_torc_BILINEAR_Corrected.nc and makes a 
     16# few corrections of adresses and weigths.