Changeset 5656
- Timestamp:
- May 15, 2025, 7:31:08 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5645 r5656 93 93 USE lmdz_cloud_optics_prop_ini, ONLY : cloud_optics_prop_ini 94 94 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 96 97 97 98 … … 6070 6071 ZLWFT0_i, ZFLDN0, ZFLUP0, & 6071 6072 ZSWFT0_i, ZFSDN0, ZFSUP0, & 6073 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 6072 6074 cloud_cover_sw) 6073 6075 … … 6149 6151 ZLWFT0_i, ZFLDN0, ZFLUP0, & 6150 6152 ZSWFT0_i, ZFSDN0, ZFSUP0, & 6153 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 6151 6154 cloud_cover_sw) 6152 6155 ENDIF !ok_4xCO2atm … … 6195 6198 ZLWFT0_i, ZFLDN0, ZFLUP0, & 6196 6199 ZSWFT0_i, ZFSDN0, ZFSUP0, & 6200 ZFLUX_DIR, ZFLUX_DIR_CLEAR, ZFLUX_DIR_SUN, & 6197 6201 cloud_cover_sw_s2) 6198 6202 ENDIF ! ok_3Deffect
Note: See TracChangeset
for help on using the changeset viewer.