Changeset 3207 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Feb 8, 2024, 2:50:21 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3206 r3207 69 69 use compute_soiltemp_mod, only: compute_tsoil_pem 70 70 use writediagpem_mod, only: writediagpem, writediagsoilpem 71 use co2condens_mod, only: CO2cond_ps 71 72 72 73 #ifndef CPP_STD … … 136 137 real, dimension(:,:,:), allocatable :: q ! champs advectes 137 138 real, dimension(ip1jmp1) :: ps ! pression au sol 138 real :: CO2cond_ps ! Coefficient to control the surface pressure change139 139 real, dimension(:), allocatable :: ps_start_PCM ! (ngrid) surface pressure 140 140 real, dimension(:,:), allocatable :: ps_timeseries ! (ngrid x timelen) instantaneous surface pressure … … 296 296 allocate(q(ip1jmp1,llm,nqtot)) 297 297 allocate(longitude(ngrid),latitude(ngrid),cell_area(ngrid)) 298 CO2cond_ps = 1.299 298 #else 300 299 allocate(q(1,llm,nqtot)) … … 316 315 call init_testphys1d('start1D_evol.txt','startfi_evol.nc',therestart1D,therestartfi,ngrid,nlayer,610.,nq,q, & 317 316 time_0,ps(1),ucov,vcov,teta,ndt,ptif,pks,dtphys,zqsat,dq,dqdyn,day0,day,gru,grv,w, & 318 play,plev,latitude,longitude,cell_area,atm_wat_profile,atm_wat_tau ,CO2cond_ps)317 play,plev,latitude,longitude,cell_area,atm_wat_profile,atm_wat_tau) 319 318 ps(2) = ps(1) 320 319 nsplit_phys = 1
Note: See TracChangeset
for help on using the changeset viewer.