Ignore:
Timestamp:
Feb 18, 2026, 10:28:23 AM (3 weeks ago)
Author:
mturbet
Message:

renaming and merging of radiative routines in phygeneric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/inifis_mod.F90

    r4055 r4077  
    1212  use radinc_h, only: ini_radinc_h, naerkind
    1313  use radcommon_h, only: ini_radcommon_h
    14   use radii_mod, only: radfixed, Nmix_co2
     14  use aerosol_radius, only: radfixed, Nmix_co2
    1515  use datafile_mod, only: datadir
    1616  use comdiurn_h, only: sinlat, coslat, sinlon, coslon
     
    2727  use ioipsl_getin_p_mod, only : getin_p
    2828  use mod_phys_lmdz_para, only : is_parallel, is_master, bcast
    29   use newton_cooling_hotJ, only: planetary_suffix
     29  use rad_netwon_cooling_hot_jupiter, only: planetary_suffix
    3030
    3131!=======================================================================
     
    8080  CHARACTER(len=20) :: rname="inifis" ! routine name, for messages
    8181 
    82   EXTERNAL iniorbit,orbite
     82  EXTERNAL ephemeris_orbit_init,ephemeris_orbit
    8383  EXTERNAL SSUM
    8484  REAL SSUM
Note: See TracChangeset for help on using the changeset viewer.