Difference between revisions of "How to add namelist variables"

From openwfm
Jump to navigation Jump to search
(Created page with "# Edit Registry/registry.fire to add a line of with fist column rconfig. It should be clear from the lines already there how. Use NumTLev 1. Then you need to put the variable...")
 
Line 1: Line 1:
# Edit Registry/registry.fire to add a line of with fist column rconfig. It should be clear from the lines already there how. Use NumTLev 1. Then you need to put the variable in namelist.input line only once. If you use MaxLevels, Otherwise you will need to guess how many levels there are and hit the correct one. (Ideally, the finest level where the fire model lives, should be the first, then it would not matter, but we are not so lucky. We really should have used 1 from the beginning always. Oh well.)
+
# Edit Registry/registry.fire to add a line of with fist column rconfig. It should be clear from the lines already there how. Use NumTLev 1. Then you need to put the variable in namelist.input line only once. If you use MaxLevels, Otherwise you will need to guess how many levels there are and hit the correct one. (Ideally, the finest level where the fire model lives, should be the first, then it would not matter, but we are not so lucky, many models are configured so that the finest domain is the last. We really should have used 1 from the beginning always. Oh well.)

Revision as of 06:02, 17 May 2019

  1. Edit Registry/registry.fire to add a line of with fist column rconfig. It should be clear from the lines already there how. Use NumTLev 1. Then you need to put the variable in namelist.input line only once. If you use MaxLevels, Otherwise you will need to guess how many levels there are and hit the correct one. (Ideally, the finest level where the fire model lives, should be the first, then it would not matter, but we are not so lucky, many models are configured so that the finest domain is the last. We really should have used 1 from the beginning always. Oh well.)