Changeset 3789 for LMDZ6


Ignore:
Timestamp:
Dec 16, 2020, 12:23:03 PM (3 years ago)
Author:
oboucher
Message:

change to a comment in conf_phys_m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/conf_phys_m.F90

    r3630 r3789  
    24862486    ENDIF
    24872487
    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
    24902489    IF (ok_ade .OR. ok_aie) THEN
    24912490       IF ( flag_aerosol .EQ. 0 ) THEN
     
    24942493    ENDIF
    24952494
    2496     ! Flag_aerosol cannot be to zero if we are in coupled mode for aerosol
     2495    ! Flag_aerosol cannot be set to zero if we are in coupled mode for aerosol
    24972496    IF (aerosol_couple .AND. flag_aerosol .EQ. 0 ) THEN
    24982497       CALL abort_physic('conf_phys', 'flag_aerosol cannot be to zero if aerosol_couple=y ', 1)
    24992498    ENDIF
    25002499
    2501     ! Read_climoz need to be zero if we are in couple mode for chemistry
     2500    ! Read_climoz needs to be set zero if we are in couple mode for chemistry
    25022501    IF (chemistry_couple .AND. read_climoz .ne. 0) THEN
    25032502       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.