Changeset 2372 for trunk/LMDZ.TITAN/libf/phytitan
- Timestamp:
- Jun 11, 2020, 11:53:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r2366 r2372 437 437 int_dtaui(:,:,:) = 0.D0 438 438 int_dtauv(:,:,:) = 0.D0 439 439 440 #ifndef MESOSCALE 440 441 IF (callmufi .AND. (.NOT. uncoupl_optic_haze)) THEN 441 442 haze_opt_file=trim(datadir)//'/HAZE_OPTIC_'//trim(adjustl(tmp1))//'x'//trim(adjustl(tmp2))//'.DAT' … … 449 450 endif 450 451 ENDIF 451 452 #endif 453 452 454 endif 453 455
Note: See TracChangeset
for help on using the changeset viewer.