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/phylmdiso/phyetat0_mod.F90

    r5099 r5101  
    1111
    1212  USE dimphy, only: klon, zmasq, klev
    13   USE iophy, ONLY : init_iophy_new
    14   USE ocean_cpl_mod,    ONLY : ocean_cpl_init
    15   USE fonte_neige_mod,  ONLY : fonte_neige_init
    16   USE pbl_surface_mod,  ONLY : pbl_surface_init
     13  USE iophy, ONLY: init_iophy_new
     14  USE ocean_cpl_mod,    ONLY: ocean_cpl_init
     15  USE fonte_neige_mod,  ONLY: fonte_neige_init
     16  USE pbl_surface_mod,  ONLY: pbl_surface_init
    1717#ifdef ISO
    18   USE fonte_neige_mod,  ONLY : fonte_neige_init_iso
    19   USE pbl_surface_mod,  ONLY : pbl_surface_init_iso
    20 #endif
    21   USE phyetat0_get_mod, ONLY : phyetat0_get, phyetat0_srf
    22   USE surface_data,     ONLY : type_ocean, version_ocean
    23   USE phys_state_var_mod, ONLY : ancien_ok, clwcon, detr_therm, phys_tstep, &
     18  USE fonte_neige_mod,  ONLY: fonte_neige_init_iso
     19  USE pbl_surface_mod,  ONLY: pbl_surface_init_iso
     20#endif
     21  USE phyetat0_get_mod, ONLY: phyetat0_get, phyetat0_srf
     22  USE surface_data,     ONLY: type_ocean, version_ocean
     23  USE phys_state_var_mod, ONLY: ancien_ok, clwcon, detr_therm, phys_tstep, &
    2424       qsol, fevap, z0m, z0h, agesno, &
    2525       du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
Note: See TracChangeset for help on using the changeset viewer.