Changeset 1934 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- May 31, 2018, 11:28:49 PM (6 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/co2cloud.F
r1933 r1934 30 30 USE newsedim_mod, ONLY: newsedim 31 31 USE datafile_mod, ONLY: datadir 32 USE improvedCO2clouds_mod, ONLY: improvedCO2clouds 32 33 33 34 IMPLICIT NONE -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r1922 r1934 222 222 ! (used only when tifeedback=.true.) 223 223 c Variables used by the CO2 clouds microphysical scheme: 224 REALriceco2(ngrid,nlayer) ! co2 ice geometric mean radius (m)224 DOUBLE PRECISION riceco2(ngrid,nlayer) ! co2 ice geometric mean radius (m) 225 225 real rsedcloudco2(ngrid,nlayer) !CO2 Cloud sedimentation radius 226 226 real rhocloudco2(ngrid,nlayer) !co2 Cloud density (kg.m-3)
Note: See TracChangeset
for help on using the changeset viewer.