Ignore:
Timestamp:
Jan 28, 2016, 5:02:13 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2396:2434 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/cosp/pf_to_mr.F

    r2298 r2435  
    11! (c) 2008, Lawrence Livermore National Security Limited Liability Corporation.
    22! 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 $
    35!
    46! Redistribution and use in source and binary forms, with or without modification, are permitted
     
    3537      INTEGER ncol          !  number of subcolumns
    3638
    37       INTEGER i,j,ilev,ibox
     39      INTEGER j,ilev,ibox
    3840     
    39       REAL rain_ls(npoints,nlev),snow_ls(npoints,nlev) ! large-scale precipitation flux
     41      REAL rain_ls(npoints,nlev),snow_ls(npoints,nlev) ! large-scale precip. flux
    4042      REAL grpl_ls(npoints,nlev)
    41       REAL rain_cv(npoints,nlev),snow_cv(npoints,nlev) ! convective precipitation flux
     43      REAL rain_cv(npoints,nlev),snow_cv(npoints,nlev) ! convective precip. flux
    4244
    4345      REAL prec_frac(npoints,ncol,nlev) ! 0 -> clear sky
     
    5456      REAL term1x2r,term1x2s,term1x2g,t123r,t123s,t123g
    5557     
    56       ! method from Khairoutdinov and Randall (2003 JAS)               
     58      ! method from Khairoutdinov and Randall (2003 JAS)
    5759
    5860      ! --- List of constants from Appendix B
Note: See TracChangeset for help on using the changeset viewer.