Changeset 3789
- Timestamp:
- Dec 16, 2020, 12:23:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
r3630 r3789 2486 2486 ENDIF 2487 2487 2488 ! Test sur new_aod. Ce flag permet de retrouver les resultats de l'AR4 2489 ! il n'est utilisable que lors du couplage avec le SO4 seul 2488 ! Flag_aerosol cannot be set to zero if aerosol direct effect (ade) or aerosol indirect effect (aie) are activated 2490 2489 IF (ok_ade .OR. ok_aie) THEN 2491 2490 IF ( flag_aerosol .EQ. 0 ) THEN … … 2494 2493 ENDIF 2495 2494 2496 ! Flag_aerosol cannot be to zero if we are in coupled mode for aerosol2495 ! Flag_aerosol cannot be set to zero if we are in coupled mode for aerosol 2497 2496 IF (aerosol_couple .AND. flag_aerosol .EQ. 0 ) THEN 2498 2497 CALL abort_physic('conf_phys', 'flag_aerosol cannot be to zero if aerosol_couple=y ', 1) 2499 2498 ENDIF 2500 2499 2501 ! Read_climoz need to bezero if we are in couple mode for chemistry2500 ! Read_climoz needs to be set zero if we are in couple mode for chemistry 2502 2501 IF (chemistry_couple .AND. read_climoz .ne. 0) THEN 2503 2502 CALL abort_physic('conf_phys', 'read_climoz need to be to zero if chemistry_couple=y ', 1)
Note: See TracChangeset
for help on using the changeset viewer.