Changeset 4781


Ignore:
Timestamp:
Dec 21, 2023, 10:31:21 PM (5 months ago)
Author:
evignon
Message:

petite correction commit precedent

File:
1 edited

Legend:

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

    r4780 r4781  
    140140  pr_asym=0.4
    141141  CALL getin_p('atke_pr_asym',pr_asym)
    142   if (pr_asym .le. pr_neut) then
     142  if (pr_asym .ge. pr_neut) then
    143143        call abort_physic("atke_turbulence_ini", &
    144         'pr_asym must be be greater than pr_neut', 1)
     144        'pr_asym must be be lower than pr_neut', 1)
    145145  endif
    146146
Note: See TracChangeset for help on using the changeset viewer.