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
 
Back
Top