Changeset 4386


Ignore:
Timestamp:
Jan 17, 2023, 10:11:45 AM (16 months ago)
Author:
oboucher
Message:

correcting issue with double radiation call diagnostics in the case of IOIPSL

Location:
LMDZ6/trunk/libf
Files:
2 edited

Legend:

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

    r4380 r4386  
    43684368 
    43694369#ifndef CPP_XIOS
    4370           !--OB 30/05/2016 modified 21/10/2016
    4371           !--here we return swaero_diag and dryaod_diag to FALSE
    4372           !--and histdef will switch it back to TRUE if necessary
    4373           !--this is necessary to get the right swaero at first step
    4374           !--but only in the case of no XIOS as XIOS is covered elsewhere
    4375           IF (debut) swaerofree_diag = .FALSE.
    4376           IF (debut) swaero_diag = .FALSE.
    4377           IF (debut) dryaod_diag = .FALSE.
    4378           !--IM 15/09/2017 here we return ok_4xCO2atm to FALSE
    4379           !--as for swaero_diag, see above
    4380           IF (debut) ok_4xCO2atm = .FALSE.
    4381 
    43824370          !
    43834371          !IM 2eme calcul radiatif pour le cas perturbe ou au moins un
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r4380 r4386  
    56325632 
    56335633#ifndef CPP_XIOS
    5634           !--OB 30/05/2016 modified 21/10/2016
    5635           !--here we return swaero_diag and dryaod_diag to FALSE
    5636           !--and histdef will switch it back to TRUE if necessary
    5637           !--this is necessary to get the right swaero at first step
    5638           !--but only in the case of no XIOS as XIOS is covered elsewhere
    5639           IF (debut) swaerofree_diag = .FALSE.
    5640           IF (debut) swaero_diag = .FALSE.
    5641           IF (debut) dryaod_diag = .FALSE.
    5642           !--IM 15/09/2017 here we return ok_4xCO2atm to FALSE
    5643           !--as for swaero_diag, see above
    5644           IF (debut) ok_4xCO2atm = .FALSE.
    5645 
    56465634          !
    56475635          !IM 2eme calcul radiatif pour le cas perturbe ou au moins un
Note: See TracChangeset for help on using the changeset viewer.