Changeset 3332 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
May 17, 2024, 9:59:29 AM (6 months ago)
Author:
emillour
Message:

Generic PCM:
Remove the call to radiative transfert at "lastcall". When iradia is
not 1 this extra computation of radiative tendencies will break
model restartability (the famous "1+1=2" requirement).
EM

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r3322 r3332  
    19251925Cleanup and cosmetics on convective adjustment routine. Make it a
    19261926module in the process.
     1927
     1928== 17/05/2024 == EM
     1929Remove the call to radiative transfert at "lastcall". When iradia is
     1930not 1 this extra computation of radiative tendencies will break
     1931model restartability (the famous "1+1=2" requirement).
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r3322 r3332  
    976976
    977977      if (callrad) then
    978          if( mod(icount-1,iradia).eq.0.or.lastcall) then
     978
     979         if( mod(icount-1,iradia).eq.0) then
    979980
    980981            ! Eclipse incoming sunlight (e.g. Saturn ring shadowing).
Note: See TracChangeset for help on using the changeset viewer.