Changeset 4781
- Timestamp:
- Dec 21, 2023, 10:31:21 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_atke_turbulence_ini.F90
r4780 r4781 140 140 pr_asym=0.4 141 141 CALL getin_p('atke_pr_asym',pr_asym) 142 if (pr_asym . le. pr_neut) then142 if (pr_asym .ge. pr_neut) then 143 143 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) 145 145 endif 146 146
Note: See TracChangeset
for help on using the changeset viewer.