Changeset 3483 for LMDZ6/branches/IPSLCM6.0.15/libf
- Timestamp:
- Apr 19, 2019, 3:29:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phys_output_write_mod.F90
r3425 r3483 1397 1397 CALL histwrite_phy(o_solswad, solswad_aero*swradcorr) 1398 1398 CALL histwrite_phy(o_solswad0, solswad0_aero*swradcorr) 1399 IF (type_trac .ne. 'inca') THEN 1400 IF (config_inca .ne. 'aeNP') THEN 1401 CALL histwrite_phy(o_toplwad, toplwad_aero) 1402 CALL histwrite_phy(o_toplwad0, toplwad0_aero) 1403 CALL histwrite_phy(o_sollwad, sollwad_aero) 1404 CALL histwrite_phy(o_sollwad0, sollwad0_aero) 1405 ENDIF 1406 ENDIF 1399 CALL histwrite_phy(o_toplwad, toplwad_aero) 1400 CALL histwrite_phy(o_toplwad0, toplwad0_aero) 1401 CALL histwrite_phy(o_sollwad, sollwad_aero) 1402 CALL histwrite_phy(o_sollwad0, sollwad0_aero) 1407 1403 !====MS forcing diagnostics 1408 1404 IF (new_aod) THEN
Note: See TracChangeset
for help on using the changeset viewer.