Ignore:
Timestamp:
Oct 8, 2014, 9:26:28 AM (10 years ago)
Author:
slebonnois
Message:

SL: update to newstart/start2archive tools in Venus+Titan / additional diagnostics in radiative fluxes for Titan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/start2archive.F

    r1056 r1356  
    1818      USE infotrac
    1919      USE control_mod
    20       use cpdet_mod, only: tpot2t
     20      use cpdet_mod, only: tpot2t,ini_cpdet
     21      use exner_hyb_m, only: exner_hyb
     22      use exner_milieu_m, only: exner_milieu
    2123
    2224      implicit none
     
    140142c-----------------------------------------------------------------------
    141143
     144      CALL conf_gcm( 99, .TRUE. )
    142145      call iniconst
    143146      call inigeom
    144147      call inifilr
     148      call ini_cpdet
     149
    145150      CALL pression(ip1jmp1, ap, bp, ps, p3d)
    146151         if (disvert_type==1) then
    147            CALL exner_hyb(  ip1jmp1, ps, p3d,alpha,beta,pks, pk, pkf )
     152           CALL exner_hyb(  ip1jmp1, ps, p3d, pks, pk, pkf )
    148153         else ! we assume that we are in the disvert_type==2 case
    149            CALL exner_milieu( ip1jmp1, ps, p3d, beta, pks, pk, pkf )
     154           CALL exner_milieu( ip1jmp1, ps, p3d, pks, pk, pkf )
    150155         endif
    151156
Note: See TracChangeset for help on using the changeset viewer.