Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (4 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/time_phylmdz_mod.F90

    r5099 r5101  
    3636  SUBROUTINE init_time(annee_ref_, day_ref_, day_ini_, start_time_, &
    3737                       ndays_, pdtphys_)
    38   USE ioipsl_getin_p_mod, ONLY : getin_p
     38  USE ioipsl_getin_p_mod, ONLY: getin_p
    3939  USE phys_cal_mod, ONLY: phys_cal_init
    4040  IMPLICIT NONE
     
    7979  SUBROUTINE update_time(pdtphys_)
    8080  ! This subroutine updates the module saved variables.
    81   USE ioipsl, ONLY : ymds2ju
     81  USE ioipsl, ONLY: ymds2ju
    8282  USE phys_cal_mod, ONLY: phys_cal_update
    8383  USE print_control_mod, ONLY: lunout
Note: See TracChangeset for help on using the changeset viewer.