Changeset 4883


Ignore:
Timestamp:
Mar 28, 2024, 9:44:41 PM (5 weeks ago)
Author:
evignon
Message:

suppression d'une condition d'activation de poprecip suite a l'atelier nuages du jour

File:
1 edited

Legend:

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

    r4882 r4883  
    391391
    392392
    393     ! check consistency between the use of the processes-oriented precipitation formulations
    394     ! and other options
    395    
    396     IF (ok_poprecip) THEN
    397         IF ((iflag_evap_prec .LT. 4) .OR. (niter_lscp .GT. 1)) THEN
    398            abort_message = 'in lscp, ok_poprecip=y requires iflag_evap_prec >= 4 and niter_lscp=1'
    399            CALL abort_physic (modname,abort_message,1)
    400         ENDIF
    401     ENDIF
    402 
    403393    !--Initialisations of constants depending on other constants
    404394    !--rho_snow formula from r_snow (Brandes et al. 2007 - JAMC)
Note: See TracChangeset for help on using the changeset viewer.