Porting WRF-SFIRE fuel moisture model to WRF4: Difference between revisions

From openwfm
No edit summary
Line 15: Line 15:
git log
git log
</pre>
</pre>
to make sure you are at {{wrf-fire-merge-commit|132444f0db67544179c7998f5653c488dd41e836|}}.  
to make sure you are at commit {{wrf-fire-merge-commit|132444f0db67544179c7998f5653c488dd41e836|}}.  
* Build on kingspeak following [[How_to_build_WRF4#University_of_Utah_CHPC]]
* Build on kingspeak following [[How_to_build_WRF4#University_of_Utah_CHPC]]
<pre>
<pre>
Line 22: Line 22:
./wrf.exe >& wrf.log &
./wrf.exe >& wrf.log &
</pre>
</pre>
==Continued progress==
==Continued progress==
The WRF4 code with the fuel moisture model from wrf-fire is being created in {{wrf-fire-merge-branch|fuel-moisture-model}}. It is not ready for testing yet.
The WRF4 code with the fuel moisture model from wrf-fire is being created in {{wrf-fire-merge-branch|fuel-moisture-model}}. It is not ready for testing yet.

Revision as of 14:07, 23 January 2019

Initial progress

Testing of fmc_g added

  • Get the test code:
git clone ssh://git@github.com/openwfm/WRF-Fire-merge.git
cd WRF-Fire-merge
git checkout added-fmc_g
git log

to make sure you are at commit 132444f0db67544179c7998f5653c488dd41e836 .

cd test/em_fire
./ideal.exe
./wrf.exe >& wrf.log &

Continued progress

The WRF4 code with the fuel moisture model from wrf-fire is being created in branch fuel-moisture-model. It is not ready for testing yet.

The original plan (one out of several actually)

Too much complexity. There were quite a few conflicts already in cherry pick to 3cdb542af7ce submitted to 3.3 where not much changed. After a day or so, I decided I may as well do it right.

See also