Ignore:
Timestamp:
Dec 15, 2016, 10:24:26 AM (8 years ago)
Author:
Ehouarn Millour
Message:

Removing unnecessary references to files in the dynamics from the physics:

  • phys_output_write_mod: use infotrac_phy, not infotrac.
  • iophys: global grid sizes iim and jjp1 are nbp_lon and nbp_lat, from module mod_grid_phy_lmdz.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2704 r2733  
    2525
    2626    USE dimphy, ONLY: klon, klev, klevp1
    27     USE infotrac, ONLY: nbtr
     27    USE infotrac_phy, ONLY: nbtr
    2828    USE mod_phys_lmdz_para, ONLY: is_north_pole_phy,is_south_pole_phy
    2929    USE mod_grid_phy_lmdz, ONLY : nbp_lon, nbp_lat
Note: See TracChangeset for help on using the changeset viewer.