Ignore:
Timestamp:
Jun 8, 2017, 1:03:06 AM (7 years ago)
Author:
jvatant
Message:

Cleaning of the radiative code + coherence between optci and optcv :

+ Get rid of the actually dummy and confusing extra level L_LEVELS+1 for aerosols
+ Harmonisation between optci and optcv
+ Get rid of tauref (called nowhere) and csqtly of ini_radcommon subroutine

JVO

File:
1 edited

Legend:

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

    r1682 r1715  
    1111  use init_print_control_mod, only: init_print_control
    1212  use radinc_h, only: ini_radinc_h, naerkind
    13   use radcommon_h, only: ini_radcommon_h
    1413  use datafile_mod, only: datadir
    1514  use comdiurn_h, only: sinlat, coslat, sinlon, coslon
     
    762761  call ini_radinc_h(nlayer)
    763762 
    764   ! allocate "radcommon_h" arrays
    765   call ini_radcommon_h()
    766 
    767763  ! allocate "comsoil_h" arrays
    768764  call ini_comsoil_h(ngrid)
Note: See TracChangeset for help on using the changeset viewer.