Changeset 1353 for trunk/LMDZ.MARS/libf/phymars/suaer.F90
- Timestamp:
- Oct 6, 2014, 6:31:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/suaer.F90
r1266 r1353 114 114 ! For dust: change readtesassim accordingly; 115 115 ! Reference wavelength in the infrared: 116 longrefir(iaer)= 9.3E-6116 longrefir(iaer)=dustrefir 117 117 !================================================================== 118 118 CASE("dust_doubleq") aerkind! Two-moment scheme for dust … … 127 127 ! If not equal to 0.67e-6 -> change readtesassim accordingly; 128 128 ! Reference wavelength in the infrared: 129 longrefir(iaer)= 9.3E-6129 longrefir(iaer)=dustrefir 130 130 !================================================================== 131 131 CASE("dust_submicron") aerkind ! Small dust population … … 139 139 ! If not equal to 0.67e-6 -> change readtesassim accordingly; 140 140 ! Reference wavelength in the infrared: 141 longrefir(iaer)= 9.3E-6141 longrefir(iaer)=dustrefir 142 142 !================================================================== 143 143 CASE("h2o_ice") aerkind ! Water ice crystals
Note: See TracChangeset
for help on using the changeset viewer.