Opened 6 years ago
Closed 6 years ago
#326 closed defect (fixed)
Restart of trunk
Reported by: | jpolcher | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Driver files | Version: | |
Keywords: | Cc: |
Description
In off-line mode the trunk does not restart properly. It fails with the following message :
FATAL ERROR FROM ROUTINE restget
--> The time step requested for variable veget
--> is not available in the current file
-->
This is solved with the following change in orchideedriver.f90:
539,543d537
< ! To ensure that itau starts with 0 at date0 for the restart, we have to set an off-set to achieve this.
< ! itau_offset will get used to prduce itau_sechiba.
< !
< itau_offset=-itau_offset-1
< !
This is already implemented in the ORCHIDEE-ROUTING branch.
Change History (1)
comment:1 Changed 6 years ago by jgipsl
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in the trunk rev [4176]