| 989 | ||[=#PA0792 PA0792] || Missing the building width (BUILD_PROP) in DCEP input file || Add the building width (BUILD_PROP) to DCEP input file || |
| 990 | ||[=#PA0793 PA0793] || Missing fraction of urban class (FR_URBANCL) in DCEP input file || Add the fraction of urban class (FR_URBANCL) to DCEP input file || |
| 991 | ||[=#PA0794 PA0794] || Input file PIDS_DCEP is missing || Add the input file PIDS_DCEP || |
| 992 | ||[=#PA0795 PA0795] || The output of DCEP related output requires DCEP settings in the input file p3d || Add the settings to the input file p3d || |
| 993 | ||[=#PA0796 PA0796] || Writting out the average of a DCEP related output is not implemented || Remove the variable from the output list || |
| 994 | ||[=#PA0797 PA0797] || Wrong DCEP tendency component or not implemented yet for component (for developers) || Remove the component from the tendency routine or implement it in the code || |
| 995 | ||[=#PA0798 PA0798] || DCEP is not implemented when urban-surface model is applied || Remove urban surfaces from the domain || |
| 996 | ||[=#PA0799 PA0799] || DCEP is not implemented when vertical land surfaces exist || Remove vertical land surfaces from the domain || |
| 997 | ||[=#PA0800 PA0800] || Wrong value of type of drag coefficient for walls ("iurb_cdrag") || Use 1 or 2 for "iurb_cdrag" || |
| 998 | ||[=#PA0801 PA0801] || Inverse of longwave radiation matrix not correct || Review and check the variables in the DCEP input file || |
| 999 | ||[=#PA0802 PA0802] || Inverse of shortwave radiation matrix not correct || Review and check the variables in the DCEP input file || |
| 1000 | ||[=#PA0803 PA0803] || The sum of SVFs at wall element at is not 1 || Review and check the variables in the DCEP input file || |
| 1001 | ||[=#PA0804 PA0804] || The sum of SVFs at ground element at is not 1 || Review and check the variables in the DCEP input file || |
| 1002 | ||[=#PA0805 PA0805] || The sum of SVFs at sky element at is not 1 || Review and check the variables in the DCEP input file || |
| 1003 | ||[=#PA0806 PA0806] || One or more Dimension of in DCEP input file does not match the inputs in parin file || Review and check the related variables in DCEP namelist and the DCEP input file || |
| 1004 | ||[=#PA0807 PA0807] || Missing the urban fraction (FR_URBAN) in the DCEP input file || Add the urban fraction (FR_URBAN) to the DCEP input file || |
| 1005 | ||[=#PA0808 PA0808] || Missing the fraction of street direction (FR_STREETD) in the DCEP input file || Add the fraction of street direction (FR_STREETD) to the DCEP input file || |
| 1006 | ||[=#PA0808 PA0808] || Missing the fraction of street direction (FR_STREETD) in the DCEP input file || Add the fraction of street direction (FR_STREETD) to the DCEP input file || |
| 1007 | ||[=#PA0809 PA0809] || Missing the street width (STREET_W) in the DCEP input file || Add the street width (STREET_W) to the DCEP input file || |
| 1008 | ||[=#PA0810 PA0810] || Missing the building width (BUILD_W) in the DCEP input file || Add the building width (BUILD_W) to the DCEP input file || |
| 1009 | ||[=#PA0811 PA0811] || Wrong value of type of urban length scale parametrization ("iurb_ls") || Use 1 "iurb_ls" || |
989 | 1010 | ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || |
990 | 1011 | ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' || |