You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This repository is supplementary to the paper "Sun, Y., Oleson, K. W., Zhao, L.,
6
6
7
7
The objectives of this project are:
8
8
9
-
- Modify the CESM source code to incorporate built LCZ representation in a modular way;
10
-
- Validate model performance with the new LCZ scheme using [Urban-PLUMBER](https://urban-plumber.github.io/)data;
9
+
- Modify the CESM source code to incorporate a built LCZ representation in a modular way;
10
+
- Validate model performance with the new LCZ scheme using the [Urban-PLUMBER](https://urban-plumber.github.io/)dataset;
11
11
- Examine model sensitivity to LCZ urban parameters.
12
12
13
13
@@ -16,7 +16,7 @@ The objectives of this project are:
16
16
17
17
### [1_code_modification](./1_code_modification)
18
18
19
-
The standard source code comes from [CTSM](https://github.com/ESCOMP/CTSM), with the release tag: [ctsm5.2.005](https://github.com/ESCOMP/CTSM/tree/ctsm5.2.005). See modified code lines labeled with **!YS**.
19
+
The standard source code comes from [CTSM](https://github.com/ESCOMP/CTSM), with the release tag: [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166). See modified code lines labeled with **!YS**.
20
20
21
21
- Add a new command `use_lcz,` to the namelist for case build:
@@ -94,12 +94,12 @@ The scripts listed below are used to generate LCZ-based land surface inputs for
94
94
95
95
## [6_sourcemods](./6_sourcemods)
96
96
97
-
-[SourceMods_for_UrbanPLUMBER](./6_sourcemods/SourceMods_for_UrbanPLUMBER/): modified CLM5.0 code for participating Urban-PLUMBER.
98
-
-[SourceMods_def](./6_sourcemods/SourceMods_def): modified CTSM5.2.X code for default surface input.
99
-
-[SourceMods_lcz](./6_sourcemods/SourceMods_lcz): modified CTSM5.2.X code for LCZ-based surface input.
100
-
-[SourceMods_roughness_sensitivity_S1](./6_sourcemods/SourceMods_roughness_sensitivity_S1/): modified CTSM5.2.X code for [CLMU’s default method of roughness length calculation](https://github.com/ESCOMP/CTSM/blob/master/src/biogeophys/UrbanParamsType.F90).
101
-
-[SourceMods_roughness_sensitivity_S2](./6_sourcemods/SourceMods_roughness_sensitivity_S2): modified CTSM5.2.X code for using [Kanda et al. (2013)](https://doi.org/10.1007/s10546-013-9818-x)’s method.
102
-
-[SouceMods_roughness_sensitivity_S3](./6_sourcemods/SourceMods_roughness_sensitivity_S3): modified CTSM5.2.X code for using [Kent et al. (2017)](https://doi.org/10.1016/j.jweia.2017.07.016)'s method.
97
+
-[SourceMods_for_UrbanPLUMBER](./6_sourcemods/SourceMods_for_UrbanPLUMBER/): modified [release-clm5.0.34](https://github.com/ESCOMP/CTSM/tree/release-clm5.0.34) code for participating Urban-PLUMBER.
98
+
-[SourceMods_def](./6_sourcemods/SourceMods_def): modified [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166) code for default surface input.
99
+
-[SourceMods_lcz](./6_sourcemods/SourceMods_lcz): modified [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166) code for LCZ-based surface input.
100
+
-[SourceMods_roughness_sensitivity_S1](./6_sourcemods/SourceMods_roughness_sensitivity_S1/): modified [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166) code for [CLMU’s default method of roughness length calculation](https://github.com/ESCOMP/CTSM/blob/master/src/biogeophys/UrbanParamsType.F90).
101
+
-[SourceMods_roughness_sensitivity_S2](./6_sourcemods/SourceMods_roughness_sensitivity_S2): modified [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166) code for using [Kanda et al. (2013)](https://doi.org/10.1007/s10546-013-9818-x)’s method.
102
+
-[SouceMods_roughness_sensitivity_S3](./6_sourcemods/SourceMods_roughness_sensitivity_S3): modified [ctsm5.1.dev166](https://github.com/ESCOMP/CTSM/tree/ctsm5.1.dev166) code for using [Kent et al. (2017)](https://doi.org/10.1016/j.jweia.2017.07.016)'s method.
103
103
104
104
The scripts listed below modify the source code to use several parameters provided by Urban-PLUMBER. Lines between **!KO** are modified by [K. W. O.](https://staff.ucar.edu/users/oleson) while **!YS** by [Y. S.](https://github.com/YuanSun-UoM).
0 commit comments