Changeset 5655 for LMDZ6/trunk/libf/phylmd/physiq_mod.F90
- Timestamp:
- May 15, 2025, 7:24:01 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5645 r5655 94 94 USE lmdz_cloud_optics_prop_ini, ONLY : cloud_optics_prop_ini 95 95 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 97 98 98 99 … … 4648 4649 ZLWFT0_i, ZFLDN0, ZFLUP0, & 4649 4650 ZSWFT0_i, ZFSDN0, ZFSUP0, & 4651 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 4650 4652 cloud_cover_sw) 4651 4653 … … 4726 4728 ZLWFT0_i, ZFLDN0, ZFLUP0, & 4727 4729 ZSWFT0_i, ZFSDN0, ZFSUP0, & 4730 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 4728 4731 cloud_cover_sw) 4729 4732 ENDIF !ok_4xCO2atm … … 4772 4775 ZLWFT0_i, ZFLDN0, ZFLUP0, & 4773 4776 ZSWFT0_i, ZFSDN0, ZFSUP0, & 4777 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 4774 4778 cloud_cover_sw_s2) 4775 4779 ENDIF ! ok_3Deffect
Note: See TracChangeset
for help on using the changeset viewer.