Ignore:
Timestamp:
Jan 27, 2016, 10:42:32 AM (9 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_isccp_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_isccp_simulator.F90 $
    35!
    46! Redistribution and use in source and binary forms, with or without modification, are permitted
     
    4244 
    4345  ! Local variables
    44   integer :: i,Nlevels,Npoints
     46  integer :: Nlevels,Npoints
    4547  real :: pfull(gbx%Npoints, gbx%Nlevels)
    4648  real :: phalf(gbx%Npoints, gbx%Nlevels + 1)
     
    8486  y%fq_isccp(:,:,:) = y%fq_isccp(:,:,7:1:-1)
    8587     
    86   ! Change boxptop from hPa to Pa. This avoids using UDUNITS in CMOR
    87 !  y%boxptop = y%boxptop*100.0
    88  
     88 
    8989  ! Check if there is any value slightly greater than 1
    9090  where ((y%totalcldarea > 1.0-1.e-5) .and. (y%totalcldarea < 1.0+1.e-5))
Note: See TracChangeset for help on using the changeset viewer.