Changes between Version 2 and Version 3 of doc/app/land_surface_parameters
- Timestamp:
- Mar 3, 2015 2:36:55 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/land_surface_parameters
v2 v3 2 2 [[TracNav(doc/app/partoc|nocollapse)]] 3 3 4 Since r1551 a full land surface model (LMS) is available in PALM. It consists of a four layer soil model for the soil temperature and moisture contents and a solver for the energy balance at the surface. 4 Since r1551 a full land surface model (LMS) is available in PALM. It consists of a four layer soil model for the soil temperature and moisture contents and a solver for the energy balance at the surface. The implementation is based on the ECMWF-IFS land surface parametrization (TESSEL) and its adaption in the DALES model. 5 5 6 All parts of the LSM code are modularized in module [/browser/palm/trunk/SOURCE/land_surface_model.f90 land_surface_model_mod]. In this context, a new Fortran NAMELIST {{{lsm_par}}} contains all lsm-related steering parameters. The LSM is automatically activated when a H{{{lsm_par}}} is set in the parameter file ence, in order to automatically enable the canopy model, NAMELIST {{{canopy_par}}} and the respective canopy parameters must be added to the parameter file ({{{_p3d}}}).6 All parts of the LSM code are modularized in module [/browser/palm/trunk/SOURCE/land_surface_model.f90 land_surface_model_mod]. In this context, a new Fortran NAMELIST {{{lsm_par}}} was added, containing all LSM-related steering parameters. The LSM is automatically activated when a H{{{lsm_par}}} is set in the parameter file ence, in order to automatically enable the canopy model, NAMELIST {{{canopy_par}}} and the respective canopy parameters must be added to the parameter file ({{{_p3d}}}). 7 7 8 8 \\\\\\\\\\\\