Changeset 5282 for LMDZ6/trunk/libf/dynphy_lonlat/phydev
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phydev/iniphysiq_mod.f90
r5268 r5282 11 11 rlatu,rlatv,rlonu,rlonv,aire,cu,cv, & 12 12 prad,pg,pr,pcpp,iflag_phys) 13 USE iniprint_mod_h 13 14 USE dimphy, ONLY: init_dimphy 14 15 USE inigeomphy_mod, ONLY: inigeomphy … … 22 23 ! 23 24 !======================================================================= 24 ! Initialisation of the physical constants and some positional and 25 ! Initialisation of the physical constants and some positional and 25 26 ! geometrical arrays for the physics 26 27 !======================================================================= 27 28 29 include "iniprint.h" 28 29 30 30 31 31 REAL,INTENT(IN) :: prad ! radius of the planet (m)
Note: See TracChangeset
for help on using the changeset viewer.