Changeset 3137
- Timestamp:
- Dec 18, 2017, 12:06:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
r3053 r3137 2475 2475 ! ORCHIDEE must be activated for ifl_pbltree=1 2476 2476 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 2479 2480 END IF 2480 2481
Note: See TracChangeset
for help on using the changeset viewer.