Changeset 7820 for branches/ORCHIDEE_2_2
- Timestamp:
- 2022-11-22T18:11:35+01:00 (2 years ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default
r7547 r7820 169 169 IMPOSE_PARAM = y 170 170 171 # PRINTLEV ([0, 1, 2, 3, 4]) : Print level for text output {} 172 PRINTLEV = 2 173 171 174 # DEPTH_MAX_T (m) : Maximum depth of the soil thermodynamics {} 172 175 DEPTH_MAX_T = 90.0 … … 770 773 771 774 # IMPOSE_SOILT ([FLAG]) : Should the soil type be prescribed ? {} 772 IMPOSE_SOILT = n 775 IMPOSE_SOILT = n 773 776 774 777 # IMPOSE_SLOPE ([FLAG]) : Should reinf_slope be prescribed ? {} 775 IMPOSE_SLOPE = n 778 IMPOSE_SLOPE = n 776 779 777 780 # LAI_MAP ([FLAG]) : Read the LAI map {OK_SECHIBA or OK_STOMATE} … … 964 967 ZSNOWCMPCT_VR = 0.018 965 968 969 # IRRIG_DOSMAX ([kg.m^{-2}/hour]) : The maximum irrigation water injected per hour (kg.m^{-2}/hour) {DO_IRRIGATION AND old_irrig_scheme } 970 IRRIG_DOSMAX = 1. 971 972 # CUM_NROOT_THR ([]) : Cumulated nroot threshoold to define root zone, and calculate water deficit for irrigation {DO_IRRIGATION AND old_irrig_scheme } 973 CUM_NROOT_THR = 0.90 974 975 # IRRIGATED_SOILTILE ([FLAG]) : Do we introduce a new soil tile for irrigated croplands? {DO_IRRIGATION AND old_irrig_scheme } 976 IRRIGATED_SOILTILE = n 977 978 # OLD_IRRIG_SCHEME ([FLAG]) : Do we run with the old irrigation scheme? {DO_IRRIGATION} 979 OLD_IRRIG_SCHEME = n 980 981 # IRRIG_ST ([]) : Which is the soil tile with irrigation flux {DO_IRRIGATION and old_irrig_scheme } 982 IRRIG_ST = 3 983 984 # AVAIL_RESERVE ([]) : Max. fraction of routing reservoir volume that can be used for irrigation {DO_IRRIGATION and old_irrig_scheme } 985 AVAIL_RESERVE = 0.9,0.0,0.9 986 987 # BETA_IRRIG ([]) : Threshold multiplier of Target SM to calculate root deficit {DO_IRRIGATION and old_irrig_scheme } 988 BETA_IRRIG = 1. 989 990 # LAI_IRRIG_MIN ([m2/m2]) : Min. LAI (Leaf Area Index) to trigger irrigation {DO_IRRIGATION and old_irrig_scheme } 991 LAI_IRRIG_MIN = 0.1 992 993 # IRRIG_MAP_DYNAMIC_FLAG ([FLAG]) : Do we use a dynamic irrig map? {DO_IRRIGATION } 994 IRRIG_MAP_DYNAMIC_FLAG = n 995 996 # SELECT_SOURCE_IRRIG ([FLAG]) : Do we use the new priorization scheme, based on maps of equipped area with surface water? {DO_IRRIGATION } 997 SELECT_SOURCE_IRRIG = n 998 999 # REINFILTR_IRRIGFIELD ([FLAG]) : DO_IRRIGATION {DO_IRRIGATION } 1000 REINFILTR_IRRIGFIELD = n 1001 1002 # REINF_SLOPE_CROPPARAM ([FRACTION 0-1]) : DO_IRRIGATION {DO_IRRIGATION } 1003 REINF_SLOPE_CROPPARAM = 0.8 1004 1005 # A_STREAM_ADDUCTION ([FRACTION 0-1]) : DO_IRRIGATION {DO_IRRIGATION } 1006 A_STREAM_ADDUCTION = zero 1007 966 1008 # CB ([-] ) : Constant of the Louis scheme {OK_SECHIBA} 967 1009 CB = 5.0 … … 1399 1441 EVERYWHERE_INIT = 0.05 1400 1442 1401 # PRINTLEV ([0, 1, 2, 3, 4]) : Print level for text output {}1402 PRINTLEV = 21403 1404 1443 # PRINTLEV_modname ([0, 1, 2, 3, 4]) : Specific print level of text output for the module "modname". Default as PRINTLEV. {} 1405 1444 PRINTLEV_modname = PRINTLEV … … 1474 1513 mcw = 0.0884 if caclulated from default 5 parameters above 1475 1514 1515 # REINF_SLOPE ([-]) : Fraction of reinfiltrated surface runoff {IMPOSE_SLOPE} 1516 REINF_SLOPE = 0.1 1517 1476 1518 # GET_SLOPE ([FLAG]) : Read slopes from file and do the interpolation {} 1477 1519 GET_SLOPE = n 1478 1520 1479 # REINF_SLOPE ([-]) : Fraction of reinfiltrated surface runoff {IMPOSE_SLOPE}1480 REINF_SLOPE = 0.11481 1482 1521 # SECHIBA_QSINT ([m]) : Interception reservoir coefficient {OK_SECHIBA } 1483 1522 SECHIBA_QSINT = 0.02 … … 1531 1570 WOODHARVEST_FILE = woodharvest.nc 1532 1571 1572 # IRRIGATION_DYN_FILE ([FILE]) : Name of file from which the DYNAMIC irrigation fraction map is to be read {IRRIG_DYN} 1573 IRRIGATION_DYN_FILE = IRRIGmap.nc 1574 1575 # FRACTION_AEI_SW_FILE ([FILE]) : Name of file with AEI with SW {SELECT_SOURCE_IRRIG} 1576 FRACTION_AEI_SW_FILE = AEI_SW_pct.nc 1577 1533 1578 # SOILALB_FILE ([FILE]) : Name of file from which the bare soil albedo {NOT(IMPOSE_AZE)} 1534 1579 SOILALB_FILE = soils_param.nc … … 1654 1699 ROUTING_RIVERS = 50 1655 1700 1656 # DO_FLOODINFILT ([FLAG]) : Should floodplains reinfiltrate into the soil 1701 # DO_FLOODINFILT ([FLAG]) : Should floodplains reinfiltrate into the soil {RIVER_ROUTING} 1657 1702 DO_FLOODINFILT = n 1658 1703 … … 1660 1705 DO_SWAMPS = n 1661 1706 1662 # DO_PONDS ([FLAG]) : Should we include ponds 1707 # DO_PONDS ([FLAG]) : Should we include ponds {RIVER_ROUTING} 1663 1708 DO_PONDS = n 1664 1709 1665 # SLOW_TCST ([days]) : Time constant for the slow reservoir {RIVER_ROUTING}1666 SLOW_TCST = 25.0 1667 1668 # FAST_TCST ([days]) : Time constant for the fast reservoir {RIVER_ROUTING}1669 FAST_TCST = 3.0 1670 1671 # STREAM_TCST ([days]) : Time constant for the stream reservoir 1710 # SLOW_TCST ([days]) : Time constant for the slow reservoir {RIVER_ROUTING} 1711 SLOW_TCST = 25.0 1712 1713 # FAST_TCST ([days]) : Time constant for the fast reservoir {RIVER_ROUTING} 1714 FAST_TCST = 3.0 1715 1716 # STREAM_TCST ([days]) : Time constant for the stream reservoir {RIVER_ROUTING} 1672 1717 STREAM_TCST = 0.24 1673 1718 1674 # FLOOD_TCST ([days]) : Time constant for the flood reservoir 1719 # FLOOD_TCST ([days]) : Time constant for the flood reservoir {RIVER_ROUTING} 1675 1720 FLOOD_TCST = 4.0 1676 1721 1677 # SWAMP_CST ([-]) : Fraction of the river that flows back to swamps 1722 # SWAMP_CST ([-]) : Fraction of the river that flows back to swamps {RIVER_ROUTING} 1678 1723 SWAMP_CST = 0.2 1679 1724 1680 # FLOOD_BETA ([-] ) : Parameter to fix the shape of the floodplain{RIVER_ROUTING}1725 # FLOOD_BETA ([-]) : Parameter to fix the shape of the floodplain {RIVER_ROUTING} 1681 1726 FLOOD_BETA = 2.0 1682 1727 1683 # POND_BETAP ([-] 1728 # POND_BETAP ([-]) : Ratio of the basin surface intercepted by ponds and the maximum surface of ponds {RIVER_ROUTING} 1684 1729 POND_BETAP = 0.5 1685 1730 1686 # FLOOD_CRI ([mm] 1731 # FLOOD_CRI ([mm]) : Potential height for which all the basin is flooded {DO_FLOODPLAINS or DO_PONDS} 1687 1732 FLOOD_CRI = 2000. 1688 1733 1689 # POND_CRI ([mm] 1734 # POND_CRI ([mm]) : Potential height for which all the basin is a pond {DO_FLOODPLAINS or DO_PONDS} 1690 1735 POND_CRI = 2000. 1691 1736 1692 # MAX_LAKE_RESERVOIR ([kg/m2(routing area)] 1737 # MAX_LAKE_RESERVOIR ([kg/m2(routing area)]) : Maximum limit of water in lake_reservoir {RIVER_ROUTING} 1693 1738 MAX_LAKE_RESERVOIR = 7000 1694 1739 -
branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes.f90
r7792 r7820 953 953 954 954 ! To run with new irrigation scheme 955 !Config Key = irrig_map_dynamic955 !Config Key = IRRIG_MAP_DYNAMIC_FLAG 956 956 !Config Desc = Do we use a dynamic irrig map? 957 957 !Config If = DO_IRRIGATION = T … … 962 962 963 963 ! To run with new irrigation scheme 964 !Config Key = select_source_irrig964 !Config Key = SELECT_SOURCE_IRRIG 965 965 !Config Desc = Do we use the new priorization scheme, based on maps of equipped area with surface water? 966 966 !Config If = DO_IRRIGATION = T … … 971 971 972 972 ! Do we reinfiltrate all/part of runoff in crop soil tile? 973 !Config Key = R einfiltr_IrrigField973 !Config Key = REINFILTR_IRRIGFIELD 974 974 !Config Desc = DO_IRRIGATION 975 975 !Config If = DO_IRRIGATION = T … … 980 980 981 981 ! Externalized reinf_slope for reinfiltration in irrigated cropland 982 !Config Key = reinf_slope_cropParam982 !Config Key = REINF_SLOPE_CROPPARAM 983 983 !Config Desc = DO_IRRIGATION 984 984 !Config If = DO_IRRIGATION = T, REINFILTR_IRRIGFIELD = T … … 989 989 990 990 ! Externalized for available volume to adduction 991 !Config Key = a_stream_adduction991 !Config Key = A_STREAM_ADDUCTION 992 992 !Config Desc = DO_IRRIGATION 993 993 !Config If = DO_IRRIGATION = T
Note: See TracChangeset
for help on using the changeset viewer.