Ignore:
Timestamp:
Dec 18, 2017, 12:06:39 PM (6 years ago)
Author:
jghattas
Message:

Deactivate ifl_pbltree if Orchidee is not activated instead of aborting the model.

File:
1 edited

Legend:

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

    r3053 r3137  
    24752475    ! ORCHIDEE must be activated for ifl_pbltree=1
    24762476    IF (.NOT. ok_veget .AND. ifl_pbltree==1) THEN
    2477        WRITE(lunout,*)' ORCHIDEE must be activated for ifl_pbltree=1'
    2478        CALL abort_physic('conf_phys','ok_veget and ifl_pbltree not coherent',1)
     2477       WRITE(lunout,*)'Warning: ORCHIDEE must be activated for ifl_pbltree=1'
     2478       WRITE(lunout,*)'ifl_pbltree is now changed to zero'
     2479       ifl_pbltree=0
    24792480    END IF
    24802481
Note: See TracChangeset for help on using the changeset viewer.