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

    r5111 r5112  
    1515  USE lmdz_grid_phy, ONLY: grid_type, unstructured
    1616  USE ioipsl, ONLY: ioget_year_len
    17   USE ioipsl_getin_p_mod, ONLY: getin_p
     17  USE lmdz_ioipsl_getin_p, ONLY: getin_p
    1818  USE time_phylmdz_mod, ONLY: annee_ref
    1919  USE create_etat0_unstruct_mod, ONLY: init_create_etat0_unstruct
     
    5757  USE phys_cal_mod, only: year_len
    5858  USE lmdz_phys_para, ONLY: is_omp_master
    59   USE ioipsl_getin_p_mod, ONLY: getin_p
     59  USE lmdz_ioipsl_getin_p, ONLY: getin_p
    6060  USE dimphy, ONLY: klon
    6161  USE lmdz_xios, ONLY: xios_context_finalize, xios_set_current_context, &
    6262                  xios_finalize
    63   USE print_control_mod, ONLY: lunout
     63  USE lmdz_print_control, ONLY: lunout
    6464  USE lmdz_abort_physic, ONLY: abort_physic
    6565  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.