- Timestamp:
- Jul 5, 2024, 8:48:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/Dust/phys_output_write_spl_mod.F90
r4619 r5024 325 325 sissnow, runoff, albsol3_lic, evap_pot, & 326 326 t2m, fluxt, fluxlat, fsollw, fsolsw, & 327 wfbils, wfbilo,cdragm, cdragh, cldl, cldm, &327 wfbils, cdragm, cdragh, cldl, cldm, & 328 328 cldh, cldt, JrNt, & 329 329 ! cldljn, cldmjn, cldhjn, cldtjn & … … 353 353 toplwad_aero, toplwad0_aero, sollwad_aero, & 354 354 sollwad0_aero, toplwai_aero, sollwai_aero, & 355 scdnc, cldncl, reffclws, reffclwc, cldnvi, &356 lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, &355 !scdnc, cldncl, reffclws, reffclwc, cldnvi, & 356 !lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, & 357 357 ec550aer, flwc, fiwc, t_seri, theta, q_seri, & 358 358 !jyg< … … 377 377 USE phys_output_var_mod, ONLY: vars_defined, snow_o, zfra_o, bils_diss, & 378 378 bils_ec,bils_ech, bils_tke, bils_kinetic, bils_latent, bils_enthalp, & 379 itau_con, nfiles, clef_files, nid_files, zvstr_gwd_rando 379 itau_con, nfiles, clef_files, nid_files, zvstr_gwd_rando, & 380 scdnc, cldncl, reffclws, reffclwc, cldnvi, & 381 lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop 380 382 USE ocean_slab_mod, ONLY: tslab, slab_bilg, tice, seaice 381 383 USE pbl_surface_mod, ONLY: snow … … 721 723 IF (vars_defined) zx_tmp_fi2d(1 : klon) = wfbils( 1 : klon, nsrf) 722 724 CALL histwrite_phy(o_wbils_srf(nsrf), zx_tmp_fi2d) 723 IF (vars_defined) zx_tmp_fi2d(1 : klon) = wfbilo( 1 : klon, nsrf)724 CALL histwrite_phy(o_wbilo_srf(nsrf), zx_tmp_fi2d)725 725 726 726 IF (iflag_pbl > 1) THEN
Note: See TracChangeset
for help on using the changeset viewer.