Changeset 3769
- Timestamp:
- May 16, 2025, 4:41:36 PM (5 weeks ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/moistadj.F90 ¶
r1384 r3769 44 44 ! PARAMETER (t_coup=234.0) 45 45 REAL seuil_vap 46 PARAMETER (seuil_vap=1.0E-1 0)46 PARAMETER (seuil_vap=1.0E-14) 47 47 48 48 ! Local variables -
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/moistadj_generic.F90 ¶
r3279 r3769 53 53 ! PARAMETER (t_coup=234.0) 54 54 REAL seuil_vap 55 PARAMETER (seuil_vap=1.0E-1 0)55 PARAMETER (seuil_vap=1.0E-14) 56 56 57 57 ! Local variables
Note: See TracChangeset
for help on using the changeset viewer.