Ignore:
Timestamp:
Feb 19, 2014, 3:51:00 PM (10 years ago)
Author:
jghattas
Message:

cosp : corrections for compiling with XIOS. Runnig with cosp not tested.
xml : corrected error in field ozone_daylight. Error seen when read_climoz=2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/cosp/cosp_output_mod.F90

    r1926 r1986  
    205205    ! ug déclaration des axes verticaux de chaque fichier:
    206206    if (use_vgrid) then
    207       CALL wxios_add_vaxis("height", cosp_nidfiles(iff), Nlevout, vgrid%z)
     207      CALL wxios_add_vaxis("height", cosp_outfilenames(iff), Nlevout, vgrid%z)
    208208    else
    209       CALL wxios_add_vaxis("presnivs", cosp_nidfiles(iff), Nlevout, presnivs)
     209      CALL wxios_add_vaxis("presnivs", cosp_outfilenames(iff), Nlevout, presnivs)
    210210    endif
    211     CALL wxios_add_vaxis("height_mlev", cosp_nidfiles(iff), Nlevlmdz, vgrid%mz)
    212     CALL wxios_add_vaxis("sza", cosp_nidfiles(iff), PARASOL_NREFL, PARASOL_SZA)
    213     CALL wxios_add_vaxis("pressure2", cosp_nidfiles(iff), 7, ISCCP_PC)
    214     CALL wxios_add_vaxis("column", cosp_nidfiles(iff), Ncolumns, column_ax)
     211    CALL wxios_add_vaxis("height_mlev", cosp_outfilenames(iff), Nlevlmdz, vgrid%mz)
     212    CALL wxios_add_vaxis("sza", cosp_outfilenames(iff), PARASOL_NREFL, PARASOL_SZA)
     213    CALL wxios_add_vaxis("pressure2", cosp_outfilenames(iff), 7, ISCCP_PC)
     214    CALL wxios_add_vaxis("column", cosp_outfilenames(iff), Ncolumns, column_ax)
    215215#endif
    216216
Note: See TracChangeset for help on using the changeset viewer.