Ignore:
Timestamp:
May 15, 2025, 7:24:01 PM (3 weeks ago)
Author:
idelkadi
Message:

Output of direct radiative fluxes when running LMDZ with Ecrad

File:
1 edited

Legend:

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

    r5645 r5655  
    9494    USE lmdz_cloud_optics_prop_ini, ONLY : cloud_optics_prop_ini
    9595    USE phys_output_var_mod, ONLY :      cloudth_sth,cloudth_senv,cloudth_sigmath,cloudth_sigmaenv
    96     USE phys_output_var_mod, ONLY : cloud_cover_sw, cloud_cover_sw_s2
     96    USE phys_output_var_mod, ONLY : cloud_cover_sw, cloud_cover_sw_s2, ZFLUX_DIR, ZFLUX_DIR_CLEAR, &
     97  &      ZFLUX_DIR_s2, ZFLUX_DIR_CLEAR_s2, ZFLUX_DIR_SUN, ZFLUX_DIR_SUN_s2
    9798
    9899
     
    46484649               ZLWFT0_i, ZFLDN0, ZFLUP0, &
    46494650               ZSWFT0_i, ZFSDN0, ZFSUP0, &
     4651               ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    46504652               cloud_cover_sw)
    46514653
     
    47264728                     ZLWFT0_i, ZFLDN0, ZFLUP0, &
    47274729                     ZSWFT0_i, ZFSDN0, ZFSUP0, &
     4730                     ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    47284731                     cloud_cover_sw)
    47294732          ENDIF !ok_4xCO2atm
     
    47724775                     ZLWFT0_i, ZFLDN0, ZFLUP0, &
    47734776                     ZSWFT0_i, ZFSDN0, ZFSUP0, &
     4777                     ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    47744778                     cloud_cover_sw_s2)
    47754779          ENDIF ! ok_3Deffect
Note: See TracChangeset for help on using the changeset viewer.