Ignore:
Timestamp:
Jul 24, 2024, 12:45:32 PM (4 months ago)
Author:
abarral
Message:

Rename modules in phy_common from *_mod > lmdz_*

File:
1 edited

Legend:

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

    r5111 r5112  
    2323! in the module are compiled and not the subroutines.
    2424  USE oasis
    25   USE write_field_phy
     25  USE lmdz_write_field_phy
    2626  USE time_phylmdz_mod, ONLY: day_step_phy
    2727 
     
    138138    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid1dTo2d_glo, klon_glo, grid_type, unstructured, regular_lonlat
    139139    USE time_phylmdz_mod, ONLY: annee_ref, day_ini, itau_phy, itaufin_phy
    140     USE print_control_mod, ONLY: lunout
    141     USE geometry_mod, ONLY: longitude_deg, latitude_deg, ind_cell_glo, cell_area
    142     USE ioipsl_getin_p_mod, ONLY: getin_p
     140    USE lmdz_print_control, ONLY: lunout
     141    USE lmdz_geometry, ONLY: longitude_deg, latitude_deg, ind_cell_glo, cell_area
     142    USE lmdz_ioipsl_getin_p, ONLY: getin_p
    143143    USE config_ocean_skin_m, ONLY: activate_ocean_skin
    144144    USE lmdz_abort_physic, ONLY: abort_physic
     
    408408! are stored in this module.
    409409    USE surface_data
    410     USE geometry_mod, ONLY: longitude_deg, latitude_deg
     410    USE lmdz_geometry, ONLY: longitude_deg, latitude_deg
    411411    USE carbon_cycle_mod, ONLY: carbon_cycle_cpl
    412412    USE indice_sol_mod
Note: See TracChangeset for help on using the changeset viewer.