Ignore:
Timestamp:
Jul 6, 2017, 5:12:58 PM (7 years ago)
Author:
jaudouard
Message:

Update on CO2 ice clouds scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/nucleaCO2.F

    r1685 r1720  
    6565      mtetalocal = dble(mtetaco2)  !! use mtetalocal for better performance
    6666      mtetalocalh=dble(mteta)
    67 
    68 cccccccccccccccccccccccccccccccccccccccccccccccccc
    69 ccccccccccc ESSAIS TN MTETA = F (T) cccccccccccccc
    70 c      if (temp .gt. 200) then
    71 c         mtetalocal = mtetalocal
    72 c      else if (temp .lt. 190) then
    73 c         mtetalocal = mtetalocal-0.05
    74 c      else
    75 c         mtetalocal = mtetalocal - (190-temp)*0.005
    76 c      endif
    77 c----------------exp law, see Trainer 2008, J. Phys. Chem. C 2009, 113, 2036\u20132040
    78        !mtetalocal = max(mtetalocal - 6005*exp(-0.065*temp),0.1)
    79        !mtetalocal = max(mtetalocal - 6005*exp(-0.068*temp),0.1)
    80                !print*, mtetalocal, temp
    81 cccccccccccccccccccccccccccccccccccccccccccccccccc
    82 cccccccccccccccccccccccccccccccccccccccccccccccccc
    83 c      IF (firstcall) THEN
    84 c          print*, ' ' 
    85 c          print*, 'dear user, please keep in mind that'
    86 c          print*, 'contact parameter IS constant'
    87           !print*, 'contact parameter IS NOT constant:'
    88           !print*, 'max(mteta - 6005*exp(-0.065*temp),0.1)'
    89           !print*, 'max(mteta - 6005*exp(-0.068*temp),0.1)'
    90 c          print*, ' ' 
    91 c         firstcall=.false.
    92 c     END IF
    93 cccccccccccccccccccccccccccccccccccccccccccccccccc
    94 cccccccccccccccccccccccccccccccccccccccccccccccccc
    95    
    96 c      write(*,*) "IN nuc, SAT = ",sat
    97 c      write(*,*) "IN nuc, mtetalocal = ",mtetalocal
    9867
    9968
Note: See TracChangeset for help on using the changeset viewer.