Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

CESM1.2.z - The population density is set to 1850 for 2000_control namelist use-cases.

aliceb

Member
Affected Releases - CESM1.2.z


(Bugzilla 1838) This is true in the cesm1_2_0 release as well as the latest CLM.

population density is set to 1850 for 2000_control namelist use-cases. This is
due to a bad setting in the following directories...

lnd/clm/bld/namelist_files/use_cases

2000_control.xml:1850
2000_control.xml:1850
2000_control.xml:1850
2000_control.xml:1850
2000_glacierMEC_control.xml:1850
2000_glacierMEC_control.xml:1850
2000_glacierMEC_control.xml:1850
2000_glacierMEC_control.xml:1850

Here's the svn diff's to apply...


[yongi:bld/namelist_files/use_cases] erik% svn diff
Index: 2000_control.xml
===================================================================
--- 2000_control.xml (revision 51196)
+++ 2000_control.xml (working copy)
@@ -14,10 +14,10 @@
2000
2000

-1850
-1850
+2000
+2000

-1850
-1850
+2000
+2000


Index: 2000_glacierMEC_control.xml
===================================================================
--- 2000_glacierMEC_control.xml (revision 51196)
+++ 2000_glacierMEC_control.xml (working copy)
@@ -16,11 +16,11 @@
2000
2000

-1850
-1850
+2000
+2000

-1850
-1850
+2000
+2000

10
 
Top