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

renaming and merging of radiative routines in phygeneric

Location:
trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d
Files:
2 edited

Legend:

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

    r3893 r4077  
    1111                          varspec, varspec_data, nvarlayer
    1212  use inifis_mod, only: inifis
    13   use aerosol_mod, only: iniaerosol
    14   use callcorrk_mod, only: callcorrk
     13  use aerosol_global_variables , only: aerosol_init
     14  use rad_correlatedk_mod, only: rad_correlatedk
    1515  use comcstfi_mod
    1616  use mod_grid_phy_lmdz, only : regular_lonlat
     
    410410         
    411411               
    412      call iniaerosol
     412     call aerosol_init
    413413     
    414414
     
    416416
    417417     !    Run radiative transfer
    418      call callcorrk(1,nlayer,q,nq,qsurf,                  &
     418     call rad_correlatedk(1,nlayer,q,nq,qsurf,                  &
    419419          albedo_wv,albedo_equivalent,                    &
    420420          emis,mu0,plev,play,temp,                        &
     
    470470  firstcall=.false.
    471471  lastcall=.true.
    472   call callcorrk(1,nlayer,q,nq,qsurf,                          &
     472  call rad_correlatedk(1,nlayer,q,nq,qsurf,                          &
    473473       albedo_wv,albedo_equivalent,emis,mu0,plev,play,temp,    &
    474474       tsurf,fract,dist_star,aerosol,muvar,                    &
  • trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/rcm1d.F

    r3995 r4077  
    11611161        IF (idt.eq.ndt) then       !test
    11621162         lastcall=.true.
    1163          call stellarlong(day*1.0,zls)
     1163         call ephemeris_stellar_longitude(day*1.0,zls)
    11641164!         write(103,*) 'Ls=',zls*180./pi
    11651165!         write(103,*) 'Lat=', latitude(1)*180./pi
Note: See TracChangeset for help on using the changeset viewer.