- Timestamp:
- Mar 7, 2018, 10:59:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/cosp/read_cosp_output_nl.F90
r3173 r3242 10 10 USE xios, ONLY: xios_field_is_active 11 11 #endif 12 12 implicit none 13 13 character(len=*),intent(in) :: cosp_nl 14 14 type(cosp_config),intent(out) :: cfg … … 127 127 CALL bcast(Lmeantbisccp) 128 128 CALL bcast(Lmeantbclrisccp) 129 CALL bcast(Lfrac _out)129 CALL bcast(Lfracout) 130 130 CALL bcast(LlidarBetaMol532) 131 131 CALL bcast(Lcltmodis) … … 239 239 if ((.not.Lradar_sim).and.(.not.Llidar_sim).and. & 240 240 (.not.Lisccp_sim).and.(.not.Lmisr_sim)) then 241 Lfrac _out = .false.241 Lfracout = .false. 242 242 endif 243 243 if (.not.Lmodis_sim) then … … 533 533 cfg%Lcrlmodis=Lcrlmodis 534 534 535 if (itap.gt.1) then 535 #ifdef CPP_XIOS 536 if (itap.gt.1) then 536 537 537 538 ! VEREFIER LES CHAMPS DEMANDES DANS .XML … … 709 710 xios_field_is_active("crlmodis")) cfg%Lmodis_sim=.TRUE. 710 711 711 712 712 endif 713 #endif 713 714 714 715 END SUBROUTINE READ_COSP_OUTPUT_NL
Note: See TracChangeset
for help on using the changeset viewer.