Ignore:
Timestamp:
Jul 7, 2017, 10:38:35 AM (7 years ago)
Author:
jghattas
Message:

Amelioration/correction pour retro-compatiblite avec different version de ORHCIDEE. Ajoute de test de coherence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ_tree_FC/libf/phylmd/conf_phys_m.F90

    r2925 r2934  
    24452445       CALL abort_physic('conf_phys', 'flag_bc_internal_mixture can only be activated with flag_aerosol=6',1)
    24462446    ENDIF
     2447
     2448    ! ORCHIDEE must be activated for ifl_pbltree=1
     2449    IF (.NOT. ok_veget .AND. ifl_pbltree==1) THEN
     2450       WRITE(lunout,*)' ORCHIDEE must be activated for ifl_pbltree=1'
     2451       CALL abort_physic('conf_phys','ok_veget and ifl_pbltree not coherent',1)
     2452    END IF
    24472453
    24482454    !$OMP MASTER
Note: See TracChangeset for help on using the changeset viewer.