49 | | |
| 49 | 4. Some changes are needed to run this version. |
| 50 | - Add in PARAM/orchidee.def : |
| 51 | {{{ |
| 52 | SOILCLASS_FILE = soils_param.nc |
| 53 | TOPOGRAPHY_FILE =cartepente2d_15min.nc |
| 54 | }}} |
| 55 | - Add in orchidee.card, in section [!InitialStateFiles] following line (and add ", \" at line above): |
| 56 | {{{ |
| 57 | (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .) |
| 58 | }}} |
| 59 | - NB! For the moment this version bug with default set up using RIVER_ROUTING=y. To have it runnig, change in orchidee.def to RIVER_ROUTING=n. |