Changeset 1013


Ignore:
Timestamp:
Oct 8, 2008, 1:36:04 PM (16 years ago)
Author:
lsce
Message:

Error in logical test
JG

File:
1 edited

Legend:

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

    r1009 r1013  
    12591259   
    12601260! Test of coherence between type_ocean and version_ocean
    1261     IF (type_ocean=='couple' .AND. (version_ocean/='opa8' .OR. version_ocean/='nemo') ) THEN
     1261    IF (type_ocean=='couple' .AND. (version_ocean/='opa8' .AND. version_ocean/='nemo') ) THEN
    12621262       WRITE(numout,*)' ERROR version_ocean=',version_ocean,' not valid in coupled configuration'
    12631263       CALL abort_gcm('conf_phys','version_ocean not valid',1)
Note: See TracChangeset for help on using the changeset viewer.