Skip to content

Commit

Permalink
update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
JunjieYU-UoM committed Feb 28, 2024
1 parent 8faf6f2 commit ff5f296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/container/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Running CMLU within CLM (Community Land Model) requires a Linux operation system
.. note::
PTS mode currently **CAN NOT** run with initial conditions, however, we can still can take advantage of this mode. Firstly, we can run case for longer time simulation to get the stable conditions. Moreover, although the land use models is model simulations are sensitive to initial soil moisture conditions, the urban module (CLMU) is less affected by soil.

We compared two cases of different simulation times of New York Grid ``lat=40.05``, ``lon=-73.75``, ``res=f09_g17``, ``compset=2000_DATM%CRUv7_CLM50%SP_SICE_SOCN_SROF_SGLC_SWAV``. The 2015 JJA average **TREFMXAV**, **TREFMNAV***, **TSA** and **RH2M** of high density urban between the case of simulation time of 2005-2015 and the case of simulation time of 2015 JJA were compared. Their differences are `0.009 K`, `0.035 K`, `0.023 K` and `0.076 %`, respectively. However, it should be noted that the differences in `vegetated_or_bare_soil` land unit are `0.123 K`, `0.191 K`, `0.036 K` and `0.173 %`, which are more significantly affected than urban. We recommend that a long time simulation or spin-up for the experiments need non-urban variables would be more precise. `TREFMXAV`, `TREFMNAV`, `TSA` and `RH2M` are daily maximum of average 2-m temperature, daily minimum of average 2-m temperature, 2m air temperature and 2m relative humidity, respectively.
We compared two cases of different simulation times of New York Grid ``lat=40.05``, ``lon=-73.75``, ``res=f09_g17``, ``compset=2000_DATM%CRUv7_CLM50%SP_SICE_SOCN_SROF_SGLC_SWAV``. The 2015 JJA average **TREFMXAV**, **TREFMNAV**, **TSA** and **RH2M** of high density urban between the case of simulation time of 2005-2015 and the case of simulation time of 2015 JJA were compared. Their differences are `0.009 K`, `0.035 K`, `0.023 K` and `0.076 %`, respectively. However, it should be noted that the differences in `vegetated_or_bare_soil` land unit are `0.123 K`, `0.191 K`, `0.036 K` and `0.173 %`, which are more significantly affected than urban. We recommend that a long time simulation or spin-up for the experiments need non-urban variables would be more precise. `TREFMXAV`, `TREFMNAV`, `TSA` and `RH2M` are daily maximum of average 2-m temperature, daily minimum of average 2-m temperature, 2m air temperature and 2m relative humidity, respectively.

Python for urban climate exploration
------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/explore_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ for i in range(1, 25):
# reset the cases
command_0 = f"sudo -S docker exec myclm rm -rf /p/scratch/CESMDATAROOT/CaseOutputs/ssp370up"
run_command(command=command_0, password="Manchestermedal")
run_command(command=command_0, password=password)
command_1 = f"sudo -S docker exec myclm rm -rf /p/project/clm5.0/cime/scripts/ssp370up"
run_command(command=command_1, password="Manchestermedal")
run_command(command=command_1, password=password)
```

Expand Down

0 comments on commit ff5f296

Please sign in to comment.