Changeset 3332 for trunk/LMDZ.GENERIC
- Timestamp:
- May 17, 2024, 9:59:29 AM (6 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3322 r3332 1925 1925 Cleanup and cosmetics on convective adjustment routine. Make it a 1926 1926 module in the process. 1927 1928 == 17/05/2024 == EM 1929 Remove the call to radiative transfert at "lastcall". When iradia is 1930 not 1 this extra computation of radiative tendencies will break 1931 model restartability (the famous "1+1=2" requirement). -
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r3322 r3332 976 976 977 977 if (callrad) then 978 if( mod(icount-1,iradia).eq.0.or.lastcall) then 978 979 if( mod(icount-1,iradia).eq.0) then 979 980 980 981 ! Eclipse incoming sunlight (e.g. Saturn ring shadowing).
Note: See TracChangeset
for help on using the changeset viewer.