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.MARS/libf/dynphy_lonlat/phymars/iniphysiq_mod.F90

    r1563 r1564  
    1414use temps_mod, only: day_ini, hour_ini
    1515use phys_state_var_init_mod, only: phys_state_var_init
    16 
     16use inigeomphy_mod, only: inigeomphy
    1717use geometry_mod, only: cell_area, & ! physics grid area (m2)
    1818                        longitude, & ! longitudes (rad)
     
    4949  !------------------------------------------
    5050  ! --> initialize physics distribution, global fields and geometry
    51   CALL inigeom(ii,jj,nlayer, &
     51  CALL inigeomphy(ii,jj,nlayer, &
    5252               nbp, communicator, &
    5353               rlatudyn,rlatvdyn, &
Note: See TracChangeset for help on using the changeset viewer.