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/start2archive.F

    r1903 r2366  
    2222      USE comsoil_h
    2323      USE comchem_h, only : cnames, nkim, nlaykim_up, preskim, ykim_up
    24 !      USE comgeomfi_h, ONLY: lati, long, area
    25 !      use control_mod
    26 !      use comgeomphy, only: initcomgeomphy
    27 ! to use  'getin'
    28       USE ioipsl_getincom
     24      USE ioipsl_getincom, only: getin
    2925      USE planete_mod, only: year_day
    3026      USE mod_const_mpi, ONLY: COMM_LMDZ
     
    3531      USE temps_mod, ONLY: day_ini
    3632      USE iniphysiq_mod, ONLY: iniphysiq
     33      use phys_state_var_mod, only: phys_state_var_init
    3734      use phyetat0_mod, only: phyetat0
    3835      use tracer_h
     36      use exner_hyb_m, only: exner_hyb
    3937      implicit none
    4038
     
    4442      include "comdissip.h"
    4543      include "comgeom.h"
    46 !#include "control.h"
    47 
    48 !#include "dimphys.h"
    49 !#include "planete.h"
    50 !#include"advtrac.h"
     44
    5145      include "netcdf.inc"
    5246c-----------------------------------------------------------------------
     
    6256      REAL pk(ip1jmp1,llm)
    6357      REAL pkf(ip1jmp1,llm)
    64       REAL beta(iip1,jjp1,llm)
    6558      REAL phis(ip1jmp1)                     ! geopotentiel au sol
    6659      REAL masse(ip1jmp1,llm)                ! masse de l'atmosphere
     
    262255      Lmodif=0
    263256
     257! Allocate saved arrays (as in firstcall of physiq)
     258      call phys_state_var_init(nqtot)
     259     
    264260! Initialize tracer names, indexes and properties
    265261      CALL initracer2(nqtot,tname)
     
    312308
    313309      CALL pression(ip1jmp1, ap, bp, ps, p3d)
    314       call exner_hyb(ip1jmp1, ps, p3d, beta, pks, pk, pkf)
     310      call exner_hyb(ip1jmp1, ps, p3d, pks, pk, pkf)
    315311
    316312c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.