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

    r5099 r5101  
    1111
    1212  USE mod_grid_phy_lmdz
    13   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    14   USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
     13  USE mod_phys_lmdz_mpi_data, ONLY:  is_mpi_root
     14  USE mod_phys_lmdz_omp_data, ONLY:  is_omp_root
    1515
    1616  USE mod_phys_lmdz_para
    1717  USE dimphy
    18   USE phys_cal_mod, ONLY : mth_cur
     18  USE phys_cal_mod, ONLY: mth_cur
    1919  USE infotrac_phy
    2020  USE aerophys
    2121  USE lmdz_yomcst
    22   USE strataer_local_var_mod, ONLY : flag_newclim_file
     22  USE strataer_local_var_mod, ONLY: flag_newclim_file
    2323 
    2424  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.