Ignore:
Timestamp:
Jul 24, 2024, 12:45:32 PM (3 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/surf_land_orchidee_mod.F90

    r5111 r5112  
    2525  USE cpl_mod, ONLY: cpl_send_land_fields, cpl_send_landice_fields
    2626  USE surface_data, ONLY: type_ocean, landice_opt
    27   USE geometry_mod, ONLY: dx, dy, boundslon, boundslat, longitude, latitude, cell_area, ind_cell_glo
     27  USE lmdz_geometry, ONLY: dx, dy, boundslon, boundslat, longitude, latitude, cell_area, ind_cell_glo
    2828  USE lmdz_grid_phy
    2929  USE lmdz_phys_para, mpi_root_rank => mpi_master
     
    5656    USE carbon_cycle_mod
    5757    USE indice_sol_mod
    58     USE print_control_mod, ONLY: lunout
     58    USE lmdz_print_control, ONLY: lunout
    5959    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat
    6060#ifdef CPP_VEGET
Note: See TracChangeset for help on using the changeset viewer.