Explorar el Código

Runs E010 (fix forcing year to 1850)

Francois Massonnet hace 5 años
padre
commit
2046512130
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">
         <Parameter name="CMIP_FIXYEAR">
             <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
             <Description>Fix CMIP5/CMIP6 forcings at the indicated year (or 0 to ignore for transient runs)</Description>
             <Type>INTEGER</Type>
             <Type>INTEGER</Type>
-            <Value>2015</Value>
+            <Value>1850</Value>
         </Parameter>
         </Parameter>
 
 
     </Model>
     </Model>