Ignore:
Timestamp:
Oct 7, 2008, 11:44:36 AM (16 years ago)
Author:
lsce
Message:
  • Changed variable name OCEAN to type_ocean in physiq.def
  • Removed test of coherence between CPP_VEGET and ok_veget (later to be readded in surf_land_orchdiee)

JG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/pbl_surface_mod.F90

    r996 r1009  
    157157      CALL abort_gcm(modname,abort_message,1)
    158158    ENDIF
    159 
    160 !****************************************************************************************
    161 ! Test of coherence between variable ok_veget and cpp key CPP_VEGET
    162 !
    163 !****************************************************************************************
    164     IF (ok_veget) THEN
    165 #ifndef CPP_VEGET
    166        abort_message='Pb de coherence: ok_veget = .true. mais CPP_VEGET = .false.'
    167        CALL abort_gcm(modname,abort_message,1)
    168 #endif
    169     ENDIF
    170 
    171159
    172160  END SUBROUTINE pbl_surface_init
Note: See TracChangeset for help on using the changeset viewer.