Ignore:
Timestamp:
Mar 7, 2018, 10:59:04 AM (7 years ago)
Author:
idelkadi
Message:

Nettoyage du code :

  • changement de nomes des routines pour avoir les memes nome des modules
  • corrections
  • dos2unix appliquee aux fichiers
  • Rajouter "implicit none" pour les routines ne le comportant pas
  • Suppression des commentaires unitils

Corrections pour tourner en mode debug :

controle par la cles ok_debug_cosp dans mod_cosp_constants.F90
la valeur par defaut etant .false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/cosp/read_cosp_output_nl.F90

    r3173 r3242  
    1010    USE xios, ONLY: xios_field_is_active
    1111#endif
    12 
     12  implicit none
    1313  character(len=*),intent(in) :: cosp_nl
    1414  type(cosp_config),intent(out) :: cfg
     
    127127  CALL bcast(Lmeantbisccp)
    128128  CALL bcast(Lmeantbclrisccp)
    129   CALL bcast(Lfrac_out)
     129  CALL bcast(Lfracout)
    130130  CALL bcast(LlidarBetaMol532)
    131131  CALL bcast(Lcltmodis)
     
    239239  if ((.not.Lradar_sim).and.(.not.Llidar_sim).and. &
    240240      (.not.Lisccp_sim).and.(.not.Lmisr_sim)) then
    241     Lfrac_out = .false.
     241    Lfracout = .false.
    242242  endif
    243243 if (.not.Lmodis_sim) then
     
    533533  cfg%Lcrlmodis=Lcrlmodis
    534534 
    535     if (itap.gt.1) then
     535#ifdef CPP_XIOS
     536 if (itap.gt.1) then
    536537
    537538! VEREFIER LES CHAMPS DEMANDES DANS .XML
     
    709710       xios_field_is_active("crlmodis")) cfg%Lmodis_sim=.TRUE.
    710711
    711   endif
    712 
     712 endif
     713#endif
    713714
    714715 END SUBROUTINE READ_COSP_OUTPUT_NL
Note: See TracChangeset for help on using the changeset viewer.