Ignore:
Timestamp:
Jul 21, 2016, 5:46:23 PM (8 years ago)
Author:
musat
Message:

In newmicro allow use of cloud overlap hypothesis defined
in radopt.h as for the radiation code.
In rrtm allow max and random cloud overlap hypothesis.
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/rrtm/swr.F90

    r2010 r2596  
    192192    ZCLOUD(JL) = ZSS1(JL)
    193193  ELSEIF (NOVLP == 2) THEN
    194    stop 'provisoire pour verifier option novlp=1b'
     194!IM150716  stop 'provisoire pour verifier option novlp=1b'
     195   print*,'rrtm provisoire pour verifier option novlp=2 maximum'
    195196!* maximum
    196197    ZCLOUD(JL) = MAX( ZSS1(JL) , ZCLOUD(JL) )
     
    198199!++MODIFCODE
    199200  ELSEIF ((NOVLP == 3).OR.((NOVLP  >=  5).AND.(NOVLP /= 8))) THEN
    200    stop 'provisoire pour verifier option novlp=1c'
     201!IM150716  stop 'provisoire pour verifier option novlp=1c'
     202    print*,'rrtm provisoire pour verifier option novlp=3 random'
    201203!--MODIFCODE
    202204!* random
Note: See TracChangeset for help on using the changeset viewer.