- Timestamp:
- Jun 11, 2020, 7:40:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/start2archive.F
r1903 r2366 22 22 USE comsoil_h 23 23 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 29 25 USE planete_mod, only: year_day 30 26 USE mod_const_mpi, ONLY: COMM_LMDZ … … 35 31 USE temps_mod, ONLY: day_ini 36 32 USE iniphysiq_mod, ONLY: iniphysiq 33 use phys_state_var_mod, only: phys_state_var_init 37 34 use phyetat0_mod, only: phyetat0 38 35 use tracer_h 36 use exner_hyb_m, only: exner_hyb 39 37 implicit none 40 38 … … 44 42 include "comdissip.h" 45 43 include "comgeom.h" 46 !#include "control.h" 47 48 !#include "dimphys.h" 49 !#include "planete.h" 50 !#include"advtrac.h" 44 51 45 include "netcdf.inc" 52 46 c----------------------------------------------------------------------- … … 62 56 REAL pk(ip1jmp1,llm) 63 57 REAL pkf(ip1jmp1,llm) 64 REAL beta(iip1,jjp1,llm)65 58 REAL phis(ip1jmp1) ! geopotentiel au sol 66 59 REAL masse(ip1jmp1,llm) ! masse de l'atmosphere … … 262 255 Lmodif=0 263 256 257 ! Allocate saved arrays (as in firstcall of physiq) 258 call phys_state_var_init(nqtot) 259 264 260 ! Initialize tracer names, indexes and properties 265 261 CALL initracer2(nqtot,tname) … … 312 308 313 309 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) 315 311 316 312 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.