Ignore:
Timestamp:
Oct 9, 2019, 9:19:41 AM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Big cleanup: remove obsolete compilation scripts (makgcm_*) and dynamical core
(since the one in LMDZ.COMMON should be used instead).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/start2archive.F

    r1944 r2167  
    3232      USE iniphysiq_mod, ONLY: iniphysiq
    3333      USE phyetat0_mod, ONLY: phyetat0
     34      USE exner_hyb_m, ONLY: exner_hyb
    3435      implicit none
    3536
     
    5354      REAL pk(ip1jmp1,llm)
    5455      REAL pkf(ip1jmp1,llm)
    55       REAL beta(iip1,jjp1,llm)
    5656      REAL phis(ip1jmp1)                     ! geopotentiel au sol
    5757      REAL masse(ip1jmp1,llm)                ! masse de l'atmosphere
     
    206206
    207207      CALL pression(ip1jmp1, ap, bp, ps, p3d)
    208       call exner_hyb(ip1jmp1, ps, p3d, beta, pks, pk, pkf)
     208      call exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf)
    209209
    210210c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.