Ignore:
Timestamp:
Jul 24, 2017, 3:56:41 PM (7 years ago)
Author:
dcugnet
Message:

Fix a bug in the longitude interpolation of ozone, leading for some
resolutions to a too small margin to ensure inetrpolation without
any extrapolation.
Also, minor fix in regular_lonlat_mod.F90 routine to ensure that

boundslon_reg(i,east)>boundslon_reg(i,west).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phy_common/regular_lonlat_mod.F90

    r2346 r2963  
    88  INTEGER, PARAMETER :: south_west=3     ! boundaries of regular lontlat
    99  INTEGER, PARAMETER :: south_east=4     ! boundaries of regular lontlat
    10   INTEGER, PARAMETER :: east=1           ! boundaries of regular lontlat
    11   INTEGER, PARAMETER :: west=2           ! boundaries of regular lontlat
     10  INTEGER, PARAMETER :: east=2           ! boundaries of regular lontlat
     11  INTEGER, PARAMETER :: west=1           ! boundaries of regular lontlat
    1212  INTEGER, PARAMETER :: north=1          ! boundaries of regular lontlat
    1313  INTEGER, PARAMETER :: south=2          ! boundaries of regular lontlat
Note: See TracChangeset for help on using the changeset viewer.