Ignore:
Timestamp:
Jan 29, 2018, 3:54:04 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Update to DR 1.00.21 and modifications following IPSCL6.0.15 workflow tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/misc/wxios.F90

    r3003 r3165  
    286286        CALL xios_set_domain_attr_hdl(dom, nj_glo=nj_glo, jbegin=jbegin-1, nj=nj, data_dim=2)
    287287        CALL xios_set_domain_attr_hdl(dom, lonvalue_1d=io_lon(ibegin:iend), latvalue_1d=io_lat(jbegin:jend))
     288        !On definit un axe de latitudes pour les moyennes zonales
     289        IF (xios_is_valid_axis("axis_lat")) THEN
     290           CALL xios_set_axis_attr( "axis_lat", n_glo=nj_glo, n=nj, begin=jbegin-1, value=io_lat(jbegin:jend))
     291        ENDIF
     292
    288293        IF (.NOT.is_sequential) THEN
    289294            mask(:,:)=.TRUE.
Note: See TracChangeset for help on using the changeset viewer.