Ignore:
Timestamp:
Apr 1, 2026, 12:22:43 PM (5 days ago)
Author:
idelkadi
Message:

Correction to the output:
Direct radiation fluxes were output outside the condition for the double call of the Ecrad radiation code

File:
1 edited

Legend:

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

    r6143 r6147  
    13801380#ifdef CPP_ECRAD
    13811381     CALL histwrite_phy(o_cloud_cover_sw, cloud_cover_sw)
     1382     CALL histwrite_phy(o_ZFLUX_DIR, ZFLUX_DIR)
     1383     CALL histwrite_phy(o_ZFLUX_DIR_CLEAR, ZFLUX_DIR_CLEAR)
     1384     CALL histwrite_phy(o_ZFLUX_DIR_SUN, ZFLUX_DIR_SUN)
     1385
    13821386     IF (ok_3Deffect) THEN
    13831387       CALL histwrite_phy(o_cloud_cover_sw_s2, cloud_cover_sw_s2)
     
    14901494       CALL histwrite_phy(o_rlucs_s2, lwup0_s2)
    14911495       CALL histwrite_phy(o_rldcs_s2, lwdn0_s2)
    1492        CALL histwrite_phy(o_ZFLUX_DIR, ZFLUX_DIR)
    14931496       CALL histwrite_phy(o_ZFLUX_DIR_s2, ZFLUX_DIR_s2)
    1494        CALL histwrite_phy(o_ZFLUX_DIR_CLEAR, ZFLUX_DIR_CLEAR)
    14951497       CALL histwrite_phy(o_ZFLUX_DIR_CLEAR_s2, ZFLUX_DIR_CLEAR_s2)
    1496        CALL histwrite_phy(o_ZFLUX_DIR_SUN, ZFLUX_DIR_SUN)
    14971498       CALL histwrite_phy(o_ZFLUX_DIR_SUN_s2, ZFLUX_DIR_SUN_s2)
    14981499    ENDIF !ok_3Deffect
Note: See TracChangeset for help on using the changeset viewer.