Ignore:
Timestamp:
Jan 27, 2016, 10:42:32 AM (8 years ago)
Author:
idelkadi
Message:

Mise a jour du simulateur COSP (passage de la version v3.2 a la version v1.4) :

  • mise a jour des sources pour ISCCP, CALIPSO et PARASOL
  • prise en compte des changements de phases pour les nuages (Calipso)
  • rajout de plusieurs diagnostiques (fraction nuageuse en fonction de la temperature, ...)

http://lmdz.lmd.jussieu.fr/Members/aidelkadi/cosp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/cosp/cosp_misr_simulator.F90

    r1907 r2428  
    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.