Ignore:
Timestamp:
May 30, 2016, 10:46:40 PM (8 years ago)
Author:
oboucher
Message:

Reviewing the way swaero_diag is computed to correct an old bug that
makes topswad and co diagnostics wrong for the first timestep...
And introducing swaero_diag in rrtm/recmwf_aero so that double and
triple radiation calls when diagnostics are not needed to save time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2525 r2529  
    35133513               ZSWFT0_i, ZFSDN0, ZFSUP0)
    35143514
     3515          !--OB 30/05/2016
     3516          !--here we return swaero_diag to FALSE
     3517          !--and histdef will switch it back to TRUE if necessary
     3518          !--this is necessary to get the right swaero at first step
     3519          IF (debut) swaero_diag = .FALSE.
    35153520          !
    35163521          !IM 2eme calcul radiatif pour le cas perturbe ou au moins un
Note: See TracChangeset for help on using the changeset viewer.