Ignore:
Timestamp:
Nov 22, 2016, 12:08:15 PM (8 years ago)
Author:
jaudouard
Message:

Bug fix concerning riceco2 declaration and some cleaning concerning the CO2 clouds scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/updaterad.F90

    r1619 r1629  
    2323real, parameter :: ricemax  = 500.e-6
    2424
    25 real, parameter :: r3iceco2min = 1.e-30
    26 real, parameter :: riceco2min  = 1.e-10
    27 
    28 real, parameter :: r3iceco2max = 125.e-12
    29 real, parameter :: riceco2max  = 500.e-6
     25double precision, parameter :: r3iceco2min = 1.e-30
     26double precision, parameter :: riceco2min  = 1.e-10
     27
     28double precision, parameter :: r3iceco2max = 125.e-12
     29double precision, parameter :: riceco2max  = 500.e-6
    3030
    3131
     
    112112real, intent(in)  :: qice,qccn,nccn
    113113real, intent(in)  :: coeff         ! this coeff is tauscaling if microphy = T (possibly ccn_factor^-1 otherwise)
    114 real, intent(out) :: rice,rhocloudco2 ! rhocloud is needed for sedimentation and is also a good diagnostic variable
     114real, intent(out) :: rhocloudco2 ! rhocloud is needed for sedimentation and is also a good diagnostic variable
     115double precision, intent(out) :: rice
    115116real nccn_true,qccn_true ! nombre et masse de CCN
    116117   
Note: See TracChangeset for help on using the changeset viewer.