Opened 5 years ago
Closed 4 years ago
#219 closed enhancement (invalid)
unecessary restart
Reported by: | nicolasviovy | Owned by: | jgipsl |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Anthropogenic processes | Version: | trunc |
Keywords: | Cc: |
Description
I realized that land cover change fluxes ( convflux, cflux_prod10, cflux_prod100) are restarted which is not necessary as they are fluxes and then only diagnostic variables.
For simplification the reading and writing from restart file can be removed in stomate_io.
Change History (2)
comment:1 Changed 4 years ago by jgipsl
- Owner changed from somebody to jgipsl
- Status changed from new to accepted
comment:2 Changed 4 years ago by jgipsl
- Resolution set to invalid
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
According to the current code, it is not possible to remove these variables from the restart files. These variables are used in stomate_main at each do_slow time-step to calculate the variables fco2_lu, cflux_prod_monthly and nbp_accu but they are calculated only once per year. If we remove them, it would not be possible to run by executions of 1 month for example.