Ignore:
Timestamp:
May 20, 2016, 8:16:32 AM (9 years ago)
Author:
emillour
Message:

All GCMS:

  • correction wrt previous commit: inigeom is also the name of a routine

in dyn3d_common! To avoid confusion rename inigeom (in dynphy_lonlat)
inigeomphy.

  • cosmetic cleanup in leapfrog ('fake' calls to init_phys_lmdz,

which no longer exists, removed).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/iniphysiq_mod.F90

    r1563 r1564  
    1818use ioipsl_getin_p_mod, only: getin_p
    1919
    20 
     20use inigeomphy_mod, only: inigeomphy
    2121use geometry_mod, only: cell_area, & ! physics grid area (m2)
    2222                        longitude, & ! longitudes (rad)
     
    5757  !------------------------------------------
    5858  ! --> initialize physics distribution, global fields and geometry
    59   CALL inigeom(ii,jj,nlayer, &
     59  CALL inigeomphy(ii,jj,nlayer, &
    6060               nbp, communicator, &
    6161               rlatudyn,rlatvdyn, &
Note: See TracChangeset for help on using the changeset viewer.