Ignore:
Timestamp:
Feb 17, 2026, 2:45:53 PM (11 days ago)
Author:
jbclement
Message:

PEM:

  • Correct management of H2O ice tendency in 1D when there is not enough ice anymore.
  • Clean initialization of allocatable module arrays (especially needed when no slope)
  • One more renaming for consistency + few small updates thoughout the code.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/tendencies.F90

    r4071 r4074  
    178178real(dp)            :: Rz_old, Rz_new, R_dec, hum_dec, psv_max_old, psv_max_new
    179179integer(di)         :: iday
    180 real(dp), parameter :: coef_diff = 4.e-4 ! Diffusion coefficient
    181 real(dp), parameter :: zcdv = 0.0325     ! Drag coefficient
     180real(dp), parameter :: coef_diff = 4.e-4_dp ! Diffusion coefficient
     181real(dp), parameter :: zcdv = 0.0325_dp     ! Drag coefficient
    182182
    183183! CODE
Note: See TracChangeset for help on using the changeset viewer.