Changeset 358 for trunk/LMDZ.MARS/README
- Timestamp:
- Nov 7, 2011, 6:39:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r342 r358 1160 1160 - Advection of sharp tracer profiles has been successfully observed, similar to the old method. 1161 1161 1162 == 07/11/11 == JBM 1163 >>> Changed watercloud.F to call two separate routines, 1164 simpleclouds.F or improvedclouds.F, which are a simplified and 1165 full microphysical scheme for cloud formation, respectively. 1166 Removed the tag called "improved" in watercloud.F, and added 1167 another tag called "microphys" which is defined in callphys.F 1168 instead. Changed routines: callkeys, inifis, physiq, watercloud. 1169 1170 >>> Reimplemented the use of typical profiles of dust particle sizes 1171 and CCNs in simpleclouds.F. Corrected the previously used 1172 analytical CCN profile. Moved ccn_factor to simpleclouds.F, 1173 which won't be used in the new microphysical scheme. Changed 1174 routines: aeropacity, physiq, simpleclouds, watercloud. 1175 1176 >>> Computed rdust at the end of callsedim instead of updatereffrad, 1177 except at firstcall. Renamed rfall into rsedcloud and moved it 1178 in simpleclouds. Moved nuice_sed to initracer.F and added it to 1179 tracer.h. Changed routines: callsedim, physiq, tracer.h, 1180 watercloud, initracer, simpleclouds, updatereffrad. 1181 1182 >>> Added two tracers for the CCNs. Added the different tests in 1183 initracer.F to make sure that, for example, microphys is not 1184 used without doubleq, etc. Corrected an inconsistency in 1185 callsedim.F, and changed the way r0 is updated. Changes 1186 routines: callsedim, inifis, initracer, physiq, testphys1d, 1187 tracer.h. 1188 1189 >>> Added the ability to have a spatially variable density in 1190 newsedim (same method as that used for the radius of 1191 sedimentation). Required the addition of one input to newsedim, 1192 which is the size of the density variable "rho". Changed 1193 routines: callsedim, newsedim. 1194 1195 >>> Added an output to aeropacity called "tauscaling", which is a 1196 factor to convert dust_mass and dust_number to true quantities, 1197 based on tauvis. Removed ccn and qdust from aeropacity, which 1198 are obsolete now. 1199 1200 >>> Wrote improvedcloud.F which includes all the microphysical 1201 scheme, and connected it to the sedimentation scheme. Added and 1202 changed routines: callsedim, physiq, growthrate, nuclea, 1203 improvedclouds, initracer, watercloud, microphys.h. 1204 1205 == 07/11/11 == TN 1206 1207 >> Added CCN & dust tracers updates in physiq.F 1208 Corrected a bug that can give negative CCN numbers, due to the 1209 use of single precision values (only 6 decimals) whereas up to 10E+10 1210 CCN can be formed or disappears... 1211 1212 >> Corrected physical bug that causes h2o_vap or h2o_ice 1213 to be negative in improvedclouds.F. 1214 1215 >> Corrected physical bug that causes CCN & dust tracers 1216 to be negative in improvedclouds.F when all ice sublimates and 1217 releases dust 1218 1219 >> Added parameter contact mteta in callphys.def 1220 Default value is still 0.95, see inifis.F 1221 1222 >> Changed tendancy computation for dust_number in improvedclouds.F 1223 that was not the right one. Indeed, the scavenged dust_number tracer 1224 is computed from the dust_mass one, and its tendancy before scavenging 1225 must be taken into account to compute its scavenging's tendancy.
Note: See TracChangeset
for help on using the changeset viewer.