Changeset 2966 for LMDZ5/trunk
- Timestamp:
- Jul 25, 2017, 3:13:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2958 r2966 346 346 USE YOESW, ONLY : RSUN 347 347 #endif 348 USE tracinca_mod, ONLY: config_inca 348 349 349 350 IMPLICIT NONE … … 1255 1256 CALL histwrite_phy(o_solswad, solswad_aero*swradcorr) 1256 1257 CALL histwrite_phy(o_solswad0, solswad0_aero*swradcorr) 1257 CALL histwrite_phy(o_toplwad, toplwad_aero) 1258 CALL histwrite_phy(o_toplwad0, toplwad0_aero) 1259 CALL histwrite_phy(o_sollwad, sollwad_aero) 1260 CALL histwrite_phy(o_sollwad0, sollwad0_aero) 1258 IF (type_trac .ne. 'inca') THEN 1259 IF (config_inca .ne. 'aeNP') THEN 1260 CALL histwrite_phy(o_toplwad, toplwad_aero) 1261 CALL histwrite_phy(o_toplwad0, toplwad0_aero) 1262 CALL histwrite_phy(o_sollwad, sollwad_aero) 1263 CALL histwrite_phy(o_sollwad0, sollwad0_aero) 1264 ENDIF 1265 ENDIF 1261 1266 !====MS forcing diagnostics 1262 1267 IF (new_aod) THEN
Note: See TracChangeset
for help on using the changeset viewer.