Changeset 3286


Ignore:
Timestamp:
Mar 19, 2018, 1:27:22 PM (6 years ago)
Author:
idelkadi
Message:
  • La cles ok_debug_cosp pour tourner en mode debug est mise a true par defaut
  • Correction dans le simulateur Modis
Location:
LMDZ6/trunk/libf/phylmd/cosp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_constants.F90

    r3241 r3286  
    4040
    4141    ! Mode debug ou prod (AI 0302018)
    42     logical :: ok_debug_cosp = .false.
     42    logical :: ok_debug_cosp = .true.
    4343
    4444    ! Indices to address arrays of LS and CONV hydrometeors
  • LMDZ6/trunk/libf/phylmd/cosp/mod_modis_sim.F90

    r3241 r3286  
    596596    ! Set clear-scenes to undefined
    597597    ! ########################################################################################
    598     where (Cloud_Fraction_High_Mean == 0)  Cloud_Fraction_High_Mean = R_UNDEF
    599     where (Cloud_Fraction_Mid_Mean == 0)   Cloud_Fraction_Mid_Mean = R_UNDEF
    600     where (Cloud_Fraction_Low_Mean == 0)   Cloud_Fraction_Low_Mean = R_UNDEF
     598!    where (Cloud_Fraction_High_Mean == 0)  Cloud_Fraction_High_Mean = R_UNDEF
     599!    where (Cloud_Fraction_Mid_Mean == 0)   Cloud_Fraction_Mid_Mean = R_UNDEF
     600!    where (Cloud_Fraction_Low_Mean == 0)   Cloud_Fraction_Low_Mean = R_UNDEF
    601601
    602602    ! ########################################################################################
Note: See TracChangeset for help on using the changeset viewer.