3 files changed
+9
-9
lines changed- biogeochem/EDPatchDynamicsMod.F90+14-21
- biogeochem/EDPhysiologyMod.F90+3-3
- biogeochem/FatesLitterMod.F90-12
- biogeochem/FatesPatchMod.F90+57-40
- fire/CMakeLists.txt+2
- fire/FatesFuelClassesMod.F90+63
- fire/FatesFuelMod.F90+379
- fire/SFFireWeatherMod.F90+2-1
- fire/SFMainMod.F90+161-295
- fire/SFNesterovMod.F90+3-2
- fire/SFParamsMod.F90+19-24
- main/EDInitMod.F90-9
- main/EDTypesMod.F90+1-1
- main/FatesHistoryInterfaceMod.F90+12-12
- main/FatesInterfaceMod.F90+6-6
- main/FatesRestartInterfaceMod.F90+6-5
- testing/CMakeLists.txt+3-1
- testing/functional_testing/allometry/FatesTestAllometry.F90+4-13
- testing/functional_testing/allometry/allometry_plotting.py+1-40
- testing/functional_testing/fire/CMakeLists.txt+27
- testing/functional_testing/fire/FatesTestFireMod.F90+274
- testing/functional_testing/fire/FatesTestFuel.F90+123
- testing/functional_testing/fire/SyntheticFuelModels.F90+410
- testing/functional_testing/fire/fuel_plotting.py+96
- testing/run_fates_tests.py+19
- testing/testing_shr/CMakeLists.txt+1
- testing/testing_shr/FatesArgumentUtils.F90+36
- testing/testing_shr/FatesUnitTestIOMod.F90+40-1
- testing/unit_testing/fire_fuel_test/CMakeLists.txt+6
- testing/unit_testing/fire_fuel_test/test_FireFuel.pf+100
- testing/utils.py+40
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
2504 | 2504 | | |
2505 | 2505 | | |
2506 | 2506 | | |
2507 | | - | |
| 2507 | + | |
2508 | 2508 | | |
2509 | 2509 | | |
2510 | 2510 | | |
| |||
2519 | 2519 | | |
2520 | 2520 | | |
2521 | 2521 | | |
2522 | | - | |
| 2522 | + | |
2523 | 2523 | | |
2524 | 2524 | | |
2525 | 2525 | | |
| |||
5595 | 5595 | | |
5596 | 5596 | | |
5597 | 5597 | | |
5598 | | - | |
| 5598 | + | |
5599 | 5599 | | |
5600 | 5600 | | |
5601 | 5601 | | |
| |||
5635 | 5635 | | |
5636 | 5636 | | |
5637 | 5637 | | |
5638 | | - | |
| 5638 | + | |
5639 | 5639 | | |
5640 | 5640 | | |
5641 | 5641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3622 | 3622 | | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | | - | |
| 3625 | + | |
3626 | 3626 | | |
3627 | 3627 | | |
3628 | 3628 | | |
| |||
3674 | 3674 | | |
3675 | 3675 | | |
3676 | 3676 | | |
3677 | | - | |
| 3677 | + | |
3678 | 3678 | | |
3679 | 3679 | | |
3680 | 3680 | | |
| |||
3701 | 3701 | | |
3702 | 3702 | | |
3703 | 3703 | | |
3704 | | - | |
| 3704 | + | |
3705 | 3705 | | |
3706 | 3706 | | |
3707 | 3707 | | |
| |||
0 commit comments