Changeset 4876 for palm/trunk/SOURCE
- Timestamp:
- Feb 17, 2021 12:27:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4843 r4876 24 24 ! ----------------- 25 25 ! $Id$ 26 ! bugfix for instantaneous c_liq output 27 ! 28 ! 4843 2021-01-15 15:22:11Z raasch 26 29 ! local namelist parameter added to switch off the module although the respective module namelist 27 30 ! appears in the namelist file … … 5876 5879 i = surf_lsm_h(0)%i(m) 5877 5880 j = surf_lsm_h(0)%j(m) 5878 local_pf(i,j,nzb+1) = surf_lsm_h(0)%c_liq(m) * surf_lsm_h(0)%c_veg(m)5881 local_pf(i,j,nzb+1) = surf_lsm_h(0)%c_liq(m) 5879 5882 ENDDO 5880 5883 ELSE
Note: See TracChangeset
for help on using the changeset viewer.