Changeset 2428 for LMDZ5/trunk/libf/phylmd/cosp/pf_to_mr.F
- Timestamp:
- Jan 27, 2016, 10:42:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/pf_to_mr.F
r1907 r2428 1 1 ! (c) 2008, Lawrence Livermore National Security Limited Liability Corporation. 2 2 ! All rights reserved. 3 ! $Revision: 23 $, $Date: 2011-03-31 15:41:37 +0200 (jeu. 31 mars 2011) $ 4 ! $URL: http://cfmip-obs-sim.googlecode.com/svn/stable/v1.4.0/llnl/pf_to_mr.f $ 3 5 ! 4 6 ! Redistribution and use in source and binary forms, with or without modification, are permitted … … 35 37 INTEGER ncol ! number of subcolumns 36 38 37 INTEGER i,j,ilev,ibox39 INTEGER j,ilev,ibox 38 40 39 REAL rain_ls(npoints,nlev),snow_ls(npoints,nlev) ! large-scale precip itationflux41 REAL rain_ls(npoints,nlev),snow_ls(npoints,nlev) ! large-scale precip. flux 40 42 REAL grpl_ls(npoints,nlev) 41 REAL rain_cv(npoints,nlev),snow_cv(npoints,nlev) ! convective precip itationflux43 REAL rain_cv(npoints,nlev),snow_cv(npoints,nlev) ! convective precip. flux 42 44 43 45 REAL prec_frac(npoints,ncol,nlev) ! 0 -> clear sky … … 54 56 REAL term1x2r,term1x2s,term1x2g,t123r,t123s,t123g 55 57 56 ! method from Khairoutdinov and Randall (2003 JAS) 58 ! method from Khairoutdinov and Randall (2003 JAS) 57 59 58 60 ! --- List of constants from Appendix B
Note: See TracChangeset
for help on using the changeset viewer.