Changeset 1564 for trunk/LMDZ.GENERIC


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

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1549 r1564  
    12181218== 06/05/2016 == EM
    12191219- turn physiq.F90 into module physiq_mod.F90
     1220
     1221== 20/05/2016 == AS+EM
     1222- cleanup around iniphysiq: separate things between planet-independent
     1223  initializations (now done by inigeomphy in dynphy_lonlat) and
     1224  mosre physics-package specific things (remain in iniphysiq).
  • 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.