Changeset 1528 for LMDZ4/branches/LMDZ4_AR5/libf/cosp/cosp_lidar.F90
- Timestamp:
- May 26, 2011, 2:06:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_AR5/libf/cosp/cosp_lidar.F90
r1279 r1528 69 69 mr_cl(:,:) = sghydro%mr_hydro(:,i,:,I_CVCLIQ) 70 70 mr_ci(:,:) = sghydro%mr_hydro(:,i,:,I_CVCICE) 71 frac_out(:,:) = sgx%frac_out(:,i,:) 71 72 call lidar_simulator(sgx%Npoints, sgx%Nlevels, 4 & 72 73 , PARASOL_NREFL, LIDAR_UNDEF & … … 74 75 , mr_ll, mr_li, mr_cl, mr_ci & 75 76 , gbx%Reff(:,:,I_LSCLIQ), gbx%Reff(:,:,I_LSCICE), gbx%Reff(:,:,I_CVCLIQ), gbx%Reff(:,:,I_CVCICE) & 76 , sgx%frac_out, gbx%lidar_ice_type, y%beta_mol, beta_tot, tau_tot &77 , frac_out, gbx%lidar_ice_type, y%beta_mol, beta_tot, tau_tot & 77 78 , refle ) ! reflectance 78 79
Note: See TracChangeset
for help on using the changeset viewer.