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

    r5111 r5112  
    1111  USE dimphy
    1212  USE lmdz_phys_para
    13   USE write_field_phy
     13  USE lmdz_write_field_phy
    1414
    1515#ifdef CPP_COUPLE
     
    115115    USE chemistry_cycle_mod, ONLY: dms_cycle_cpl, n2o_cycle_cpl
    116116    USE lmdz_xios 
    117     USE print_control_mod, ONLY: lunout
     117    USE lmdz_print_control, ONLY: lunout
    118118    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid_type, unstructured, regular_lonlat
    119     USE geometry_mod, ONLY: ind_cell_glo                   
     119    USE lmdz_geometry, ONLY: ind_cell_glo
    120120    USE lmdz_phys_mpi_data, ONLY: klon_mpi_para_nb
    121121    USE config_ocean_skin_m, ONLY: activate_ocean_skin
     
    402402!======================================================================
    403403
    404     USE print_control_mod, ONLY: lunout
     404    USE lmdz_print_control, ONLY: lunout
    405405    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat
    406406    USE lmdz_abort_physic, ONLY: abort_physic
     
    463463
    464464
    465     USE print_control_mod, ONLY: lunout
     465    USE lmdz_print_control, ONLY: lunout
    466466    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat
    467467    USE lmdz_abort_physic, ONLY: abort_physic
Note: See TracChangeset for help on using the changeset viewer.