<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maureenjcohen</id>
		<title>Planets - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maureenjcohen"/>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php/Special:Contributions/Maureenjcohen"/>
		<updated>2026-06-11T08:48:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2152</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2152"/>
				<updated>2024-10-18T07:43:18Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of '''n''' causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values can cause a slow crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to '''n'''. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;br /&gt;
&lt;br /&gt;
=== Compiler optimisation too high ===&lt;br /&gt;
(October 2024): The compiler optimisation flag is set in the arch-[***].fcm files in PROD_FFLAGS for normal runs (and DEBUG_FFLAGS for debug runs). The level should be &amp;quot;-O2&amp;quot; as &amp;quot;-O3&amp;quot; may lead to instability in chemistry runs. The penalty is the simulation will run more slowly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Errors]]&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2148</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2148"/>
				<updated>2024-10-10T12:22:08Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: /* Age of air tracer included in chemistry array */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of '''n''' causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values can cause a slow crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to '''n'''. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Errors]]&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2147</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2147"/>
				<updated>2024-10-10T10:10:54Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: /* Wrong value of nbapp_chem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of '''n''' causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values can cause a slow crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to '''n'''. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Errors]]&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2146</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2146"/>
				<updated>2024-10-10T10:09:50Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of '''n''' causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values cause a crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to '''n'''. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;br /&gt;
&lt;br /&gt;
[[Category:Errors]]&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2145</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2145"/>
				<updated>2024-10-10T10:08:19Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of '''n''' causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values cause a crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to '''n'''. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2144</id>
		<title>Hgardfou reports NaNs in temperature field</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Hgardfou_reports_NaNs_in_temperature_field&amp;diff=2144"/>
				<updated>2024-10-10T10:06:07Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: Created page with &amp;quot;== The symptoms == The log gcm.out reads: &amp;lt;pre&amp;gt; i,k,temperature =               1                  1               NaN i,k,temperature =               2                  1...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The symptoms ==&lt;br /&gt;
The log gcm.out reads:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i,k,temperature =               1                  1               NaN&lt;br /&gt;
i,k,temperature =               2                  1               NaN&lt;br /&gt;
i,k,temperature =               3                  1               NaN&lt;br /&gt;
etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the end of a long report of NaNs, there is a message like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_UNDERFLOW_FLAG IEEE_DENORMAL&lt;br /&gt;
STOP 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;pre&amp;gt;Stopping in hgardfou&lt;br /&gt;
 Reason = hgardfou stops debutphy                                                                             &lt;br /&gt;
 Houston, we have a problem, ierr =           1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Known causes ==&lt;br /&gt;
The message indicates numerical instability in the temperature field, which can be caused by different things. It may happen quickly when the simulation starts or more slowly after significant runtime. Note: even though the reported NaNs started at gridbox i,k 1,1, this doesn't mean the instability began there - the hgardfou subroutine checks the temperature field starting from level 1, so it will report bad values in this order.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of callthermos ===&lt;br /&gt;
(October 2024): In physiq.def, the flag callthermos must be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callthermos = y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
when running a chemistry simulation with 78 levels. A value of **n** causes an immediate crash.&lt;br /&gt;
&lt;br /&gt;
=== Wrong value of nbapp_chem ===&lt;br /&gt;
(October 2024): In physiq.def, the flag nbapp_chem must be:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
nbapp_chem = 24000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Other values cause a crash after 0.1-0.2 Venus days.&lt;br /&gt;
&lt;br /&gt;
=== Age of air tracer included in chemistry array ===&lt;br /&gt;
(October 2024): The age of air cannot be included in chemistry runs. The flags in physiq.def should be:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = y&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ok_chem = n&lt;br /&gt;
ok_aoa = n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Or both can be set to **n**. This also causes a crash after 0.1-0.2 Venus days. There is a check in conf_phys which should warn the user if the settings are incoherent and stop the simulation.&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2143</id>
		<title>Running the Venus PCM with age of air</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2143"/>
				<updated>2024-10-10T09:24:21Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The age of air expresses the time since an air parcel has been in a user-specified source region, such as an altitude level. It is based on a passive tracer that circulates through the atmosphere. The calculation uses the ratio of the abundance of the tracer in each gridbox to the abundance in the source region to determine how long it has been since the air in the gridbox has been in the source region. It is a useful way to find transport timescales between regions and reveal teleconnections.&lt;br /&gt;
&lt;br /&gt;
== Basic settings in defs files ==&lt;br /&gt;
&lt;br /&gt;
In gcm.def: iflag_trac = 1&lt;br /&gt;
&lt;br /&gt;
In physiq.def: ok_aoa = y&lt;br /&gt;
&lt;br /&gt;
In traceur.def: 10 10 aoa&lt;br /&gt;
&lt;br /&gt;
These three settings are necessary to include age of air in the simulation. Currently, the age of air tracer cannot be included in a chemistry simulation, i.e. chemistry and age of air must be computed in separate simulations. This is because the increasing age of air tracer abundance appears to cause numerical instability when included in the tracer array sent to the photochemistry scheme.&lt;br /&gt;
&lt;br /&gt;
== Customisation ==&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
reinit_aoa = y/n&lt;br /&gt;
&lt;br /&gt;
controls whether the age of air is reinitialised (set to 0) at the start of the simulation. The default is '''y''', so that each simulation starts fresh. If you change the setting to '''n''', the simulation will read the existing value of age of air from restartphy and add it to the calculation in the new simulation as an offset. This makes it possible to chain together multiple restarts without losing track of the age.&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
lev_aoa = 1 &lt;br /&gt;
&lt;br /&gt;
controls the source level where the age of air tracer is released. It can be set to any model level. Default is '''1''', the surface.&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
Turning on ok_aoa adds two 3-D fields to the output: the tracer abundance (&amp;quot;aoa&amp;quot; or &amp;quot;aoaVL1&amp;quot;) and the age of air in seconds (&amp;quot;age&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
Maureen Cohen, James Holmes, Stephen Lewis, Manish Patel. '''Planetary Waves Drive Horizontal Variations in Trace Species in the Venus Deep Atmosphere''', The Planetary Science Journal, 5 (219) (2024). DOI: https://doi.org/10.3847/PSJ/ad76a8&lt;br /&gt;
&lt;br /&gt;
Maarten Krol, Marco de Bruine, Lars Killaars, Huug Ouwersloot, Andrea Pozzer, Yi Yin, Frederic Chevallier, Philippe Bousquet, Prabir Patra, Dmitry Belikov, Shamil Maksyutov, Sandip Dhomse, Wuhu Feng, and Martyn P. Chipperfield, '''Age of air as a diagnostic for transport timescales in global models''', Geoscientific Model Development, 11 (8), 3109–3130 (2018). DOI: https://doi.org/10.5194/gmd-11-3109-2018&lt;br /&gt;
&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2142</id>
		<title>Running the Venus PCM with age of air</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2142"/>
				<updated>2024-10-10T09:24:00Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The age of air expresses the time since an air parcel has been in a user-specified source region, such as an altitude level. It is based on a passive tracer that circulates through the atmosphere. The calculation uses the ratio of the abundance of the tracer in each gridbox to the abundance in the source region to determine how long it has been since the air in the gridbox has been in the source region. It is a useful way to find transport timescales between regions and reveal teleconnections.&lt;br /&gt;
&lt;br /&gt;
== Basic settings in defs files ==&lt;br /&gt;
&lt;br /&gt;
In gcm.def: iflag_trac = 1&lt;br /&gt;
&lt;br /&gt;
In physiq.def: ok_aoa = y&lt;br /&gt;
&lt;br /&gt;
In traceur.def: 10 10 aoa&lt;br /&gt;
&lt;br /&gt;
These three settings are necessary to include age of air in the simulation. Currently, the age of air tracer cannot be included in a chemistry simulation, i.e. chemistry and age of air must be computed in separate siulations. This is because the increasing age of air tracer abundance appears to cause numerical instability when included in the tracer array in the photochemistry scheme.&lt;br /&gt;
&lt;br /&gt;
== Customisation ==&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
reinit_aoa = y/n&lt;br /&gt;
&lt;br /&gt;
controls whether the age of air is reinitialised (set to 0) at the start of the simulation. The default is '''y''', so that each simulation starts fresh. If you change the setting to '''n''', the simulation will read the existing value of age of air from restartphy and add it to the calculation in the new simulation as an offset. This makes it possible to chain together multiple restarts without losing track of the age.&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
lev_aoa = 1 &lt;br /&gt;
&lt;br /&gt;
controls the source level where the age of air tracer is released. It can be set to any model level. Default is '''1''', the surface.&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
Turning on ok_aoa adds two 3-D fields to the output: the tracer abundance (&amp;quot;aoa&amp;quot; or &amp;quot;aoaVL1&amp;quot;) and the age of air in seconds (&amp;quot;age&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
Maureen Cohen, James Holmes, Stephen Lewis, Manish Patel. '''Planetary Waves Drive Horizontal Variations in Trace Species in the Venus Deep Atmosphere''', The Planetary Science Journal, 5 (219) (2024). DOI: https://doi.org/10.3847/PSJ/ad76a8&lt;br /&gt;
&lt;br /&gt;
Maarten Krol, Marco de Bruine, Lars Killaars, Huug Ouwersloot, Andrea Pozzer, Yi Yin, Frederic Chevallier, Philippe Bousquet, Prabir Patra, Dmitry Belikov, Shamil Maksyutov, Sandip Dhomse, Wuhu Feng, and Martyn P. Chipperfield, '''Age of air as a diagnostic for transport timescales in global models''', Geoscientific Model Development, 11 (8), 3109–3130 (2018). DOI: https://doi.org/10.5194/gmd-11-3109-2018&lt;br /&gt;
&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	<entry>
		<id>http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2126</id>
		<title>Running the Venus PCM with age of air</title>
		<link rel="alternate" type="text/html" href="http://lmdz-forge.lmd.jussieu.fr/mediawiki/Planets/index.php?title=Running_the_Venus_PCM_with_age_of_air&amp;diff=2126"/>
				<updated>2024-08-23T17:02:46Z</updated>
		
		<summary type="html">&lt;p&gt;Maureenjcohen: Created page with &amp;quot;The age of air expresses the time since an air parcel has been in a user-specified source region, such as an altitude level. It is based on a passive tracer that circulates th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The age of air expresses the time since an air parcel has been in a user-specified source region, such as an altitude level. It is based on a passive tracer that circulates through the atmosphere. The calculation uses the ratio of the abundance of the tracer in each gridbox to the abundance in the source region to determine how long it has been since the air in the gridbox has been in the source region. It is a useful way to find transport timescales between regions and reveal teleconnections.&lt;br /&gt;
&lt;br /&gt;
== Basic settings in defs files ==&lt;br /&gt;
&lt;br /&gt;
In gcm.def: iflag_trac = 1&lt;br /&gt;
&lt;br /&gt;
In physiq.def: ok_aoa = y&lt;br /&gt;
&lt;br /&gt;
In traceur.def: 10 10 aoa&lt;br /&gt;
&lt;br /&gt;
These three settings are necessary to include age of air in the simulation.&lt;br /&gt;
&lt;br /&gt;
== Customisation ==&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
reinit_aoa = y/n&lt;br /&gt;
&lt;br /&gt;
controls whether the age of air is reinitialised (set to 0) at the start of the simulation. The default is '''y''', so that each simulation starts fresh. If you change the setting to '''n''', the simulation will read the existing value of age of air from restartphy and add it to the calculation in the new simulation as an offset. This makes it possible to chain together multiple restarts without losing track of the age.&lt;br /&gt;
&lt;br /&gt;
In physiq.def, the flag&lt;br /&gt;
&lt;br /&gt;
lev_aoa = 1 &lt;br /&gt;
&lt;br /&gt;
controls the source level where the age of air tracer is released. It can be set to any model level. Default is '''1''', the surface.&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
Turning on ok_aoa adds two 3-D fields to the output: the tracer abundance (&amp;quot;aoa&amp;quot; or &amp;quot;aoaVL1&amp;quot;) and the age of air in seconds (&amp;quot;age&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
&lt;br /&gt;
Maarten Krol, Marco de Bruine, Lars Killaars, Huug Ouwersloot, Andrea Pozzer, Yi Yin, Frederic Chevallier, Philippe Bousquet, Prabir Patra, Dmitry Belikov, Shamil Maksyutov, Sandip Dhomse, Wuhu Feng, and Martyn P. Chipperfield, '''Age of air as a diagnostic for transport timescales in global models''', Geoscientific Model Development, 11 (8), 3109–3130 (2018). DOI: https://doi.org/10.5194/gmd-11-3109-2018&lt;br /&gt;
&lt;br /&gt;
[[Category:Venus-Model]]&lt;br /&gt;
[[Category:Venus-LMDZ]]&lt;/div&gt;</summary>
		<author><name>Maureenjcohen</name></author>	</entry>

	</feed>