Ignore:
Timestamp:
Jun 11, 2020, 7:40:22 PM (5 years ago)
Author:
jvatant
Message:

Titan GCM : Major maintenance catching up commits from the generic including :

  • r2356 and 2354 removing obsolete old dynamical core
  • various minor addition to physics and gestion of phys_state_var_mode, especially in dyn1d
  • adding MESOSCALE CPP keys around chemistry and microphysics (disabled in mesoscale for now)
File:
1 edited

Legend:

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

    r2136 r2366  
    3939      use iniphysiq_mod, only: iniphysiq
    4040      use phyetat0_mod, only: phyetat0
     41      use exner_hyb_m, only: exner_hyb
    4142      use tracer_h
    4243      implicit none
     
    125126      REAL :: xpn,xps,xppn(iim),xpps(iim)
    126127      REAL :: p3d(iip1, jjp1, llm+1)
    127       REAL :: beta(iip1,jjp1,llm)
    128128!      REAL dteta(ip1jmp1,llm)
    129129
     
    542542     &   date,tsurf,tsoil,emis,q2,
    543543     &   t,ucov,vcov,ps,teta,phisold_newgrid,
    544      &   q,qsurf,surfith,nid)
     544     &   q,qsurf,tankCH4,surfith,nid)
    545545        write(*,*) "OK, read start_archive file"
    546546        ! copy soil thermal inertia
     
    11201120c-----------------------------------------------------------------------
    11211121
    1122       CALL exner_hyb(ip1jmp1, ps, p3d, beta, pks, pk, pkf)
     1122      CALL exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf)
    11231123! Calcul de la temperature potentielle teta
    11241124
Note: See TracChangeset for help on using the changeset viewer.