Changeset 1564 for trunk/LMDZ.GENERIC
- Timestamp:
- May 20, 2016, 8:16:32 AM (9 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1549 r1564 1218 1218 == 06/05/2016 == EM 1219 1219 - 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 18 18 use ioipsl_getin_p_mod, only: getin_p 19 19 20 20 use inigeomphy_mod, only: inigeomphy 21 21 use geometry_mod, only: cell_area, & ! physics grid area (m2) 22 22 longitude, & ! longitudes (rad) … … 57 57 !------------------------------------------ 58 58 ! --> initialize physics distribution, global fields and geometry 59 CALL inigeom (ii,jj,nlayer, &59 CALL inigeomphy(ii,jj,nlayer, & 60 60 nbp, communicator, & 61 61 rlatudyn,rlatvdyn, &
Note: See TracChangeset
for help on using the changeset viewer.