Ignore:
Timestamp:
Dec 7, 2018, 9:25:16 PM (5 years ago)
Author:
oboucher
Message:

Removing test as it causes some problem with current configurations

File:
1 edited

Legend:

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

    r3412 r3420  
    24592459    ENDIF
    24602460    !--here we test that solaire has not been changed if ok_suntime_rrtm is activated
    2461     IF (ok_suntime_rrtm.AND.ABS(solaire-solaire_omp_init).GT.1.E-10) THEN
    2462        WRITE(lunout,*) ' ERROR ok_suntime_rrtm=y and solaire is provided in def file'
    2463        CALL abort_physic('conf_phys','ok_suntime_rrtm=y and solaire is provided',1)
    2464     ENDIF
     2461!    IF (ok_suntime_rrtm.AND.ABS(solaire-solaire_omp_init).GT.1.E-7) THEN
     2462!       WRITE(lunout,*) ' ERROR ok_suntime_rrtm=y and solaire is provided in def file'
     2463!       CALL abort_physic('conf_phys','ok_suntime_rrtm=y and solaire is provided',1)
     2464!    ENDIF
    24652465#ifdef CPP_StratAer
    24662466    IF (iflag_rrtm .NE. 1) THEN
Note: See TracChangeset for help on using the changeset viewer.