Browse Source

Runs E010 (fix forcing year to 1850)

Francois Massonnet 5 years ago
parent
commit
2046512130
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3.3.0/runtime/classic/config-run.xml

+ 1 - 1
3.3.0/runtime/classic/config-run.xml

@@ -173,7 +173,7 @@
         <Parameter name="CMIP_FIXYEAR">
             <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
             <Type>INTEGER</Type>
-            <Value>2015</Value>
+            <Value>1850</Value>
         </Parameter>
 
     </Model>