Changeset 3514
- Timestamp:
- May 20, 2019, 2:42:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/physiq_mod.F90
r3482 r3514 3359 3359 3360 3360 call chemtime(itap+itau_phy-1, date0, dtime, itap) 3361 CALL aerosol_meteo_calc( & 3361 IF (config_inca == 'aero' .OR. config_inca == 'aeNP') THEN 3362 CALL AEROSOL_METEO_CALC( & 3362 3363 calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs, & 3363 3364 prfl,psfl,pctsrf,cell_area, & 3364 3365 latitude_deg,longitude_deg,u10m,v10m) 3366 END IF 3365 3367 3366 3368 zxsnow_dummy(:) = 0.0 … … 3428 3430 ENDIF 3429 3431 ELSE ! RRTM radiation 3430 IF (aerosol_couple .AND. config_inca == 'aero' ) THEN3431 abort_message='config_inca=aero et rrtm=1 impossible'3432 call abort_physic(modname,abort_message,1)3433 ELSE3434 3432 ! 3435 3433 #ifdef CPP_RRTM … … 3478 3476 #endif 3479 3477 ! 3480 ENDIF3481 3478 ENDIF 3482 3479 ELSE … … 3648 3645 ENDIF 3649 3646 ELSE ! RRTM radiation 3650 IF (aerosol_couple .AND. config_inca == 'aero' ) THEN3651 abort_message='config_inca=aero et rrtm=1 impossible'3652 call abort_physic(modname,abort_message,1)3653 ELSE3654 3647 ! 3655 3648 #ifdef CPP_RRTM … … 3698 3691 #endif 3699 3692 ! 3700 ENDIF3701 3693 ENDIF 3702 3694 ELSE … … 3773 3765 ENDIF 3774 3766 3775 IF (aerosol_couple.AND. config_inca=='aero') THEN3767 IF (aerosol_couple.AND.iflag_rrtm==0) THEN 3776 3768 #ifdef INCA 3777 3769 CALL radlwsw_inca &
Note: See TracChangeset
for help on using the changeset viewer.