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

Location:
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars
Files:
1 deleted
2 edited
2 copied

Legend:

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

    r2079 r2167  
    4747      USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0
    4848      USE iniphysiq_mod, ONLY: iniphysiq
     49      USE exner_hyb_m, ONLY: exner_hyb
    4950
    5051      implicit none
     
    129130      REAL :: xpn,xps,xppn(iim),xpps(iim)
    130131      REAL :: p3d(iip1, jjp1, llm+1)
    131       REAL :: beta(iip1,jjp1,llm)
    132132!      REAL dteta(ip1jmp1,llm)
    133133
     
    15821582c-----------------------------------------------------------------------
    15831583
    1584       CALL exner_hyb(ip1jmp1, ps, p3d, beta, pks, pk, pkf)
     1584      CALL exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf)
    15851585! Calcul de la temperature potentielle teta
    15861586
  • 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.