Changeset 1838 for trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
- Timestamp:
- Dec 5, 2017, 1:53:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r1836 r1838 227 227 !$OMP THREADPRIVATE(day_ini,icount) 228 228 229 real, dimension(:),allocatable,save :: tsurf ! Surface temperature (K).230 real, dimension(:,:),allocatable,save :: tsoil ! Sub-surface temperatures (K).231 real, dimension(:,:),allocatable,save :: albedo ! Surface Spectral albedo. By MT2015.232 real, dimension(:),allocatable,save :: albedo_equivalent ! Spectral Mean albedo.233 real, dimension(:),allocatable,save :: albedo_snow_SPECTV ! Snow Spectral albedo.234 real, dimension(:),allocatable,save :: albedo_co2_ice_SPECTV ! CO2 ice Spectral albedo.235 236 !$OMP THREADPRIVATE(tsurf,tsoil,albedo,albedo_equivalent,albedo_snow_SPECTV,albedo_co2_ice_SPECTV)237 238 229 ! Local variables : 239 230 ! ----------------- … … 336 327 real zdtdyn(ngrid,nlayer) ! Dynamical Heating (K/s). 337 328 real zdudyn(ngrid,nlayer) ! Dynamical Zonal Wind tendency (m.s-2). 338 real,allocatable,dimension(:,:),save :: ztprevious ! Previous loop Atmospheric Temperature (K) ! Useful for Dynamical Heating calculation.339 real,allocatable,dimension(:,:),save :: zuprevious ! Previous loop Zonal Wind (m.s-1) ! Useful for Zonal Wind tendency calculation.340 !$OMP THREADPRIVATE(ztprevious,zuprevious)341 329 342 330 real reff(ngrid,nlayer) ! Effective dust radius (used if doubleq=T). … … 389 377 real tf, ntf 390 378 391 real,allocatable,dimension(:,:),save :: cloudfrac ! Fraction of clouds (%).392 real,allocatable,dimension(:),save :: totcloudfrac ! Column fraction of clouds (%).393 !$OMP THREADPRIVATE(cloudfrac,totcloudfrac)394 395 379 real nconsMAX, vdifcncons(ngrid), cadjncons(ngrid) ! Vdfic water conservation test. By RW 396 380 397 real,allocatable,dimension(:,:),save :: qsurf_hist398 !$OMP THREADPRIVATE(qsurf_hist)399 400 381 real muvar(ngrid,nlayer+1) ! For Runaway Greenhouse 1D study. By RW 401 382 402 real,allocatable,dimension(:,:,:),save :: reffrad ! Aerosol effective radius (m). By RW403 real,allocatable,dimension(:,:,:),save :: nueffrad ! Aerosol effective radius variance. By RW404 !$OMP THREADPRIVATE(reffrad,nueffrad)405 406 383 real reffcol(ngrid,naerkind) 407 384 408 385 ! Sourceevol for 'accelerated ice evolution'. By RW 409 real,allocatable,dimension(:),save :: ice_initial410 386 real delta_ice,ice_tot 411 real,allocatable,dimension(:),save :: ice_min412 387 integer num_run 413 388 logical,save :: ice_update 414 !$OMP THREADPRIVATE(ice_initial,ice_min,ice_update)415 389 416 390
Note: See TracChangeset
for help on using the changeset viewer.