Changeset 82
- Timestamp:
- Feb 28, 2011, 8:32:35 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mars/README
r79 r82 587 587 specify (in callphys.def; using datadir=/whatever/path/to/use ) the path 588 588 to external datafiles (topography, surface properties, etc.) 589 590 == 28/02/2011 == JBM+AS 591 >> used settings reached by JBM to obtain his PhD results 592 alb_surfice = 0.45 --- in physiq.F and meso_physiq.F 593 ccn_factor = 4.5 --- in watercloud.F 594 nuice_sed = 0.45 --- in callsedim.F 595 >> NB: this is supposed to be further refined in the future -
trunk/mars/libf/phymars/callsedim.F
r38 r82 63 63 real rfall(ngridmx,nlayermx) 64 64 c Sedimentation effective variance of water ice 65 REAL, PARAMETER :: nuice_sed = 0. 165 REAL, PARAMETER :: nuice_sed = 0.45 !! TESTS_JB !! 0.1 avant 66 66 67 67 c Discrete size distributions (doubleq) -
trunk/mars/libf/phymars/meso_physiq.F
r81 r82 238 238 ! of the size distribution 239 239 c Albedo of deposited surface ice 240 REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 240 !!REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 241 REAL, PARAMETER :: alb_surfice = 0.45 !!TESTS_JB 241 242 242 243 SAVE day_ini, icount … … 1630 1631 wtsurf(1:ngrid) = tsurf(1:ngrid) !! surface temperature 1631 1632 wco2ice(1:ngrid) = co2ice(1:ngrid) !! co2 ice 1632 mtot(1:ngrid) = mtot(1:ngrid) * 1.e6 / 917.1633 mtot(1:ngrid) = mtot(1:ngrid) * 1.e6 / rho_ice 1633 1634 IF (igcm_h2o_ice .ne. 0) THEN 1634 1635 qsurfice(1:ngrid) = qsurf(1:ngrid,igcm_h2o_ice) -
trunk/mars/libf/phymars/physiq.F
r38 r82 187 187 ! of the size distribution 188 188 c Albedo of deposited surface ice 189 REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 189 !!REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 190 REAL, PARAMETER :: alb_surfice = 0.45 !!TESTS_JB 190 191 191 192 SAVE day_ini, icount -
trunk/mars/libf/phymars/watercloud.F
r38 r82 56 56 ! (particules kg-1) 57 57 c CCN reduction factor 58 REAL, PARAMETER :: ccn_factor = 1.58 REAL, PARAMETER :: ccn_factor = 4.5 !! comme TESTS_JB // 1. avant 59 59 real rdust(ngridmx,nlayermx) ! Dust geometric mean radius (m) 60 60 -
trunk/mesoscale/LMDZ.MARS.new/libf/phymars/physiq.F
r73 r82 187 187 ! of the size distribution 188 188 c Albedo of deposited surface ice 189 REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 189 !!REAL, PARAMETER :: alb_surfice = 0.4 ! 0.45 190 REAL, PARAMETER :: alb_surfice = 0.45 !!TESTS_JB 190 191 191 192 SAVE day_ini, icount
Note: See TracChangeset
for help on using the changeset viewer.