Changeset 2456 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Feb 28, 2016, 1:02:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r2455 r2456 2239 2239 END IF 2240 2240 END IF 2241 2242 ! Flag_aerosol cannot be to zero if we are in coupled mode for aerosol 2243 IF (aerosol_couple .AND. flag_aerosol .eq. 0 ) THEN 2244 CALL abort_physic('conf_phys', 'flag_aerosol cannot be to zero if aerosol_couple=y ', 1) 2245 ENDIF 2246 2247 ! flag_aerosol need to be different to zero if ok_cdnc is activated 2248 IF (ok_cdnc .AND. flag_aerosol .eq. 0) THEN 2249 CALL abort_physic('conf_phys', 'flag_aerosol cannot be to zero if ok_cdnc is activated ', 1) 2250 ENDIF 2241 2251 2242 2252 ! ok_cdnc must be set to y if ok_aie is activated
Note: See TracChangeset
for help on using the changeset viewer.