Changeset 6111 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Mar 17, 2026, 4:17:37 PM (3 weeks ago)
Author:
Sebastien Nguyen
Message:

2nd fix for bug that can make LMDZISO crash when trying to write Rland_ice before variable allocation and initialisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90

    r6110 r6111  
    32333233
    32343234        IF (vars_defined) zx_tmp_fi2d(:) = Rland_ice(ixt,:)
    3235         CALL histwrite_phy(o_Rland_ice(ixt), Rland_ice(ixt,:))
     3235        CALL histwrite_phy(o_Rland_ice(ixt), zx_tmp_fi2d)
    32363236        CALL histwrite_phy(o_xtovap(ixt),  xt_seri(ixt,:,:))
    32373237        CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:))
Note: See TracChangeset for help on using the changeset viewer.