Changeset 1356 for trunk/LMDZ.VENUS/libf


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

Location:
trunk/LMDZ.VENUS/libf/phyvenus
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/newstart.F

    r1301 r1356  
    2222      USE infotrac
    2323      use cpdet_mod, only: ini_cpdet,t2tpot
     24      use exner_hyb_m, only: exner_hyb
     25      use exner_milieu_m, only: exner_milieu
    2426
    2527      implicit none
     
    10481050      CALL pression(ip1jmp1, ap, bp, ps, p3d)
    10491051         if (disvert_type==1) then
    1050            CALL exner_hyb(  ip1jmp1, ps, p3d,alpha,beta,pks, pk, pkf )
     1052           CALL exner_hyb(  ip1jmp1, ps, p3d, pks, pk, pkf )
    10511053         else ! we assume that we are in the disvert_type==2 case
    1052            CALL exner_milieu( ip1jmp1, ps, p3d, beta, pks, pk, pkf )
     1054           CALL exner_milieu( ip1jmp1, ps, p3d, pks, pk, pkf )
    10531055         endif
    10541056     
  • trunk/LMDZ.VENUS/libf/phyvenus/start2archive.F

    r1301 r1356  
    1919      USE control_mod
    2020      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
     
    150152      CALL pression(ip1jmp1, ap, bp, ps, p3d)
    151153         if (disvert_type==1) then
    152            CALL exner_hyb(  ip1jmp1, ps, p3d,alpha,beta,pks, pk, pkf )
     154           CALL exner_hyb(  ip1jmp1, ps, p3d, pks, pk, pkf )
    153155         else ! we assume that we are in the disvert_type==2 case
    154            CALL exner_milieu( ip1jmp1, ps, p3d, beta, pks, pk, pkf )
     156           CALL exner_milieu( ip1jmp1, ps, p3d, pks, pk, pkf )
    155157         endif
    156158
Note: See TracChangeset for help on using the changeset viewer.