Changeset 1009 for LMDZ4/trunk/libf/phylmd/pbl_surface_mod.F90
- Timestamp:
- Oct 7, 2008, 11:44:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/pbl_surface_mod.F90
r996 r1009 157 157 CALL abort_gcm(modname,abort_message,1) 158 158 ENDIF 159 160 !****************************************************************************************161 ! Test of coherence between variable ok_veget and cpp key CPP_VEGET162 !163 !****************************************************************************************164 IF (ok_veget) THEN165 #ifndef CPP_VEGET166 abort_message='Pb de coherence: ok_veget = .true. mais CPP_VEGET = .false.'167 CALL abort_gcm(modname,abort_message,1)168 #endif169 ENDIF170 171 159 172 160 END SUBROUTINE pbl_surface_init
Note: See TracChangeset
for help on using the changeset viewer.