Changeset 4110 for trunk/LMDZ.COMMON/libf/evolution/surface.F90
- Timestamp:
- Mar 9, 2026, 10:29:53 AM (12 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/surface.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/surface.F90
r4074 r4110 24 24 ! PARAMETERS 25 25 ! ---------- 26 real(dp), dimension(:), allocatable, protected :: albedodat_PCM ! Albedo of bare ground27 real(dp), dimension(:,:), allocatable, protected :: albedo_PCM ! Surface albedo_PCM28 real(dp), dimension(:,:), allocatable, protected :: emissivity_PCM ! Thermal IR surface emissivity_PCM26 real(dp), dimension(:), allocatable, protected, private :: albedodat_PCM ! Albedo of bare ground 27 real(dp), dimension(:,:), allocatable, protected, private :: albedo_PCM ! Surface albedo_PCM 28 real(dp), dimension(:,:), allocatable, protected :: emissivity_PCM ! Thermal IR surface emissivity_PCM 29 29 30 30 contains … … 210 210 use geometry, only: ngrid, nslope, latitudes 211 211 use frost, only: h2o_frost4PCM, co2_frost4PCM 212 use display, only: print_msg 212 use display, only: print_msg, LVL_NFO 213 213 214 214 ! DECLARATION … … 234 234 235 235 ! Reconstruction Loop 236 call print_msg('> Building albedo and emmissivity for the PCM' )236 call print_msg('> Building albedo and emmissivity for the PCM',LVL_NFO) 237 237 do i = 1,ngrid 238 238 ! Determine hemisphere: 1 = Northern, 2 = Southern
Note: See TracChangeset
for help on using the changeset viewer.
