Changeset 1621 for trunk/LMDZ.GENERIC/README
- Timestamp:
- Oct 25, 2016, 9:23:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1600 r1621 1262 1262 should not return the maximum index (leads to out-of-bounds index use in 1263 1263 the caller). 1264 1265 == 25/10/2016 == EM 1266 Updates for full physics/dynamics separation: 1267 - introduced module vertical_layers_mod.F90 in phy_common to store information 1268 about the vertical grid to be used in the physics. Routines in the physics 1269 should "use vertical_layers_mod" and not "use comvert_mod". 1270 - added nqtot to tracer_h.F90. Always "use tracer_h" in physics instead of 1271 infotrac (which is in the dynamics). 1272 - removed some purely dynamics-related outputs (etot0, zoom parameters, etc.) 1273 from diagfi.nc and stats.nc outputs as these informations are not available 1274 in the physics. 1275 - added scalheight (atmospheric scale height) in comvert_mod. 1276
Note: See TracChangeset
for help on using the changeset viewer.