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/strataer_nuc_mod.F90

    r5099 r5101  
    1010  SUBROUTINE strataer_nuc_init()
    1111   
    12     USE ioipsl_getin_p_mod, ONLY : getin_p
    13     USE print_control_mod, ONLY : lunout
    14     USE mod_phys_lmdz_para, ONLY : is_master
     12    USE ioipsl_getin_p_mod, ONLY: getin_p
     13    USE print_control_mod, ONLY: lunout
     14    USE mod_phys_lmdz_para, ONLY: is_master
    1515    USE strataer_local_var_mod, ONLY: ALPH2SO4,flag_nuc_rate_box,nuclat_min,nuclat_max, &
    1616         nucpres_min,nucpres_max
     
    5050   
    5151    USE infotrac_phy, ONLY: nbtr, nbtr_sulgas, id_H2SO4_strat
    52     USE ioipsl, ONLY : getin
    53     USE print_control_mod, ONLY : lunout
     52    USE ioipsl, ONLY: getin
     53    USE print_control_mod, ONLY: lunout
    5454   
    5555    ! Output variables
Note: See TracChangeset for help on using the changeset viewer.