Changeset 5656


Ignore:
Timestamp:
May 15, 2025, 7:31:08 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/phylmdiso/physiq_mod.F90

    r5645 r5656  
    9393    USE lmdz_cloud_optics_prop_ini, ONLY : cloud_optics_prop_ini
    9494    USE phys_output_var_mod, ONLY :      cloudth_sth,cloudth_senv,cloudth_sigmath,cloudth_sigmaenv
    95     USE phys_output_var_mod, ONLY : cloud_cover_sw, cloud_cover_sw_s2
     95    USE phys_output_var_mod, ONLY : cloud_cover_sw, cloud_cover_sw_s2, , ZFLUX_DIR, ZFLUX_DIR_CLEAR, &
     96  &      ZFLUX_DIR_s2, ZFLUX_DIR_CLEAR_s2, ZFLUX_DIR_SUN, ZFLUX_DIR_SUN_s2
    9697
    9798
     
    60706071               ZLWFT0_i, ZFLDN0, ZFLUP0, &
    60716072               ZSWFT0_i, ZFSDN0, ZFSUP0, &
     6073               ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    60726074               cloud_cover_sw)
    60736075
     
    61496151                     ZLWFT0_i, ZFLDN0, ZFLUP0, &
    61506152                     ZSWFT0_i, ZFSDN0, ZFSUP0, &
     6153                     ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    61516154                     cloud_cover_sw)
    61526155          ENDIF !ok_4xCO2atm
     
    61956198                     ZLWFT0_i, ZFLDN0, ZFLUP0, &
    61966199                     ZSWFT0_i, ZFSDN0, ZFSUP0, &
     6200                     ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, &
    61976201                     cloud_cover_sw_s2)
    61986202          ENDIF ! ok_3Deffect
Note: See TracChangeset for help on using the changeset viewer.