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/cosp_misr_simulator.F90

    r2298 r2435  
    11! (c) British Crown Copyright 2008, the Met Office.
    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/cosp_misr_simulator.F90 $
    35!
    46! Redistribution and use in source and binary forms, with or without modification, are permitted
     
    4850 
    4951  ! Local variables
    50   integer :: i,Nlevels,Npoints
     52  integer :: Nlevels,Npoints
    5153  real :: dtau_s(gbx%Npoints, gbx%Nlevels)
    5254  real :: dtau_c(gbx%Npoints, gbx%Nlevels)
     
    5860                                          !  zfull(npoints,1)    is    top level of model
    5961                                          !  zfull(npoints,nlev) is bottom level of model
    60   real :: phy_t0p1_mean_ztop              ! mean cloud top height(m) of 0.1 tau treshold
    61   real :: fq_phy_t0p1_TAU_v_CTH(7,16)     
    6262     
    63        
     63   
    6464  Nlevels = gbx%Nlevels
    6565  Npoints = gbx%Npoints
     
    7373 
    7474  call MISR_simulator(gbx%npoints,gbx%nlevels,gbx%ncolumns,&
    75                      sunlit,zfull,at,dtau_s,dtau_c,frac_out, &
     75                     sunlit,zfull,at,dtau_s,dtau_c,frac_out, R_UNDEF, &
    7676                     y%fq_MISR,y%MISR_dist_model_layertops,y%MISR_meanztop,y%MISR_cldarea)
    7777           
Note: See TracChangeset for help on using the changeset viewer.