Changeset 4077 for trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90
- Timestamp:
- Feb 18, 2026, 10:28:23 AM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90
r4055 r4077 12 12 use radinc_h, only: ini_radinc_h, naerkind 13 13 use radcommon_h, only: ini_radcommon_h 14 use radii_mod, only: radfixed, Nmix_co214 use aerosol_radius, only: radfixed, Nmix_co2 15 15 use datafile_mod, only: datadir 16 16 use comdiurn_h, only: sinlat, coslat, sinlon, coslon … … 27 27 use ioipsl_getin_p_mod, only : getin_p 28 28 use mod_phys_lmdz_para, only : is_parallel, is_master, bcast 29 use newton_cooling_hotJ, only: planetary_suffix29 use rad_netwon_cooling_hot_jupiter, only: planetary_suffix 30 30 31 31 !======================================================================= … … 80 80 CHARACTER(len=20) :: rname="inifis" ! routine name, for messages 81 81 82 EXTERNAL iniorbit,orbite82 EXTERNAL ephemeris_orbit_init,ephemeris_orbit 83 83 EXTERNAL SSUM 84 84 REAL SSUM
Note: See TracChangeset
for help on using the changeset viewer.
