Changeset 4883 for LMDZ6/trunk/libf
- Timestamp:
- Mar 28, 2024, 9:44:41 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_lscp_ini.F90
r4882 r4883 391 391 392 392 393 ! check consistency between the use of the processes-oriented precipitation formulations394 ! and other options395 396 IF (ok_poprecip) THEN397 IF ((iflag_evap_prec .LT. 4) .OR. (niter_lscp .GT. 1)) THEN398 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 ENDIF401 ENDIF402 403 393 !--Initialisations of constants depending on other constants 404 394 !--rho_snow formula from r_snow (Brandes et al. 2007 - JAMC)
Note: See TracChangeset
for help on using the changeset viewer.