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

    r5111 r5112  
    3333    USE FLOTT_GWD_rando_m, ONLY: FLOTT_GWD_rando
    3434    USE fonte_neige_mod, ONLY: fonte_neige_get_vars
    35     USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg
     35    USE lmdz_geometry, ONLY: cell_area, latitude_deg, longitude_deg
    3636    USE ioipsl, ONLY: histbeg, histvert, histdef, histend, histsync, &
    3737            histwrite, ju2ymds, ymds2ju, getin
    38     USE ioipsl_getin_p_mod, ONLY: getin_p
     38    USE lmdz_ioipsl_getin_p, ONLY: getin_p
    3939    USE indice_sol_mod
    4040    USE infotrac_phy, ONLY: nqtot, nbtr, nqo, tracers, type_trac
     
    6161    USE phys_output_mod
    6262    USE phys_output_ctrlout_mod
    63     USE print_control_mod, ONLY: mydebug => debug, lunout, prt_level, &
     63    USE lmdz_print_control, ONLY: mydebug => debug, lunout, prt_level, &
    6464            alert_first_call, call_alert, prt_alerte
    6565    USE readaerosol_mod, ONLY: init_aero_fromfile
     
    7474    USE ice_sursat_mod, ONLY: flight_init, airplane
    7575    USE vampir
    76     USE write_field_phy
     76    USE lmdz_write_field_phy
    7777    USE wxios, ONLY: g_ctx, wxios_set_context
    7878    USE lmdz_lscp, ONLY: lscp
     
    9393    USE phys_output_var_mod, ONLY: cloud_cover_sw, cloud_cover_sw_s2
    9494
    95     USE geometry_mod, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo
     95    USE lmdz_geometry, ONLY: longitude, latitude, boundslon, boundslat, ind_cell_glo
    9696    USE time_phylmdz_mod, ONLY: ndays
    9797    USE infotrac_phy, ONLY: nqCO2
    9898
    9999    USE time_phylmdz_mod, ONLY: annee_ref, day_ini, day_ref, start_time
    100     USE vertical_layers_mod, ONLY: aps, bps, ap, bp
     100    USE lmdz_vertical_layers, ONLY: aps, bps, ap, bp
    101101
    102102    USE lmdz_xios, ONLY: xios_update_calendar, xios_context_finalize, xios_get_field_attr, &
Note: See TracChangeset for help on using the changeset viewer.