Changeset 5816 for LMDZ6/trunk/libf/phylmd/clouds_gno.f90
- Timestamp:
- Sep 17, 2025, 11:24:26 AM (2 months ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/clouds_gno.f90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/clouds_gno.f90
r5268 r5816 2 2 ! $Header$ 3 3 4 5 4 ! ================================================================================ 5 !$gpum horizontal klon 6 MODULE clouds_gno_mod 7 8 PRIVATE 9 10 PUBLIC clouds_gno 11 12 CONTAINS 6 13 7 14 SUBROUTINE clouds_gno(klon, nd, r, rs, qsub, ptconv, ratqsc, cldf) … … 54 61 REAL pi, u, v, erfcu, erfcv 55 62 REAL xx1, xx2 56 REAL erf,hsqrtlog_2, v263 REAL hsqrtlog_2, v2 57 64 REAL sqrtpi, sqrt2, zx1, zx2, exdel 58 65 ! lconv = true si le calcul a converge (entre autre si qsub < min_q) … … 258 265 END SUBROUTINE clouds_gno 259 266 260 261 267 END MODULE clouds_gno_mod
Note: See TracChangeset
for help on using the changeset viewer.
