Changeset 2428 for LMDZ5/trunk/libf/phylmd/cosp/cosp_misr_simulator.F90
- Timestamp:
- Jan 27, 2016, 10:42:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/cosp_misr_simulator.F90
r1907 r2428 1 1 ! (c) British Crown Copyright 2008, the Met Office. 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/cosp_misr_simulator.F90 $ 3 5 ! 4 6 ! Redistribution and use in source and binary forms, with or without modification, are permitted … … 48 50 49 51 ! Local variables 50 integer :: i,Nlevels,Npoints52 integer :: Nlevels,Npoints 51 53 real :: dtau_s(gbx%Npoints, gbx%Nlevels) 52 54 real :: dtau_c(gbx%Npoints, gbx%Nlevels) … … 58 60 ! zfull(npoints,1) is top level of model 59 61 ! zfull(npoints,nlev) is bottom level of model 60 real :: phy_t0p1_mean_ztop ! mean cloud top height(m) of 0.1 tau treshold61 real :: fq_phy_t0p1_TAU_v_CTH(7,16)62 62 63 63 64 64 Nlevels = gbx%Nlevels 65 65 Npoints = gbx%Npoints … … 73 73 74 74 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, & 76 76 y%fq_MISR,y%MISR_dist_model_layertops,y%MISR_meanztop,y%MISR_cldarea) 77 77
Note: See TracChangeset
for help on using the changeset viewer.