Changeset 1629 for trunk/LMDZ.MARS/libf/phymars/updaterad.F90
- Timestamp:
- Nov 22, 2016, 12:08:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/updaterad.F90
r1619 r1629 23 23 real, parameter :: ricemax = 500.e-6 24 24 25 real, parameter :: r3iceco2min = 1.e-3026 real, parameter :: riceco2min = 1.e-1027 28 real, parameter :: r3iceco2max = 125.e-1229 real, parameter :: riceco2max = 500.e-625 double precision, parameter :: r3iceco2min = 1.e-30 26 double precision, parameter :: riceco2min = 1.e-10 27 28 double precision, parameter :: r3iceco2max = 125.e-12 29 double precision, parameter :: riceco2max = 500.e-6 30 30 31 31 … … 112 112 real, intent(in) :: qice,qccn,nccn 113 113 real, 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 114 real, intent(out) :: rhocloudco2 ! rhocloud is needed for sedimentation and is also a good diagnostic variable 115 double precision, intent(out) :: rice 115 116 real nccn_true,qccn_true ! nombre et masse de CCN 116 117
Note: See TracChangeset
for help on using the changeset viewer.