Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/nucleation_tstep_mod.F90

    r5099 r5101  
    1010  USE aerophys
    1111  USE infotrac_phy
    12   USE strataer_local_var_mod, ONLY : flag_new_nucl
     12  USE strataer_local_var_mod, ONLY: flag_new_nucl
    1313  USE lmdz_yomcst
    1414 
     
    3939  REAL ipr     ! Ion pair production rate (cm-3 s-1) NOT IN USE
    4040
    41   ! call nucleation routine
     41  ! CALL nucleation routine
    4242  IF (.NOT.flag_new_nucl) THEN
    4343    ! Use older routine from Hanna Vehkamäki (FMI)
     
    7373  USE aerophys
    7474  USE infotrac_phy
    75   USE strataer_local_var_mod, ONLY : Vbin
     75  USE strataer_local_var_mod, ONLY: Vbin
    7676 
    7777  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.